From 168a4a444f30ec4f0203f67654f10ef269cab5cf Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Sat, 30 Oct 2021 06:05:30 +0200 Subject: [PATCH] Add 'Migration' --- Migration.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Migration.md diff --git a/Migration.md b/Migration.md new file mode 100644 index 0000000..4d7a5e3 --- /dev/null +++ b/Migration.md @@ -0,0 +1,13 @@ +## Migration + +This plugin should be compatible with configurations from the Stargate plugin all the way back. The nethergate.gate +file, the endgate.gate file and the watergate.gate file will be overwritten if they exist. Take a backup of the files +and overwrite the files after the first startup if you want to keep your custom gates. + +If you have legacy gate files using the old numeric material ids, you need to change them to the new format manually. +Use F3 + H to see material ids. Use them exactly as written after "minecraft:". +The configuration will be updated to a more easily readable format, but the old configuration will be saved in case you +want to change back right away. + +Permissions have had a few changes, so you should check the permissions section for any differences since you set up +permissions. \ No newline at end of file