KeepInventory (essentials.keepinventory) is broken since build #2531
ricolay opened this issue ยท 1 comments
essentials.keepinventory
essentials.keepinventory
doesn't exist - it's essentials.keepinv
.
Also sometimes it duplicates opped players' items on death.
This issue was introduced by Spigot on 26th July (merged into Paper in build 152+). EssentialsX 2.17.1.0 and up fixes this.
nobody should have essentials.keepinventory by default anyways
We explicitly disable essentials.keepinv
by default for everyone, including OPs:
Essentials/Essentials/src/plugin.yml
Lines 556 to 558 in 1ff73b3
However, PermissionsEx just ignores this and gives all OPs all permissions unless set otherwise. We don't support PEX and there's nothing we can do about it - you should use LuckPerms instead.