From 34f5f420d6741569e705455b07b4980c7e0fb114 Mon Sep 17 00:00:00 2001
From: LMBishop <13875753+LMBishop@users.noreply.github.com>
Date: Wed, 6 Jul 2022 19:20:31 +0100
Subject: Add specific enchantment & level to enchanting task (closes #408)
---
.../quests/common/config/ConfigProblemDescriptions.java | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
(limited to 'common/src/main/java/com/leonardobishop')
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 028669ac..09204fac 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,13 @@ public enum ConfigProblemDescriptions {
"you can find the material list by searching for your
" +
"server version + 'Material ENUM'."
),
+ UNKNOWN_ENCHANTMENT("Enchantment '%s' does not exist",
+ "Enchantment '%s' does not exist on the server.
" +
+ "Please refer to the wiki for a list of javadocs
" +
+ "corresponding to your server version. Alternatively,
" +
+ "you can find the material list by searching for your
" +
+ "server version + 'Enchantment javadoc'."
+ ),
UNKNOWN_ENTITY_TYPE("Entity type '%s' does not exist",
"Entity type '%s' does not exist on the server.
" +
"Please refer to the wiki for a list of javadocs
" +
@@ -94,7 +101,7 @@ public enum ConfigProblemDescriptions {
"This may be the result of a cascading error
" +
"if '%s' failed to load, or a mis-typed ID."
),
- NOT_ACCEPTED_VALUE("Value '%s' is not in the list of accepted values for task %s: %s", null);
+ NOT_ACCEPTED_VALUE("Value '%s' is not in the list of accepted values for task %s", null);
private final String description;
private final String extendedDescription;
--
cgit v1.2.3-70-g09d2