Gotta combine the gamemode commands

This commit is contained in:
obvWolf
2024-04-08 08:16:51 -05:00
parent c3bce35dc4
commit 5dae610708
36 changed files with 764 additions and 104 deletions

View File

@@ -27,12 +27,15 @@ repositories {
name = 'sonatype'
url = 'https://oss.sonatype.org/content/groups/public/'
}
maven { url "https://repo.dmulloy2.net/repository/public/" }
}
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT'
implementation 'com.google.code.gson:gson:2.10.1'
implementation files("libs/PDK-1.3.4.jar")
implementation files("libs/PDK-1.3.3.jar")
compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0'
implementation 'com.maxmind.geoip2:geoip2:2.17.0'
}
def targetJavaVersion = 17