diff --git a/plugin/build.gradle b/plugin/build.gradle index 107581e..02b1601 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -24,8 +24,8 @@ dependencies { implementation "lol.pyr:director-adventure:2.1.2" // Commands // Fancy text library - compileOnly "net.kyori:adventure-platform-bukkit:4.3.4" - compileOnly "net.kyori:adventure-text-minimessage:4.17.0" + implementation "net.kyori:adventure-platform-bukkit:4.3.4" + implementation "net.kyori:adventure-text-minimessage:4.17.0" implementation project(":api") }