Skip to content

Updates

Jérôme edited this page May 8, 2019 · 21 revisions

Warning: How to migrate

From 1.6.x to 2.x.x

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:

  1. Download the Updater (the .jar file) from the link above
  2. Make sure your minecraft server is shutdown
  3. 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)
  4. Place the Updater at the root of your minecraft server folder (not in the plugins)
  5. 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)
  6. (Optional) Delete the Updater from your minecraft server folder

(Don't forget to put the new plugin version in your /plugins/ folder)