mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Implemented multiples methods for enchantment wrapper.
This commit is contained in:
parent
f261e3c795
commit
9f74c2cfff
3 changed files with 129 additions and 20 deletions
|
|
@ -95,7 +95,7 @@ class CustomAnvil : JavaPlugin() {
|
|||
}
|
||||
|
||||
// Register enchantments
|
||||
WrappedEnchantment.registerEnchantments();
|
||||
WrappedEnchantment.registerEnchantments()
|
||||
|
||||
// Load ProtocolLib dependency if exist
|
||||
packetManager = if(pluginManager.isPluginEnabled("ProtocolLib"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue