diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-05 11:00:19 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-05 11:00:19 +0100 |
| commit | aa175bcfeaeed5960028517572d8f17e43a2aab3 (patch) | |
| tree | f2f8462d891dc5efd3a0e3f5aa21c422fdda2d6d /bukkit/src/main/resources | |
| parent | 8645e88c5cb5132bfe8824b7f814e23a60b0f5c0 (diff) | |
Add toggleable cancel menu (closes #199)
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index bc7cd0f9..a97e4afd 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -209,6 +209,8 @@ options: show-quest-registrations: true # Hide locked quests, quests on cooldown and completed (but not repeatable) quests gui-hide-locked: false + # Confirm quest cancellation with a separate menu + gui-confirm-cancel: true # Hide quests which a player cannot start due to permissions. gui-hide-quests-nopermission: false # Hide categories which a player cannot open due to permissions. |
