You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
GENERAL
BUILD ISSUES
- Updated to Spigot 1.20.06.
- Fixed some bugs.
- Custom heads are not working - I will be trying to fix this in the next update.
SONG PACK CREATOR
...
- Updated the overall system.
- Reduced the number of steps from 4 to 3.
- Merged the 3rd step with the 2nd.
- Updated the formatting of steps.
- Updated the system for generating packs.
- The 'Matching' step will now show a path:
- Before: test.ogg > test.ogg.yml?
- After: test.ogg > /config/songs/test.yml?
- Fixed a bug that caused steps to show as done when they were not.
MYSQL DATABASE
VAULT MANAGER MENU
- Loots discovered are now stored in a different way.
- Fixed a bug that sometimes caused the data not to load.
COMMANDS
- Updated the menu for better responsiveness.
- Fixed menu suggestions containing "_" instead of "-".
COMMANDS
BUG FIXES
- Updated the tab completion system to provide better results when typing on the fly.
- Fixed a bug that caused the system to show "Invalid X" during tab completion.
MYSQL DATABASE
- Added a new system that adds commands to the queue if the data is syncing, to prevent data loss.
- This system will ensure that data is set properly, regardless of whether the player has just joined or has been on the server for a while.
- Keep in mind that it is recommended for players to be online when they are purchasing items from your server's item shop.
THEMES
- New theme: Witch Brewing
- "Bubbling cauldrons, potions stew, a witch's craft, in Minecraft's hue."
- Preview:
- New theme: Bee Hive
- "Buzzing bees in honeyed hives, Sweet nectar flows, the hive thrives."
- Preview:
COMMANDS
- Updated the system.
- Hide some unecessary commands.
- Improved the tab-completion system.
- Improved the look of some commands.
BUG FIXED
- Fixed a bug where invalid theme & song data would be stored locally, leading to errors.
- Fixed a bug where players couldn't interact with menus if MySQL was disabled.
MYSQL DATABASE
- Optimized the overall system performance.
- Reduced the number of queries sent for each player.
- This change GREATLY boosted the performance.
- I was able to reduce load/save times by up to 80%.
- Added the data modification check:
- Only modified data will be sent to the database.
- Meaning, if a player joins and leaves immediately, no queries will be sent to the database.
- On the other hand, if, let's say, the player receives some currency, only that currency will be queried.
- Added systems in place to prevent server crashes when reloading the plugin.
- Fixed a lot of issues when file sync was enabled.