File Details
Version Alpha 0.3
- R
- Jul 17, 2025
- 32.85 KB
- 10
- 1.21.7+6
File Name
output.jar
Supported Versions
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
SuperSPM Plugin – Update Patch Notes
Version Alpha 0.03New Features
-
Feature-based Command Control:
Added a newfeatures.ymlconfiguration file allowing server admins to enable or disable individual commands. -
Dynamic Command Registration and Deregistration:
Disabled commands are fully removed from the command registry and no longer appear in the tab completion menu. -
TPA System Overhaul:
Completely redesigned the teleport request system (/tpa) for improved performance, stability, and user experience. -
TPA Tab Completion:
Added tab completion support for TPA commands.
Improvements
-
Optimized Main Class:
Refactored and modularized the main plugin class for better maintainability. -
Enhanced Extensibility:
Centralized command registration based on feature toggles. -
Cleaner Tab Completion:
Disabled commands no longer appear in tab completion menus.
Bug Fixes
-
Fixed issues where disabled commands still appeared in tab completion.
-
Minor fixes related to command registration and permission checks.
Notes for Server Admins
-
Please update your
features.ymlfile to enable or disable commands as needed. -
Restart the server after changes to
features.yml. -
Ensure your
plugin.ymlincludes all commands for proper plugin operation.