Refactor PlayerListener and add delayed server state updates for web integration.

This commit is contained in:
2026-08-22 21:08:31 +02:00
parent 9e647f83a8
commit b98dd65203
6 changed files with 234 additions and 30 deletions
+2
View File
@@ -15,6 +15,8 @@ dependencies {
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.5-SNAPSHOT")
compileOnly("com.github.NEZNAMY", "TAB-API", "6.1.2") // TAB
compileOnly("net.dmulloy2:ProtocolLib:5.4.0") // ProtocolLib
}
tasks {