Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Team-HomeGUI Plugin
Все версииTeam-HomeGUI Plugin 1.0.9

Team-HomeGUI Plugin 1.0.9

Release4 нед. назад

Список изменений

[1.0.9] - 2026-05-17

Fixed

  • Admin team creation always failsAdminHandler.handleAdminCreate() was reading args[1] (the literal string "create") as the password instead of args[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 reading args[2].
  • Tab-completing /team home teleports the playerTeamCommand.onTabComplete() had a case "home" branch inside the args.length == 2 block that called plugin.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 and canSetHome() validation path inside HomeService. Fixed by routing the call through HomeService.setHome(), which handles both economy and limit checks consistently with the command-based flow.

Метаданные

Канал релиза

Release

Номер версии

1.0.9

Загрузчики

Bukkit
Paper
Purpur
Spigot

Версии игры

1.21–1.21.11

Загрузок

5

Дата публикации

4 нед. назад

Загрузил

ID версии

Главная