|
|
|
@ -1,8 +1,12 @@
|
|
|
|
|
plugins {
|
|
|
|
|
id 'xyz.jpenilla.run-paper' version '2.3.0'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation project(':bukkit')
|
|
|
|
|
compileOnly project(':common')
|
|
|
|
|
|
|
|
|
|
implementation 'net.william278.uniform:uniform-paper:1.1.5'
|
|
|
|
|
implementation 'net.william278.uniform:uniform-paper:1.1.6'
|
|
|
|
|
|
|
|
|
|
compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'
|
|
|
|
|
compileOnly 'org.jetbrains:annotations:24.1.0'
|
|
|
|
@ -42,4 +46,14 @@ shadowJar {
|
|
|
|
|
relocate 'de.tr7zw.changeme.nbtapi', 'net.william278.husksync.libraries.nbtapi'
|
|
|
|
|
|
|
|
|
|
minimize()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tasks {
|
|
|
|
|
runServer {
|
|
|
|
|
minecraftVersion('1.20.4')
|
|
|
|
|
|
|
|
|
|
downloadPlugins {
|
|
|
|
|
url('https://download.luckperms.net/1549/bukkit/loader/LuckPerms-Bukkit-5.4.134.jar')
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|