Hello! I wanted to leave a few notes about this update. Firstly, I've added a new system to download dependencies at runtime. This was necessary because I couldn't add support for Mongo otherwise. Without this system, the plugin would have exceeded the Spigot file size limit, but I managed to reduce its file size by 100kb with this addition. This should also lower the bandwidth usage when uploading/downloading the plugin.
However, due to the various changes that have been made, I recommend regenerating your configuration files. The easiest way is to rename the `PlayerSettings` folder to `PlayerSettings old` and restart your server. After that, move your previous changes to the new configuration files.
Changelog:
•
New MongoDB storage support
•
New Property
value-aliases to assign aliases to the setting values
•
New Dynamic setting material and custom-model-data
•
New Setting name property
•
New Fly setting properties
save-state and
force-on-join
•
New Property
glow to toggle setting item glow
•
New Runtime dependency loading
•
Fixed PlaceholderAPI placeholders not displaying in setting items
•
Fixed Exception being thrown by the visibility setting when a player leaves the server
•
Fixed Paginated menu not working as expected
Support/Help:
Check out the plugin's
wiki for help on how to configure the plugin, or join the
discord server to ask for help.
Issues/Features:
To request a feature or report a problem with the plugin, create an issue in the plugin's
GitHub repository using the appropriate template.