Update 1.12.7.20
24th January 2023
- Ranks | Fixed NullPointerExceptions that sometimes happened during getting player rank
- Gangs | Corrected backwards compatibility for older UPC versions to properly load gangs data on boot
- Database | Corrected SQL exceptions that happening during creating of tables and made database table creation to be sync
Update 1.12.7.18
25th December 2022
- Database | Fixed MySQL issue with bad characterEncoding
Update 1.12.7.17
10th December 2022
- Enchants | Added open-enchant-menu-action into enchants.ymlwhich allows you to specify actions under which the enchant menu will open
- Default: RIGHT_CLICK_AIR,RIGHT_CLICK_BLOCK
- Available actions: LEFT_CLICK_BLOCK,RIGHT_CLICK_BLOCK,LEFT_CLICK_AIR,RIGHT_CLICK_AIR,PHYSICAL
Update 1.12.7.14
1st December 2022
- SQLite | Fixed database lock issue by hardcoding max connections to 1
Update 1.12.7.10
23rd November 2022
- Gems | Fixed saving of players gems into database
Update 1.12.7.9
20th November 2022
- Fixed exceptions on player data reset when using SQLite database
Update 1.12.7.8
11th November 2022
- Autominer | Added /autominer remove <player> <time> <timeunit> command
- Autominer | Added tab completion for /autominer command
- Autominer | Removed /miner alias for /autominer command
- Autominer | Added auto_miner_time_remove message
- API | Updated Events API - See here the updates
- Misc | Updated Wiki on GitHub to be up-to-date with latest version
- Misc | Small code clean up for NMS handling