Minimized use of the lib-loader

This commit is contained in:
Auxilor
2022-04-05 13:01:05 +01:00
parent 2fea736631
commit df529ba239
5 changed files with 59 additions and 37 deletions

View File

@@ -4,7 +4,6 @@ dependencies {
// Other
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'org.apache.maven:maven-artifact:3.8.1'
compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.1-SNAPSHOT'
compileOnly 'com.google.code.gson:gson:2.8.8'
}