robinjam / keep-items

Bukkit plugin allowing players to keep their items and experience when they die
http://dev.bukkit.org/server-mods/keep-items
GNU General Public License v3.0
1 stars 7 forks source link

keep-items.item.* Not working with GroupManager #10

Closed SolarXD closed 10 years ago

SolarXD commented 10 years ago

Unless I explicitly put in keep-items.item. it will not keep items if a users is given keep-items.item.*

I've checked with the Essentials team that manages GroupManager and they've stated the issue is with keepitems.

: "use keep-items.items.*" -> code does not check for that permission ._. : checks everything in a loop
robinjam commented 10 years ago

Thanks for the report, but I think the cause of this is an incompatibility with Minecraft 1.7 rather than an incompatibility with GroupManager. I've sent you a PM on BukkitDev with some more information.

Closing as duplicate of #11.