What's Changed
Improvements
- Code and plugin performance improvements,
- Added SpentTimeSetCommand,
- improved comparison of spent player time.
Fixes
- Fixed bug with disappearing message text in configuration (when there was a ":" character in the message, the text disappeared),
- Fixed a bug where the GUI cancel button was not working.
- Fixed update message.
Changes
- Removed MariaDB database support (This is because the MariaDB driver weighs too much, so the plugin would weigh almost 8 MB out of 2 MB),
- Changed command permission structure (Command permissions are no longer configurable - They are permanently assigned to the command).
What's Changed
Improvements
- Code and plugin performance improvements,
- Configuration improvements,
- From now on, updates are checked when the administrator joins the server,
- Added ScrollingGUI,
- Improved checking whether the player has the plugin's GUI (Only the plugin GUI is closed during reload),
- Removed SpentTimeFormattedPlaceholder (replaced with SpentTimePlaceholder).
What's Changed
Fixes
- Fixed ConcurrentModificationException error after reloading the server.
- Now if the player is not found in the placeholder, it will return null (the placeholder will not be applied).
Improvements
- Performance and code improvements.
- Now if the player spent time is zero or negative (in small cases), it will return "<1s".
- Added check if the player has opened chest type inventory while closing all player's inventories.
What's Changed
Fixes
- Fixed an error when the user was not found after loading the server.
- Fixed username displaying correctly.
- From now on, the GUI is not closed for every player when the plugin is disabled - only for those players who have the plugin GUI open. This prevents items from being pulled from it.
Improvements
- Added the ability to reset a player's spent time using the GUI.
- Configuration improvements.
- Code improvements.