Not giving permission to op by default

Discussion in 'Plugin Development' started by milkymilkway, Aug 17, 2013.

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

    milkymilkway

    Anyone know how to do this?
     
  2. Offline

    Axe2760

    Code:
    Give permission to OP:
    default: op
    Give permission to defaults:
    default: true
    Give permission to not OP:
    default: not op
    Give permission to none:
    default: false
    
    So like:
    Code:
    permissions:
      blah.blah:
        description: blah
        default: true
    
    Correct me if I'm wrong.


    Is that it?
    Edit misread. Derpity derp.
     
  3. Offline

    ZeusAllMighty11

    Without any 3rd party plugins which could affect it, Op allows all permissions by default.


    Axe2760
    Not necessary
     
Thread Status:
Not open for further replies.

Share This Page