-
Notifications
You must be signed in to change notification settings - Fork 2
Outdated Configuration
Due to limitations of Bukkit, RandomGift cannot automatically update its configuration file keeping it fully intact (with comments). Essentially this means if new releases of RandomGift contains configuration file changes, the existing copy won't automatically contain them.
Its likely you're reading this because RandomGift has complained at you for running an outdated configuration, there are a couple of things you can do to fix this.
The first option is to stop the Minecraft server, rename config.yml
or move it outside the RandomGift directory and then start the server back up again. This will generate a fresh up-to-date configuration which you can transfer your existing settings into. (Recommended)
The second option is to check the changelog/latest configuration and manually make the changes to config.yml
.
The final and least recommended option is to ignore the configuration changes and increment the config-version
value to match the corresponding config-version
to the version of RandomGift you're running, which you can find in the changelog from versions 1.4+. This will prevent the outdated configuration message.