aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorofunny <play@ofunny.world>2022-04-03 04:19:53 +0200
committerofunny <play@ofunny.world>2022-04-03 04:19:53 +0200
commitc9d3f64619172d6fb34911b295b3ee611b298891 (patch)
treecdaddc6802213df2c654ea3f7f79f7600165607a /bukkit/src/main/resources
parentad8cbad7cc90531922f5d68b8be621d18b2b1b3b (diff)
Added command to open the started Quests GUI via console/admin for other users.
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index 4cc76d8a..26e27923 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -333,6 +333,7 @@ messages:
command-category-open-doesntexist: "&7The specified category '&c{category}&7' does not exist."
command-quest-admin-playernotfound: "&7Player '&c{player}&7' could not be found."
command-quest-openquests-admin-success: "&7Opened Quest GUI for player &c{player}&7."
+ command-quest-openstarted-admin-success: "&7Opened started Quest GUI for player &c{player}&7."
command-quest-opencategory-admin-success: "&7Opened category &c{category} &7for player &c{player}&7."
command-taskview-admin-fail: "&7Task type '&c{task}&7' does not exist."
beta-reminder: "&cQuests > &7Reminder: you are currently using a &cbeta &7version of Quests. Please send bug reports to https://github.com/LMBishop/Quests/issues and check for updates regularly using &c/quests admin update&7!"