diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-14 13:14:01 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-14 13:14:01 +0100 |
| commit | 29d72e31e7e672ad67f4bf15902534020bf857d8 (patch) | |
| tree | 66d19e5325a46fb095db99c92399fcef6aa08c7c /src/main/resources/config.yml | |
| parent | c1d6c45cafdc69c00de1ba5ade9f3a3cfe03ba6e (diff) | |
Add quest controllers
Diffstat (limited to 'src/main/resources/config.yml')
| -rw-r--r-- | src/main/resources/config.yml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 2c2e09c7..f7084505 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -262,18 +262,8 @@ options: table-prefix: "quests_" -# This switches up the entire quest system. -# By enabling daily-quests, players will no longer be presented with the standard Quest GUI. -# Instead, they will be presented with 5 random quests. -# The 'requirements' section in each quest does not apply here. -# The 'cooldown' section in each quest does not apply here - if it's done, it's done (and will be repeatable next time they get the quest). -# The 'repeatable' section in each quest does not apply here. It will NOT be repeatable until the next day. -# Enabling this MAY cause previous quest progress to be modified, wiped or changed irreversibly! If you're testing this on a live server, it is wise to backup -# the Quests/playerdata/ folder! You've been warned! -# -# Quests BETA: this feature is a work in progress, it does not work yet! -daily-quests: - enabled: false # <----- NOT YET IMPLEMENTED (THIS WILL NOT DO ANYTHING) +quest-mode: + mode: "NORMAL" # More modes are a work in progress # The global task configuration will apply to the config of each task of a specified type in each quest. # In the example below, every task with a type of "inventory" will have the config option "update-progress" |
