Change recommended source of enchantment names to a commmand, rather than github

This commit is contained in:
Brett Bonifas 2022-03-10 15:54:42 -05:00
parent 28e30265c5
commit 6435c82547

View File

@ -78,8 +78,8 @@ public class ConfigLoader
{ {
"List of enchantments that are allowed to be put on an armored elytra.", "List of enchantments that are allowed to be put on an armored elytra.",
"If you do not want to allow any enchantments at all, remove them all and add \"NONE\"", "If you do not want to allow any enchantments at all, remove them all and add \"NONE\"",
"You can find supported enchantments here:", "You can find supported enchantments by running the command:",
"https://github.com/PimvanderLoos/ArmoredElytra/blob/master/vanillaEnchantments", "\"armoredelytra listAvailableEnchantments\" in console",
"If you install additional enchantment plugins, you can add their enchantments as well.", "If you install additional enchantment plugins, you can add their enchantments as well.",
"Just add their 'NamespacedKey'. Ask the enchantment plugin dev for more info if you need it." "Just add their 'NamespacedKey'. Ask the enchantment plugin dev for more info if you need it."
}; };
@ -89,8 +89,8 @@ public class ConfigLoader
"Each group [] on this list is treated as mutually exclusive, so only one of them can be on an ArmoredElytra.", "Each group [] on this list is treated as mutually exclusive, so only one of them can be on an ArmoredElytra.",
"The default follows modern vanilla rules by making the different types of protection mutually exclusive.", "The default follows modern vanilla rules by making the different types of protection mutually exclusive.",
"If you do not want any enchantments to be mutually exclusive, replace all the entries in this list with \"[]\"", "If you do not want any enchantments to be mutually exclusive, replace all the entries in this list with \"[]\"",
"You can find supported enchantments here:", "You can find supported enchantments by running the command:",
"https://github.com/PimvanderLoos/ArmoredElytra/blob/master/vanillaEnchantments", "\"armoredelytra listAvailableEnchantments\" in console",
"If you install additional enchant plugins, you can make their enchantments mutually exclusive as well.", "If you install additional enchant plugins, you can make their enchantments mutually exclusive as well.",
"Just add their 'NamespacedKey'. Ask the enchantment plugin dev for more info if you need it." "Just add their 'NamespacedKey'. Ask the enchantment plugin dev for more info if you need it."
}; };