
Team-HomeGUI Plugin
A lightweight team system with team homes, private team chat, personal homes, and a clean home GUI
86
1
Список изменений
[1.0.9] - 2026-05-17
Fixed
- Admin team creation always fails —
AdminHandler.handleAdminCreate()was readingargs[1](the literal string"create") as the password instead ofargs[2](the actual password supplied by the player). Every/team admin create <password>call would compare"create"against the configured password, causing it to always fail with "incorrect password". Fixed by readingargs[2]. - Tab-completing
/team hometeleports the player —TeamCommand.onTabComplete()had acase "home"branch inside theargs.length == 2block that calledplugin.getHomeService().teleportHome(player, args[0])(i.e., teleported the player to home"home"every time they pressed Tab after/team home). Replaced with a proper tab-completion loop that suggests the player's existing home names. - GUI sethome bypasses economy charge — Clicking the LIME_DYE "Set Home" button in the Home GUI called
homeManager.setHome()directly, skipping the economy deduction andcanSetHome()validation path insideHomeService. Fixed by routing the call throughHomeService.setHome(), which handles both economy and limit checks consistently with the command-based flow.
Метаданные
Канал релиза
Release
Номер версии
1.0.9
Загрузчики
BukkitPaperPurpurSpigot
Версии игры
1.21–1.21.11
Загрузок
5
Дата публикации
4 нед. назад

