Solved Admins with all commands except...

Discussion in 'Bukkit Help' started by GHOSTxSN1P3Z, Jan 9, 2013.

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

    GHOSTxSN1P3Z

    Hi, I want admins to have all commands except for Oping, deoping, changing other peoples rank, and a few other things. Here is the Admins Perms:

    Admin:
    default: false
    permissions:
    - -vanish.*
    - -disguisecraft.seer
    - -essentials.ban
    - -essentials.invsee.modify
    - -bukkit.op
    - -bukkit.deop
    - -essentials.vanish.see
    - '*'
    inheritance: []
    info:
    prefix: '&d&kp&a||&b&l&1A&2d&3m&4i&5n&a||&d&kp&6'
    build: true
    suffix: ''

    Is there anyway to do this? Because this doesn't work. Thanks!
     
  2. Offline

    JWhy

    it's not bukkit.(de)op, but essentials.(de)op, as Essentials "overwrites" the vanilla commands
     
  3. Offline

    mike0631

    Code:
    Admin:
    default: false
    permissions:
    - '*'
    - -vanish.*
    - -disguisecraft.seer
    - -essentials.ban
    - -essentials.invsee.modify
    - -bukkit.op
    - -bukkit.deop
    - -essentials.vanish.see
    inheritance: []
    info:
    prefix: '&d&kp&a||&b&l&1A&2d&3m&4i&5n&a||&d&kp&6'
    build: true
    suffix: ''
    
    See what I changed?
     
  4. Offline

    Necrodoom

    nope.
    essentials does not override OP, and the nodes are wrong in the first place
    its bukkit.command.op
     
  5. Offline

    snake4212

    In both senses they are right however this all depends what perm plugin you are using I am assuming Group Manager?
     
  6. Offline

    GHOSTxSN1P3Z

    What a fail. Here is my new Perms:

    Admin:
    default: false
    permissions:
    - -disguisecraft.seer
    - -essentials.ban
    - -essentials.invsee.modify
    - -bukkit.command.deop
    - -bukkit.command.op
    - -essentials.vanish.see
    - '*'
    inheritance: []
    info:
    prefix: '&d&kp&a||&b&l&1A&2d&3m&4i&5n&a||&d&kp&6'
    build: true
    suffix: ''

    I was so stupid, I put the wrong perms in and I didn't check... Thanks necrodoom

    Sorry for your trouble!
     
Thread Status:
Not open for further replies.

Share This Page