Skip to content

Updating from 2.0.0

FlyingPikachu edited this page Mar 21, 2015 · 2 revisions

If you are updating from Quests 2.0.0 ALPHA, you will need to adjust your configuration files manually.

First, item data in quests.yml is now handled with Material names instead of Item IDs. Please regenerate your configuration or manually update it using Material names from the link below (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").

https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html

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.

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.

Clone this wiki locally