diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-11 16:04:37 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-11 16:04:37 +0100 |
| commit | 6c8e1d5c89c7b3eb81b04b8322ac8a8523aa53c7 (patch) | |
| tree | 466fa563c2ae54998a22d17e312be174584eadfd /bukkit/src/main/resources | |
| parent | 4d9eb2f39ca66c95325d8529b50674b4abd296a7 (diff) | |
Rename config key & allow use of previous key
- Previous key used for everybody so config doesn't need changing for users upgrading
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index 636b7abc..34205102 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -150,16 +150,14 @@ options: trim-gui-size: true # Enable/disable titles titles-enabled: true - # Allow players to have multiple active quests. # You can set the default number of quests using the 'default' rank below. # To grant different quest limits to different people, you can define a 'quest-rank' # Create the 'quest-rank' below, and give the matching permission: quests.limit.<quest-rank> - quest-limit-multiple: + quest-limit: default: 2 #vip: 5 #staff: 10 - # Allow players to cancel a quest (you may want to remove the cancel instructions in the global item lore) allow-quest-cancel: true # Allow players to track a quest (you may want to remove the tracking instructions in the global item lore) |
