mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
fixxx
This commit is contained in:
parent
0a4dde0a30
commit
1aa9118928
@ -16,7 +16,7 @@ class EnchantmentRapid(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(RapidHandler(this))
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ class EnchantmentReplenish(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(ReplenishHandler(this, plugin))
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ class EnchantmentSoulbound(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(SoulboundHandler(plugin, this))
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ class EnchantmentTelekinesis(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(TelekinesisHandler(this))
|
||||
TelekinesisUtils.registerTest { it.hasEnchantActive(this) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user