diff --git a/build.gradle.kts b/build.gradle.kts index 94f6333a..1e7866a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -94,11 +94,11 @@ allprojects { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2") // Adventure - compileOnly("net.kyori:adventure-api:4.10.1") - compileOnly("net.kyori:adventure-text-serializer-gson:4.10.1") { + implementation("net.kyori:adventure-api:4.10.1") + implementation("net.kyori:adventure-text-serializer-gson:4.10.1") { exclude("com.google.code.gson", "gson") // Prevent shading into the jar } - compileOnly("net.kyori:adventure-text-serializer-legacy:4.10.1") + implementation("net.kyori:adventure-text-serializer-legacy:4.10.1") // Other implementation("com.github.ben-manes.caffeine:caffeine:3.0.6") diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 95e4d548..b91ee11b 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -42,8 +42,4 @@ softdepend: - MythicMobs - CustomCrafting - ExecutableItems - - RPGHorses -libraries: # Stuck using lib-loader for these - - "net.kyori:adventure-api:4.10.1" - - "net.kyori:adventure-text-serializer-gson:4.10.1" - - "net.kyori:adventure-text-serializer-legacy:4.10.1" \ No newline at end of file + - RPGHorses \ No newline at end of file