diff options
| author | Krakenied <Krakenied1@gmail.com> | 2023-01-21 18:00:40 +0100 |
|---|---|---|
| committer | Krakenied <Krakenied1@gmail.com> | 2023-02-08 16:15:03 +0100 |
| commit | bf186c0aca0576c292ab88b8f2230a91a4bfc425 (patch) | |
| tree | 33369205febc7172a3ca7dc48c2480291c375147 /common | |
| parent | bc11bfd6be2bd4b3ba151707cc636c1d5a5b8131 (diff) | |
Additional material validation
Closes https://github.com/LMBishop/Quests/issues/445, https://github.com/LMBishop/Quests/issues/349
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/main/java/com/leonardobishop/quests/common/config/ConfigProblemDescriptions.java | 8 |
1 files changed, 5 insertions, 3 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 2399b329..b16e2388 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 @@ -52,9 +52,11 @@ public enum ConfigProblemDescriptions { "by their ID. The ID does not include the .yml<br>" + "extension." ), - UNKNOWN_MATERIAL("Material '%s' does not exist", - "Material '%s' does not exist on the server.<br>" + - "Please refer to the wiki for a list of javadocs<br>" + + UNKNOWN_MATERIAL("Material '%s' does not exist or is unsuitable", + "Material '%s' does not exist on the server<br>" + + "or is unsuitable to the chosen task type. Ensure that<br>" + + "the material is the adequate one for the specified<br>" + + "item or block. 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 + 'Material ENUM'." |
