Permission Nodes do not work
J0DC opened this issue ยท 9 comments
By default, no matter what I change in the config, and what permissions node I give to the groups in my server, they cannot move their inventory, or do any of the restricted actions.
I don't want to them to place blocks, but I want them to be able to move their inventory.
It's a KitPvP server.
I use GroupManager for permissions. I only have 2 groups available to normal players, and they both have the permission
"BattleKits.bypassRestriction.disable-inventory-interaction"
I still need to check them though. If you're able to, the code is a better reference:
https://github.com/np98765/BattleKits/blob/master/BattleKits/src/com/lavacraftserver/BattleKits/RestrictionEvents.java
BattleKits.bypassRestriction.disable-hunger
BattleKits.bypassRestriction.disable-dropping-items
BattleKits.bypassRestriction.disable-player-drops-on-death
BattleKits.bypassRestriction.disable-crafting
BattleKits.bypassRestriction.disable-player-xp-drop
BattleKits.bypassRestriction.disable-mob-xp
BattleKits.bypassRestriction.disable-block-xp
BattleKits.bypassRestriction.disable-inventory-click
BattleKits.bypassRestriction.disable-pickup-items
BattleKits.bypassRestriction.disable-block-break
BattleKits.bypassRestriction.disable-block-place
BattleKits.bypassRestriction.hide-death-messages