aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-07-21 19:48:10 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-07-21 19:48:10 +0100
commit2f2167459e74317d045cd7e3a7628c59439f08d2 (patch)
tree4c035679d2c3a75b4ce560ec13108d9f01874948 /bukkit/src/main/resources
parent45f1cf893a79106ab295af33be8067dce3702a6d (diff)
Add task type exclusionsv3.5.2
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml2
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 95da645e..7bbc5c3c 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -190,6 +190,8 @@ options:
allow-quest-cancel: true
# Allow players to track a quest (you may want to remove the tracking instructions in the global item lore)
allow-quest-track: true
+ # Task type exclusions - include task IDs in this list which you don't want registering
+ task-type-exclusions: []
# Titles for the GUIs
guinames:
quests-category: "Quests Categories"