[FEAT] APIs for Player Revive mod and Whitelist changes

This commit is contained in:
2025-02-01 15:30:30 +02:00
parent 74701a7817
commit a4aa7108e5
202 changed files with 2410 additions and 96 deletions

View File

@@ -40,7 +40,7 @@
maven {
name = "Modrinth"
@@ -73,11 +66,14 @@
@@ -77,11 +70,14 @@
shade "me.hypherionmc.moon-config:toml:${moon_config}"
shade "me.hypherionmc.moon-config:json:${moon_config}"
shade "com.hypherionmc:rpcsdk:${rpc_sdk}"
@@ -56,7 +56,7 @@
compileOnly 'net.luckperms:api:5.4'
compileOnly("org.projectlombok:lombok:${lombok}")
annotationProcessor("org.projectlombok:lombok:${lombok}")
@@ -124,7 +120,7 @@
@@ -128,7 +124,7 @@
tasks.withType(JavaCompile).configureEach {
it.options.encoding = 'UTF-8'