diff options
| author | BuildTools <unconfigured@null.spigotmc.org> | 2020-05-19 11:15:04 -0600 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-05-20 17:31:24 +0100 |
| commit | 7e834ff6437c616c1fb2e044b623c39a47d23b0a (patch) | |
| tree | 45f615817178797ab1e9afe37453c76889a5168c /src/main/resources | |
| parent | c7569d597e56ae73907cd0fd5eb614edb13ba61e (diff) | |
Added option for cancel quests by command
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 18283128..d21830e8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -190,6 +190,7 @@ messages: quest-category-quest-permission: "&7You do not have permission to start this quest since it is in a category you do not have permission to view." quest-cancel-notstarted: "&7You have not started this quest." quest-updater: "&cQuests > &7A new version &c{newver} &7was found on Spigot (your version: &c{oldver}&7). Please update me! <3 - Link: {link}" + command-sub-doesntexist: "&7The specified subcommand '&c{sub}' &7does not exist." command-quest-start-doesntexist: "&7The specified quest '&c{quest}&7' does not exist." command-category-open-disabled: "&7Categories are disabled." command-category-open-doesntexist: "&7The specified category '&c{category}&7' does not exist." |
