Update README.md

This commit is contained in:
Stijn Bannink 2024-06-30 22:56:04 +02:00 committed by GitHub
parent 7586ba5502
commit c2074e4504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.