diff --git a/Ye-Ol'-Legacy-Documentation.md b/Ye-Ol'-Legacy-Documentation.md index 2437cc9..e31b757 100644 --- a/Ye-Ol'-Legacy-Documentation.md +++ b/Ye-Ol'-Legacy-Documentation.md @@ -4,9 +4,7 @@ If you are updating from Quests 2.0.0 ALPHA, you will need to adjust some files First, item data in quests.yml is now handled with Material names instead of Item IDs. Please regenerate your quest configuration file or manually update it using Material names from [this link](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html) (ex. replace "id-264" with "name-diamond"). If you have items with displaynames, you will need to update them as well (ex. "name-Fancy Dirt" becomes "displayname-Fancy Dirt"). -Second, all delays and durations will now only accept seconds as a unit of time (starting in 2.3.4). Quests that do not have delays/durations are unaffected. However, any that do will need to be updated to use seconds instead of milliseconds. - -Third, if any of your player files located in the Quests/data/ folder are named after usernames (and not UUIDs), you'll want to run any version of Quests up to Quests 3.3.0 that has the built-in file name converter. Simply set `convert-data-on-startup: true` in your config.yml and run the server, or run /questadmin convert in-game. Alternatively, you can manually rename each file with each player's UUID (which can be determined [here](https://mcuuid.net/)). +Second, if any of your player files located in the Quests/data/ folder are named after usernames (and not UUIDs), you'll want to run any version of Quests up to Quests 3.3.0 that has the built-in file name converter. Simply set `convert-data-on-startup: true` in your config.yml and run the server, or run /questadmin convert in-game. Alternatively, you can manually rename each file with each player's UUID (which can be determined [here](https://mcuuid.net/)). Finally, you may also wish to update Quests/lang/en.yml with the new phrases which will generate in en_new.yml (or just delete en.yml), and your player blacklist with UUIDs in config.yml. In the most recent builds of Quests, the player blacklist is removed entirely.