v1.4: Removed ProtocolLib dependency, untested #9

Merged
stijnb1234 merged 13 commits from feature/removeprotocollib into development 2022-09-27 21:10:18 +02:00
Showing only changes of commit 6461e4aa40 - Show all commits

View file

@ -21,7 +21,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.1</version> <version>1.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@ -57,4 +57,4 @@ More information can be found on the [JavaDoc](https://sbdplugins.nl/javadoc/map
## 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 1.19 and uses
other dependencies. other dependencies.