Merge branch 'master' of github.com:SBDPlugins/MapReflectionAPI into development

This commit is contained in:
Stijn Bannink 2024-11-07 19:46:15 +01:00
commit 922db5fead
Signed by: SBDeveloper
GPG key ID: B730712F2C3A9D7A
2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# MapReflectionAPI # MapReflectionAPI
This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.20. This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.21.
## Usage: ## Usage:
@ -18,7 +18,7 @@ First, include the API using Maven:
<dependency> <dependency>
<groupId>tech.sbdevelopment</groupId> <groupId>tech.sbdevelopment</groupId>
<artifactId>MapReflectionAPI</artifactId> <artifactId>MapReflectionAPI</artifactId>
<version>1.6</version> <version>1.6.4</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@ -162,7 +162,6 @@ public class MapRenderDistanceListener implements Listener {
## Credits: ## Credits:
This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to the latest version of Minecraft and uses other dependencies.
other dependencies.
This plugin includes classes from BKCommonLib. Please checkout the README in that package for more information. This plugin includes classes from BKCommonLib. Please checkout the README in that package for more information.

View file

@ -119,7 +119,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version> <version>3.11.1</version>
<configuration> <configuration>
<release>11</release> <release>11</release>
<sourcepath>${maven.lombok.delombok-target}</sourcepath> <sourcepath>${maven.lombok.delombok-target}</sourcepath>
@ -188,7 +188,7 @@
<dependency> <dependency>
<groupId>org.bstats</groupId> <groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId> <artifactId>bstats-bukkit</artifactId>
<version>3.0.2</version> <version>3.1.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>