PermissionsBukkit icon indicating copy to clipboard operation
PermissionsBukkit copied to clipboard

A simple permissions and groups plugin for Bukkit's permissions system.

Results 4 PermissionsBukkit issues
Sort by recently updated
recently updated
newest added

When player doesn't have permission.build it generally cannot place or remove block and interact. Such player can however still attack other entities. This patch aims to fix that.

Now checks if a player has either player.addgroup.name or player.removegroup.name before making the change. This creates basic promote/demote functionality.

Block interaction should have its own permission node.

New permission node: permissions.interact: description: Allows player to interact when build is false. default: false