-
Notifications
You must be signed in to change notification settings - Fork 10
Updates
Jérôme edited this page May 8, 2019
·
21 revisions
The data structure of the files is completely different between 1.6.x and 2.0.0. Thus, files are not compatible between those versions.
I created a converter that will replace old files by the new file structure.
You can find the converter there: https://github.com/Nokorbis/ar-command-signs/releases/tag/Updater-2.0
To update your files, do the following:
- Download the Updater (the .jar file) from the link above
- Make sure your minecraft server is shutdown
- For safety, save your /plugins/CommandSigns/ folder somewhere in case you'd have an issue with the new version (The Updater makes a copy of the edited files but caution is never useless)
- Place the Updater at the root of your minecraft server folder (not in the plugins)
- run the console command:
java -jar CommandSignsDataUpdater.jar
(CommandSignsDataUpdater.jar should be replaced by the name of the .jar you downloaded if you renamed it) - (Optional) Delete the Updater from your minecraft server folder
(Don't forget to put the new plugin version in your /plugins/ folder)