Logics4 / IndividualKeepInventory

Allows you to set the keepInventory mechanic in Minecraft in a per-player way, through a permission node.
GNU General Public License v3.0
0 stars 2 forks source link

KeepInv Broken? #1

Closed KlutchWhiskey closed 2 years ago

KlutchWhiskey commented 3 years ago

So I intiated the command for a user to test and it worked but then I set the value to false and they still have keepinv and when trying to add to other users they have values set to true but it is not working? Any work around?

Logics4 commented 3 years ago

Please state your current setup (output of /version and output of /plugins).

Please make sure that the keepInventory gamerule is set to false (/gamerule keepInventory false).

The code of this plugin is as simple as it can be - the plugin just purely checks if the player has the required permission through the method available in Bukkit API (Player#hasPermission()). It most likely has to be with your permissions setup. Make sure you did not give the IndividualKeepInventory permission to the default group, or any group in which your players may be.

Logics4 commented 2 years ago

I will close this issue due to inactivity, as I could not reproduce the issue myself. If you still suffer from it, though, feel free to comment and I will reopen it.