- Fixed the plugin version not being displayed upon doing /pm command
- Fixed an error produced when switching from java 11 to java 8 (Optional#isEmpty doesn't exist)
- Compiling the plugin with java 8 to ensure the plugin is compatible with both 1.8.8 and 1.19 versions
- Fixed a bug where not all commands were being disabled upon unloading a plugin
- Fixed a bug preventing the description from fully displaying
- Fixed a bug not removing disabled plugins from /plugins command
- Fixed a bug where commands were not being retrieved properly.
- Trying to fix the update where the PluginCommand was throwing an error
- Changed inventory update interval from 3 ticks to 2
- Changed the permission to use the /pm from "pm.edit" to "perm.view"
- Added update checker on the start of the server
- Fixed an issue with loading 2 older versions of the same plugin!
- Added a search filter where users can filter the plugins by a string for the faster query of the plugins. This means that if the search filter is "D", the filter will show all plugins that contain the character D.
- Added the Plugin Whitelist Feature. This feature ensures that players cannot log in if certain plugins are disabled. Only players that have "pm.bypass" will be able to join the server
