mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 16:35:57 +02:00
Compare commits
2 commits
ab47a9df93
...
75b32bcf52
| Author | SHA1 | Date | |
|---|---|---|---|
| 75b32bcf52 | |||
| 16375af3bd |
3 changed files with 4 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ These dependencies (or a modified version of) are used by custom anvil
|
||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
Thanks to all the cool creator making the minecraft plugin's ecosystem works ! \
|
Thanks to all the cool creator making the minecraft plugin's ecosystem works ! \
|
||||||
See [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v1.x.x/COMPATIBILITY.md) for details
|
See [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v2.x.x/COMPATIBILITY.md) for details
|
||||||
|
|
||||||
but especially, Big Thanks for H7KZ maker of [Disenchantment](https://github.com/H7KZ/Disenchantment)
|
but especially, Big Thanks for H7KZ maker of [Disenchantment](https://github.com/H7KZ/Disenchantment)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ run `/customanvil help` to get information about available commands \
|
||||||
this only show subcommands you have permission for
|
this only show subcommands you have permission for
|
||||||
|
|
||||||
### Supported Plugins
|
### Supported Plugins
|
||||||
See the [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v1.x.x/COMPATIBILITY.md)
|
See the [Compatibility list](https://github.com/alexcrea/CustomAnvil/blob/v2.x.x/COMPATIBILITY.md)
|
||||||
|
|
||||||
### Overriding Too Expensive
|
### 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
|
faststats is in beta testing please report me or them any error you encounter
|
||||||
|
|
||||||
### Credits and Thanks
|
### Credits and Thanks
|
||||||
Credits and thanks can be seen [here](https://github.com/alexcrea/CustomAnvil/blob/v1.x.x/CREDITS.md)
|
Credits and thanks can be seen [here](https://github.com/alexcrea/CustomAnvil/blob/v2.x.x/CREDITS.md)
|
||||||
|
|
||||||
### Planned:
|
### Planned:
|
||||||
- Better Folia support (make gui work. fix some dirty handled parts)
|
- Better Folia support (make gui work. fix some dirty handled parts)
|
||||||
|
|
|
||||||
|
|
@ -99,8 +99,7 @@ public class CAEnchantmentRegistry {
|
||||||
if ((!hasWarnedRegistering) && byNameMap.containsKey(enchantment.getName())) {
|
if ((!hasWarnedRegistering) && byNameMap.containsKey(enchantment.getName())) {
|
||||||
hasWarnedRegistering = true;
|
hasWarnedRegistering = true;
|
||||||
|
|
||||||
CustomAnvil.instance.getLogger().log(Level.WARNING,
|
CustomAnvil.Companion.log("Duplicate registered enchantment name. Please check that configuration is using namespace.");
|
||||||
"Duplicate registered enchantment name. Please check that configuration is using namespace.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
byKeyMap.put(enchantment.getKey(), enchantment);
|
byKeyMap.put(enchantment.getKey(), enchantment);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue