
Staffplus
Staff moderation plugin with advanced commands and full support for Minecraft 1.17 - 26.2
Список изменений
🚀 Improved Bukkit Version Detection
Reworked the server version parser to fully support Paper's modern versioning scheme (e.g. 26.x.x instead of the legacy 1.x.x format). Ensures the correct protocol adapter is selected automatically instead of disabling the plugin on newer server versions.
🛡️ Crash-Resistant Protocol Adapters
Refactored the following protocol modules: Protocol_v26_1_R1 Protocol_v26_2_R1 Protocol_v26_3_R1 Protocol_v1_21_R1 Replaced direct dependencies on version-specific (obfuscated) NMS classes with stable Bukkit/Paper APIs: PersistentDataContainer for custom data storage hidePlayer() / showPlayer() for vanish handling Kyori Adventure Components for JSON text and hover events Greatly improves compatibility across future Paper updates and significantly reduces the risk of plugin crashes after minor server updates.
