- Improved the performance by caching data, increasing the update interval and switching from countdowns to timestamps for temporal ranks
- Temporal Ranks will now get saved in the mysql database if MySQL is enabled
NOTE FOR MYSQL USERS: This update requires two new columns in the mysql table, so you have to do the following steps to fix errors:
1. Run /perm import sql
2. Drop the mysql table
3. Reload/Restart the server with the new version of the plugin installed
4. Run /perm import file
HOW TO INSTALL THIS UPDATE IF YOU'RE USING MYSQL 1. Use /perm import sql
2. Drop the MySQL Tables PlayerUUIDCache, PermissionPlayers and PermissionGroups
3. Delete the old jar files of the plugin and put the new ones on your server(s)
4. Restart your server(s)
5. Use /perm import file
6. You're done! Everything should work like a charm!