diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-01 22:29:10 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-01 22:29:10 +0000 |
| commit | fe0f5605d8aec1448ae55ac61522598a19a0e6e2 (patch) | |
| tree | 473485f319c51779e926763150f105f86c53451b | |
| parent | 93f9bd30a8fb2a6157e22c538e5147c7a7980974 (diff) | |
Made default config not throw a warning
| -rw-r--r-- | src/main/resources/quests/example1.yml | 3 |
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. |
