From a90e17933806cc8c7e905d15debf29bf8b110ece Mon Sep 17 00:00:00 2001 From: Pierre Maurice Schwang Date: Mon, 25 Dec 2023 18:32:29 +0100 Subject: [PATCH] Relocate net.kyori.options (Support newer 1.20.4 builds) (#4280) chore/fix: relocate net.kyori.option --- Bukkit/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/Bukkit/build.gradle.kts b/Bukkit/build.gradle.kts index 1ace568f1..19e48b218 100644 --- a/Bukkit/build.gradle.kts +++ b/Bukkit/build.gradle.kts @@ -67,6 +67,7 @@ tasks.named("shadowJar") { exclude(dependency("org.checkerframework:")) } + relocate("net.kyori.option", "com.plotsquared.core.configuration.option") relocate("net.kyori.adventure", "com.plotsquared.core.configuration.adventure") relocate("net.kyori.examination", "com.plotsquared.core.configuration.examination") relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")