Fix Prism not loading

This commit is contained in:
2026-05-17 16:56:49 -04:00
parent c4bd65e7e0
commit dbf7fd2686
+1 -1
View File
@@ -30,7 +30,7 @@ dependencies {
exclude("org.bukkit", "bukkit") exclude("org.bukkit", "bukkit")
} }
compileOnly("net.coreprotect:coreprotect:23.2") compileOnly("net.coreprotect:coreprotect:23.2")
compileOnly("org.prism_mc.prism:prism-paper-api:4.3-SNAPSHOT") library("org.prism_mc.prism:prism-paper-api:4.3-SNAPSHOT")
compileOnly("com.github.LeonMangler:SuperVanish:6.2.19") compileOnly("com.github.LeonMangler:SuperVanish:6.2.19")
implementation("org.bstats:bstats-base:3.2.1") implementation("org.bstats:bstats-base:3.2.1")
implementation("org.bstats:bstats-bukkit:3.2.1") implementation("org.bstats:bstats-bukkit:3.2.1")