Update InventoryGUI to version 1.1.5-SNAPSHOT and refine Nicknames GUI handling logic.

This commit is contained in:
2026-02-02 03:07:45 +01:00
parent 7f00bc104b
commit c48d4f5c86
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies {
compileOnly("com.gitlab.ruany:LiteBansAPI:0.6.1") // move to proxy
compileOnly("org.apache.commons:commons-lang3:3.17.0") // needs an alternative, already removed from upstream api and will be removed in server
compileOnly("net.luckperms:api:5.5") // Luckperms
implementation("com.alttd.inventory_gui:InventoryGUI:1.1.3-SNAPSHOT")
implementation("com.alttd.inventory_gui:InventoryGUI:1.1.5-SNAPSHOT")
}
tasks {