-
Notifications
You must be signed in to change notification settings - Fork 216
Updating the plugin
The plugin ensures compatibility with previous versions. Changes are automatically performed to the database and new parameters are added at the end of your config.yml, gui.yml and lang.yml files. Just replace your old version of the plugin by the latest one. Replacing Java jars while the server is running is not recommended, you should temporarily stop your server to upgrade your plugins.
To be on the safe side, it is recommended to do a backup of the plugin's files and database before upgrading, even though loss of data has never been reported so far.
When new achievement categories are added to the plugin (for instance PlayerCommands
), they are also automatically added to the DisabledCategories
list during the upgrade. Don't forget to remove them from the list once you're done creating the corresponding achievements!
You should generate a whole new config.yml and lang.yml with the latest plugin version, in order to get all the fields that were added in the newer versions.