Updated Ye Ol' Legacy Documentation (markdown)

PikaMug 2022-04-16 20:21:21 -04:00
parent 3a5090a9c7
commit 1b00e588db
1 changed files with 9 additions and 1 deletions

@ -83,4 +83,12 @@ Additionally, the data.yml file present in previous versions was removed as it w
## Updating to Quests 3.9.0
The `use-compass: true` config setting was removed in favor of a new `quests.compass` permission node.
The `use-compass: true` config setting was removed in favor of a new `quests.compass` permission node.
## Updating to Quests 4.2.0
The `ask-confirmation` config setting was split into `confirm-accept` (same behavior) and `confirm-abandon` (ask confirmation on quit).
## Updating to Quests 4.4.0
Deliver to NPC objectives used to save items as String instead of ItemStack. While recent versions up until 4.3.1 would convert these for you automatically at startup, Quests 4.4.0 no longer handles this.