Changes
- Fixed Version Checker
The plugin now correctly identifies and verifies the current version without any issues.- Improved Logging
Logging has been enhanced to provide clearer, more detailed, and user-friendly information for troubleshooting and monitoring.- Migrated to a New Command System
The plugin has transitioned to my newly designed command system, which significantly improves performance and efficiency. Key improvements include:
- Enhanced Tab Completion and command processing for a smoother user experience.
- Removal of several hundred unnecessary lines of code, reducing clutter and improving maintainability.
- Full support for console commands, allowing administrators to execute commands directly from the console.
- Thoroughly Tested
The plugin has undergone rigorous testing to ensure stability and reliability.- Optimization and Refactoring
All plugin classes have been reviewed, optimized, and refined for better performance and code quality.
Changes
- Added support for Folia.
- Fixed an issue with TabComplete: It no longer interferes with tab completions from other plugins.
- Fixed a duplication bug caused by the off-hand (Offhand-Swap).
- Optimized shulker box closure mechanics: If the plugin cannot locate the shulker box in the inventory, it will identify it through its contents. This is the most robust solution I’ve found and has proven unbreakable in my testing.
- Updated all dependencies to their latest versions
- Removed unnecessary imports for cleaner code.
- Command Service reworked.
