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

Cannot disable keepinv when having essentials.* #2697

Closed Brokkonaut closed 5 years ago

Brokkonaut commented 5 years ago

I have an account that has the permission essentials.* and explicitly disabled essentials.keepinv. When I ask my permission plugin, I definitely do not have the permission essentials.keepinv. But I still keep the inventory.

darbyjack commented 5 years ago

Duplicate of #2698

Brokkonaut commented 5 years ago

This is not a duplicate. I just want to disable the keepinv feature...

darbyjack commented 5 years ago

Duplicate of #2692

mdcfe commented 5 years ago

@Brokkonaut Could you run /ess debug, then check the console when you die and post the output?

If essentials.keepinv is false, it's not EssentialsX.

(In addition, if you use LuckPerms verbose in-game, it will tell you which type of node is granting/denying each permission when you hover over.)

Edit: in the future, use the template.

Brokkonaut commented 5 years ago

Ok, I found the cause - I was using an old build of bPermissions. When I tried with LuckPerms it worked as expected. So I think its not an essentials bug.