Updated comments across the plugin to provide better information.
ITEM / ICON BUILDERS
The item/icon builders have a whole new set of settings.
With this update, you can customize many more settings.
For example, potion effects, apply tags, apply enchantments, and much more.
COMMANDS
Completely re-coded the tab completion system.
With this update, the plugin will now suggest many more options.
The error-checking and invalid-syntax systems have been improved.
The plugin will now alert you if you entered an invalid number or provided incorrect range syntax.
Tab completion now supports:
Players
Rewards
Any number-related arguments
Range syntax
MYSQL DATABASE
Added the "max-pool-size" setting to the MySQL settings (by default, it's set to 5).
Reduced the number of queries needed to save data.
Previously, the plugin was sending a query for each piece of data, resulting in 30+ queries with the default configuration. As of this update, the number of queries will always be roughly +/- 9.
BUG FIXES
Fixed: MySQL not closing connections, leading to the "too many connections" error.
Fixed: MySQL not syncing data properly, especially kit selections.
Fixed: MySQL not setting PLAYER_IDs as a primary key.
Fixed: MySQL performing too many queries, leading to lag spikes.