diff options
| author | lmbishop <13875753+lmbishop@users.noreply.github.com> | 2019-06-29 17:43:27 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-06-29 18:02:52 +0100 |
| commit | e4e2a28defeb7dded336cc385135cbe2b4efe316 (patch) | |
| tree | a5b964289c28879eb9b30dd3838e8ac6341bd965 /src/main/resources | |
| parent | 2ddfbb5a0da6c3606ad3602d13942a7ca5a5dc0e (diff) | |
Auto start
- Quests can now be auto started
- Removed tests
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 64e2349b..5e4dbd5a 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1093,6 +1093,8 @@ options: gui-hide-quests-nopermission: false # Hide categories which a player cannot open due to permissions. gui-hide-categories-nopermission: false + # Make it so players do not have to start quest themselves + quest-autostart: false # This switches up the entire quest system. # By enabling daily-quests, players will no longer be presented with the standard Quest GUI. |
