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 a09756055a - Show all commits

View file

@ -20,7 +20,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.2</version> <version>1.3</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```