diff options
Diffstat (limited to 'common/src/main')
| -rw-r--r-- | common/src/main/java/com/leonardobishop/quests/common/config/ConfigProblemDescriptions.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/src/main/java/com/leonardobishop/quests/common/config/ConfigProblemDescriptions.java b/common/src/main/java/com/leonardobishop/quests/common/config/ConfigProblemDescriptions.java index 09204fac..2399b329 100644 --- a/common/src/main/java/com/leonardobishop/quests/common/config/ConfigProblemDescriptions.java +++ b/common/src/main/java/com/leonardobishop/quests/common/config/ConfigProblemDescriptions.java @@ -59,6 +59,12 @@ public enum ConfigProblemDescriptions { "you can find the material list by searching for your<br>" + "server version + 'Material ENUM'." ), + UNKNOWN_DYE_COLOR("Dye color '%s' does not exist", + "Dye color '%s' does not exist on the server.<br>" + + "Please refer to the wiki for a list of javadocs<br>" + + "corresponding to your server version. Alternatively,<br>" + + "you can find the material list by searching for your<br>" + + "server version + 'DyeColor ENUM'."), UNKNOWN_ENCHANTMENT("Enchantment '%s' does not exist", "Enchantment '%s' does not exist on the server.<br>" + "Please refer to the wiki for a list of javadocs<br>" + |
