aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-08 21:46:06 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-06-08 21:46:06 +0100
commit73cb35b98774ca3668f9fcb49e75e8f3ae2ed56f (patch)
treec3981aeb11316c80b6724dcff53126533015b55e /src/main/resources
parentc9682c6a23348afc80053f4a0f156556ba3e4ee4 (diff)
Allow qPlayer to be null
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 4b8a4f2b..2c2e09c7 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -334,6 +334,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-data-not-loaded: "&4Your quests progress file has not been loaded; you cannot use quests. If this issue persists, contact an admin."
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-quest-general-doesntexist: "&7The specified quest '&c{quest}&7' does not exist."