Plugin Help [PermissionsEx] Remove OP and DEOP permission from a group

Discussion in 'Plugin Help/Development/Requests' started by Rowinvd, Feb 19, 2016.

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

    Rowinvd

    I want to give a group every permission except the OP commands.

    I tried this:
    Code:
      Owner:
        permissions:
        - '*'
        - -bukkit.command.op.take
        - -bukkit.command.op.give
    And this:
    Code:
      Owner:
        permissions:
        - -bukkit.command.op.take
        - -bukkit.command.op.give
        - '*'
    But I can still do /op and /deop.

    How can I give a group every permission except /op and /deop?
     
  2. Offline

    Gerov

    @Rowinvd Try adding

    minecraft.command.op

    and

    minecraft.command.deop

    as well.
     
    Rowinvd likes this.
  3. Offline

    Rowinvd

    That worked, thanks!
     
Thread Status:
Not open for further replies.

Share This Page