Fixed soulbound compatibility with WorldGuardExtraFlags (and probably some other keepinventory plugins)
This commit is contained in:
@@ -44,7 +44,7 @@ class EnchantmentSoulbound(
|
||||
private val soulboundKey = plugin.namespacedKeyFactory.create("soulbound")
|
||||
|
||||
@EventHandler(
|
||||
priority = EventPriority.LOW,
|
||||
priority = EventPriority.HIGHEST,
|
||||
ignoreCancelled = true
|
||||
)
|
||||
fun handle(event: PlayerDeathEvent) {
|
||||
|
||||
Reference in New Issue
Block a user