aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-01 22:29:10 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-01 22:29:10 +0000
commitfe0f5605d8aec1448ae55ac61522598a19a0e6e2 (patch)
tree473485f319c51779e926763150f105f86c53451b /src
parent93f9bd30a8fb2a6157e22c538e5147c7a7980974 (diff)
Made default config not throw a warning
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/quests/example1.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/resources/quests/example1.yml b/src/main/resources/quests/example1.yml
index 08402106..d0d44203 100644
--- a/src/main/resources/quests/example1.yml
+++ b/src/main/resources/quests/example1.yml
@@ -42,9 +42,6 @@ rewards:
options:
# This is the category for the quest, it will appear under the "examples" category. Categories can be disabled.
category: "examples"
- # Set the quest IDs of required quests here, leave empty if none.
- requires:
- - ""
# Set if the quest can be repeated after being completed for the first time.
repeatable: false
# Define the cooldown on quests. The above (repeatable) must be true for this to take effect.