Plugin Help PermissionsEx problem

Discussion in 'Plugin Help/Development/Requests' started by Steve0320_KR, Oct 20, 2015.

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

    Steve0320_KR

    Code:
    groups:
      default:
        options:
          default: true
        permissions:
        - modifyworld.*
      Users:
        permissions:
        - worldguard.region.remove.*
        - worldguard.region.select.*
        - worldguard.region.teleport.*
        - worldguard.region.removeowner.*
        - worldguard.region.addowner.*
        - worldguard.region.flag.*
        - worldguard.region.flag
        - worldguard.region.info.own.*
        - worldguard.region.define.*
        - worldguard.region.list.own.*
        - worldguard.region.list.*
        - worldguard.region.claim.*
        - worldguard.region.save.*
        - worldguard.region.load.*
        - worldguard.region.wand.*
        - uber.del.enchant
        - uber.clear.enchant
        - uber.add.enchant
        - RandomLocationTeleporter.rlt
        - worldedit.*
        - essentials.signs.*
        - essentials.chat.url
        - essentials.chat.format
        - essentials.chat.color
        - essentials.warp
        - essentials.tpdeny
        - essentials.tpaccept
        - essentials.tpa
        - essentials.tp.others
        - essentials.tp
        - essentials.sethome.multiple
        - essentials.sethome
        - essentials.delhome
        - essentials.back.ondeath
        - essentials.back
        - essentials.spawn
        - essentials.vanish
        - essentials.lightning
        - essentials.invsee
        - essentials.fireball
        - essentials.enderchest
        - essentials.near
        - essentials.me
        - essentials.mail.sendall
        - essentials.mail.send
        - essentials.mail
        - essentials.ignore
        - essentials.help
        - essentials.afk.auto
        - essentials.afk
        - essentials.pay.multiple
        - essentials.pay
        - essentials.eco
        - essentials.balancetop
        - essentials.balance.others
        - essentials.balance
        - essentials.workbench
        - essentials.time.set
        - essentials.time
        - essentials.repair
        - essentials.kit
        - essentials.itemspawn.item-all
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.heal
        - essentials.hat
        - essentials.give
        - essentials.gamemode
        - essentials.fly
        - essentials.firework
        - essentials.feed
        - essentials.exp.*
        - essentials.enchant
        - essentials.bigtree
        options:
          prefix: '&d[Users]&f'
          default: 'true'
        inheritance:
        - Admin
      Admin:
        permissions:
        - worldguard.stack
        - worldguard.locate
        - worldguard.slay
        - worldguard.heal
        - worldguard.god.heal
        - worldguard.god.other
        - worldguard.god
        - worldguard.chest-protection.override.*
        - worldguard.region.bypass.<world>.*
        - worldguard.notify.*
        - uber.del.enchant
        - uber.clear.enchant
        - uber.add.enchant
        - warpportals.admin.destination.list
        - warpportals.admin.destination.teleport
        - warpportals.admin.destination.create
        - warpportals.admin.portal.teleport
        - warpportals.admin.portal.list
        - warpportals.admin.portal.delete.tool
        - warpportals.admin.portal.delete.command
        - warpportals.admin.portal.metarial
        - warpportals.admin.portal.create
        - warpportals.listcommands
        - announcer.*
        - RandomLocationTeleporter.signcreate
        - RandomLocationTeleporter.back
        - RandomLocationTeleporter.rlt
        - worldedit.*
        - essentials.*
        options:
          prefix: '&6[&6Admin]&f'
        inheritance:
        - Owner
      Owner:
        permissions:
        - '*'
        options:
          prefix: '&a[Owner]&f'
    schema-version: 1
    users:
      11162755-cfa0-48ee-baa8-4b2b3b22ac6c:
        group:
        - Users
        options:
          name: Kwon_Yul
      dc1ca0a9-7e47-43c6-a4dc-dd3720ab6c9b:
        group:
        - Admin
        options:
          name: Biz
      6e540b47-3761-4231-b96c-8ff62d257e21:
        group:
        - Users
        options:
          name: Steve0320_KR
      pefet:
        group:
        - Admin
      ac173694-a547-4bca-ab84-40694d64d0b8:
        group:
        - Users
        options:
          name: _Florence
    


    Users can do /op command.
     
  2. Offline

    winnipeg21

    the can because default is inheriting admin i should be

    http://pastebin.com/ygez614a

    inneritance is for going up not going down

    like
    default -> default2
    default2 -> default3
    default3 -> mod
    mod -> admin
    admin -> owner

    like this
     
Thread Status:
Not open for further replies.

Share This Page