Update README.md
This commit is contained in:
parent
7586ba5502
commit
c2074e4504
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue