Dynamic Hiding: When a custom alias is defined for a subcommand in plugin.yml (e.g., types: [tür]), the original English command is automatically hidden from TAB suggestions, displaying only the defined alias.
Code Cleanup: Removed legacy, hardcoded aliases from ClanTabCompletor. Suggestions are now fully dynamic and handled strictly via plugin.yml, eliminating duplicate and incorrect autocomplete prompts.
Update Checker & Logic Fixes
Decoupled Language Dependency: Removed the YamlLangManager dependency from the Updater and PlayerJoinEventHandler classes. Update notifications are now properly streamlined.
Version Logic Correction: Fixed a logic bug where the update checker triggered false positives if the server ran a version newer than Spigot (e.g., dev builds), which previously resulted in negative version differences. The system now only triggers if a newer version is officially available on Spigot.
️
Bug Fixes: All autocomplete bugs and version checker glitches reported via Discord have been fully resolved in this release.