EssentialsX / Essentials

The modern Essentials suite for Spigot and Paper.
https://essentialsx.net
GNU General Public License v3.0
1.95k stars 983 forks source link

KeepInventory (essentials.keepinventory) is broken since build #2531 #2706

Closed ricolay closed 5 years ago

ricolay commented 5 years ago

[deleted]

mdcfe commented 5 years ago

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: https://github.com/EssentialsX/Essentials/blob/1ff73b383749ff8548c579039cce8bd6d9d8e35e/Essentials/src/plugin.yml#L556-L558

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.