add minimessage for color and decoration only

This commit is contained in:
alexcrea 2025-10-19 16:45:45 +02:00
parent c63482c9df
commit 9912da869c
Signed by: alexcrea
GPG key ID: E346CD16413450E3
12 changed files with 91 additions and 14 deletions

View file

@ -35,6 +35,9 @@ dependencies {
// Spigot api
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
// minimessage
implementation("net.kyori:adventure-text-minimessage:4.25.0")
// Gui library
val inventoryFramework = "xyz.alexcrea.cuanvil.inventoryframework:IF-CustomAnvil:0.10.18.2"
implementation(inventoryFramework)