Deny Permission Nodes?

Discussion in 'Bukkit Help' started by GoldenWrapper, Feb 26, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    GoldenWrapper

    Is their a plugin that incorperates into PermissionsEx to give a group such as a mod certain permissions but some? For example I want one group to have all permissions except /kill <player>. Help?
     
  2. Offline

    Rardical

    pex group <group> add -<permissionnode>

    Make sure you have that negative in there.
     
  3. Offline

    sillyrosster

    Just add a negative to the permissions node. Like:
    - -essentials.spawn is a negative node.
     
  4. Offline

    saul100

    Negative permission nodes.

    The negative permission node for /kill:

    PermissionsEX:
    Code:
    - -bukkit.command.kill
    bPermissions
    Code:
    - ^bukkit.command.kill
    PermissionsBukkit
    Code:
    bukkit.command.kill: false
    This should block all access to the command /kill for the group given that negative node.
     
Thread Status:
Not open for further replies.

Share This Page