From 03be381bc8a7ada87c5f1d1114861914e32432ce Mon Sep 17 00:00:00 2001 From: Krakenied Date: Tue, 20 Feb 2024 09:39:38 +0100 Subject: Fix config validators descriptions --- .../quests/common/config/ConfigProblemDescriptions.java | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'common/src') 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 dc53ec22..68298bba 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 @@ -65,21 +65,27 @@ public enum ConfigProblemDescriptions { "Dye color '%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
" + + "you can find the dye color list by searching for your
" + "server version + 'DyeColor 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
" + + "you can find the enchantment 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
" + "corresponding to your server version. Alternatively,
" + - "you can find the material list by searching for your
" + + "you can find the entity type list by searching for your
" + "server version + 'EntityType ENUM'."), + UNKNOWN_SPAWN_REASON("Spawn reason '%s' does not exist", + "Spawn reason '%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 spawn reason list by searching for your
" + + "server version + 'SpawnReason ENUM'."), TASK_MALFORMED_NOT_SECTION("Task '%s' is not a configuration section", "Task '%s' is not properly formatted as a
" + "configuration section. Please review the wiki
" + -- cgit v1.2.3-70-g09d2