Solved Is there a way to remove a permission node from PeX?

Discussion in 'Plugin Help/Development/Requests' started by Tut, Mar 25, 2015.

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

    Tut

    Basically the title. I want to give the Co-Owner group all permissions except a way for them to take OP away. Would I just give them the current perm, permissions.*?
    Code:
    groups:
      default:
        options:
          default: true
          rank: '1000'
          prefix: '&e[&oMember&e]&f '
        permissions:
        - essentials.help
        - towny.wild.*
        - towny.chat.*
        - towny.command.towny.*
        - towny.command.nation.*
        - towny.command.town.*
        - towny.town.spawn.outpost
        - towny.town.spawn.town
        - towny.town.resident
        - towny.command.resident.*
        - towny.command.plot.clear
        - towny.command.plot.set*
        - towny.command.plot.toggle.pvp
        - towny.command.plot.perm
        - towny.command.plot.notforsale
        - towny.command.plot.forsale
        - towny.command.plot.unclaim
        - towny.command.plot.claim
        - craftconomy.bank.list
        - craftconomy.bank.withdraw
        - craftconomy.bank.deposit
        - craftconomy.bank.balance
        - craftconomy.bank.create
        - craftconomy.money.top
        - craftconomy.money.pay
        - craftconomy.money.balance
        - essentials.home.bed
        - essentials.sethome.bed
        - essentials.sethome.multiple
        - essentials.sethome
        - essentials.home
        - essentials.delhome
        - essentials.spawn
        - essentials.rules
        - essentials.realname
        - essentials.msg
        - essentials.motd
        - essentials.ignore
        - essentials.helpop
        - essentials.pay
        - essentials.balancetop
        - essentials.balance
        - essentials.signs.use.sell
        - essentials.warps.sugarfarm
        - essentials.warps.spawn
        - essentials.warps.tut1
        - essentials.signs.use.warp
        - modifyworld.chat
      Admin:
        permissions:
        - -modifyworld.mobtarget*
        - modifyworld.*
        - permissions.*
        - essentials.*
        options:
          rank: '3'
          prefix: '&6[&oAdministrator&6] '
      Member:
        options:
          rank: '900'
          prefix: '&3[&oVoter&3]&f '
        permissions:
        - modifyworld.*
      Donor:
        options:
          rank: '800'
        permissions:
        - -modifyworld.mobtarget.monster.creeper
        - modifyworld.*
      Moderator:
        options:
          rank: '100'
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
      Owner:
        options:
          rank: '1'
          prefix: '&3[&oServer Founder&3] '
        permissions:
        - permissions.*
        - bukkit.command.op.take
        - '*'
      Co-Owner:
        options:
          rank: '2'
          prefix: '&9[&oCo-Founder&9] '
        permissions:
        - permissions.*
        - '*'
    schema-version: 1
    users:
      a3283a58-5ae3-4ac4-8ff7-a820a91c3c61:
        group:
        - Owner
        - Admin
        options:
          name: Tut_
        permissions: []
      dd5a00a0-f204-4e82-9dde-a3af7bca67e1:
        group:
        - Co-Owner
        - Admin
        options:
          name: SlyCedix
        permissions: []
      4a7352d8-108e-4c9f-9871-810eaf9b89dd:
        group:
        - Admin
        options:
          name: Spirttomb
      05e36aea-151c-4fe1-a9bc-edc5c100b11e:
        group:
        - default
        options:
          name: Ardent
    
    Yes, I know the permissions are probably messed up. I'm not done setting everything up.
     
  2. Offline

    nverdier

    @Tut You could just give them the '*' permissions, but then negate the permissions to deop. Also, why is this marked as solved?
     
  3. Offline

    Tut

    I fixed it, I had thought I replied to my own thread. My bad.
     
  4. Offline

    nverdier

    @Tut So is this solved?
     
Thread Status:
Not open for further replies.

Share This Page