Enhance NPC Text script with MiniMessage support and refactor spawn logic
All checks were successful
Build JStom / build (push) Successful in 1m54s

This commit is contained in:
2026-01-27 01:40:37 +00:00
parent 676857d650
commit c3b043c59e
2 changed files with 71 additions and 23 deletions

View File

@@ -23,6 +23,9 @@ dependencies {
// Logging
implementation("org.slf4j:slf4j-simple:2.0.9")
// Adventure MiniMessage
implementation("net.kyori:adventure-text-minimessage:4.17.0")
// Config
implementation("org.yaml:snakeyaml:2.2")
}