diff --git a/CREDITS.md b/CREDITS.md index 234e1d8c..56409f51 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -18,7 +18,7 @@ These dependencies (or a modified version of) are used by custom anvil ### Compatibility Thanks to all the cool creator making the minecraft plugin's ecosystem works ! \ -See [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v2.x.x/COMPATIBILITY.md) for details +See [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v1.x.x/COMPATIBILITY.md) for details but especially, Big Thanks for H7KZ maker of [Disenchantment](https://github.com/H7KZ/Disenchantment) diff --git a/README.md b/README.md index efeb1369..d568fde1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ run `/customanvil help` to get information about available commands \ this only show subcommands you have permission for ### Supported Plugins -See the [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v2.x.x/COMPATIBILITY.md) +See the [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v1.x.x/COMPATIBILITY.md) ### Overriding Too Expensive @@ -97,7 +97,7 @@ You can also [disable bstat](https://bstats.org/getting-started) and [faststats] faststats is in beta testing please report me or them any error you encounter ### Credits and Thanks -Credits and thanks can be seen [here](https://github.com/alexcrea/CustomAnvil/blob/v2.x.x/CREDITS.md) +Credits and thanks can be seen [here](https://github.com/alexcrea/CustomAnvil/blob/v1.x.x/CREDITS.md) ### Planned: - Better Folia support (make gui work. fix some dirty handled parts) diff --git a/src/main/java/xyz/alexcrea/cuanvil/enchant/CAEnchantmentRegistry.java b/src/main/java/xyz/alexcrea/cuanvil/enchant/CAEnchantmentRegistry.java index 13674f33..4d930d82 100644 --- a/src/main/java/xyz/alexcrea/cuanvil/enchant/CAEnchantmentRegistry.java +++ b/src/main/java/xyz/alexcrea/cuanvil/enchant/CAEnchantmentRegistry.java @@ -99,7 +99,8 @@ public class CAEnchantmentRegistry { if ((!hasWarnedRegistering) && byNameMap.containsKey(enchantment.getName())) { hasWarnedRegistering = true; - CustomAnvil.Companion.log("Duplicate registered enchantment name. Please check that configuration is using namespace."); + CustomAnvil.instance.getLogger().log(Level.WARNING, + "Duplicate registered enchantment name. Please check that configuration is using namespace."); } byKeyMap.put(enchantment.getKey(), enchantment);