v1.6.5: 1.21.2 and 1.21.3 support #41
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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:
|
||||
|
||||
|
@ -18,7 +18,7 @@ First, include the API using Maven:
|
|||
<dependency>
|
||||
<groupId>tech.sbdevelopment</groupId>
|
||||
<artifactId>MapReflectionAPI</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.6.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
@ -162,7 +162,6 @@ public class MapRenderDistanceListener implements Listener {
|
|||
|
||||
## Credits:
|
||||
|
||||
This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses
|
||||
other dependencies.
|
||||
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.
|
||||
|
||||
This plugin includes classes from BKCommonLib. Please checkout the README in that package for more information.
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -119,7 +119,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.7.0</version>
|
||||
<version>3.11.1</version>
|
||||
<configuration>
|
||||
<release>11</release>
|
||||
<sourcepath>${maven.lombok.delombok-target}</sourcepath>
|
||||
|
@ -188,7 +188,7 @@
|
|||
<dependency>
|
||||
<groupId>org.bstats</groupId>
|
||||
<artifactId>bstats-bukkit</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<version>3.1.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Reference in a new issue