diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-03-04 22:04:43 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-03-04 22:04:43 +0000 |
| commit | fd416af7f16ffa0dfba4fdd6730341714bec18a2 (patch) | |
| tree | fbb42a796ef0e2917385594418be5629762f6ddb /src/main/resources | |
| parent | 6526fc64a78d3ad8136fbdf29493a182ca5db7c8 (diff) | |
Add random quest command
- Closes #152
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index ef7532b9..0f7e4a46 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -253,6 +253,7 @@ messages: quest-cancel: "&7Quest &c{quest} &7cancelled!" quest-track: "&7Tracking quest &c{quest}&7." quest-track-stop: "&7No longer tracking quest &c{quest}&7." + quest-random-none: "&cYou have no quests which you can start." quest-start-limit: "&7Players are limited to &c{limit} &7started quests at a time." quest-start-disabled: "&7You cannot repeat this quest." quest-start-locked: "&7You have not unlocked this quest yet." |
