diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-29 14:30:20 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-07-29 14:30:20 +0100 |
| commit | 9d418a2b0f638fc0ae6cff83c4f32918e5181576 (patch) | |
| tree | 09ddb0ebd838a078a388be677d3e09228d0df413 /bukkit/src/main/resources | |
| parent | 72c012aebcb1697ede2fc14cd74453f9b66438cc (diff) | |
Add message defaults
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index a9d32ce8..a1e1a149 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -293,7 +293,7 @@ titles: messages: time-format: "{hours}h {minutes}m" quest-start: "&7Quest &c{quest} &7started!" - quest-complete: "&7Quest &c{quest} &7completed!" + quest-complete: "&7Quest &c{quest} &completed!" quest-cancel: "&7Quest &c{quest} &7cancelled!" quest-track: "&7Tracking quest &c{quest}&7." quest-track-stop: "&7No longer tracking quest &c{quest}&7." @@ -318,12 +318,10 @@ messages: command-quest-openquests-admin-success: "&7Opened 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/fatpigsarefat/Quests/issues and check for updates regularly using &c/quests admin update&7!" + 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!" command-quest-admin-loaddata: "&7Quest data for '&c{player}&7' is being loaded." command-quest-admin-nodata: "&7No data could be found for player &c{player}&7." command-quest-admin-fullreset: "&7Data for player &c{player}&7 has been fully reset." - command-quest-admin-clean-success: "&7All quest progress files have been cleaned." - command-quest-admin-clean-fail: "&cFailed to clean quest progress files. Please report the error in the console." command-quest-admin-start-faillocked: "&7Quest '&c{quest}&7' could not be started for player &c{player}&7. They have not yet unlocked it." command-quest-admin-start-failcooldown: "&7Quest '&c{quest}&7' could not be started for player &c{player}&7. It is still on cooldown for them." command-quest-admin-start-failcomplete: "&7Quest '&c{quest}&7' could not be started for player &c{player}&7. They have already completed it." |
