Permissions

Discussion in 'Bukkit Help' started by rguz10, Sep 17, 2012.

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

    rguz10

  2. Offline

    breezeyboy

  3. Offline

    rguz10

  4. Offline

    Omnitv

    Negate the permission node.
    I think PermsBukkit is like this not 100% sure.
    bukkit.command.kill: false
     
  5. Offline

    rguz10

    What?? i think that short circited my brain
     
  6. Offline

    Omnitv

    Allright, Ill take it slow.

    You need to negate ALL the commands if you want a group not to have any commands.
    To negate you have to do this. Since you did not state your perms plug Ill do this for pex and bperms.
    Code:
    /pex
    groups:
        omnitv:
        permissions:
        - -bukkit.command.kill
     
     
    /bperms
    groups:
        omnitv:
        permissions:
        - ^bukkit.command.kill
     
  7. Offline

    rguz10

    I have permissions bukkit and i want then to have commands the ones that are entered . Sorry about the confusion
     
  8. Offline

    Omnitv

  9. Offline

    rguz10

    Thank you Thank you thank you for the link i never put : true after all the commands
     
Thread Status:
Not open for further replies.

Share This Page