PermissionsEX Error - Need Fix :--)

Discussion in 'Bukkit Help' started by xB3Nx98, Apr 11, 2013.

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

    xB3Nx98

    Hey Guys! Not been on the forums in over 3 months so yeah. Sorry for this but I decided to reopen my server and obviously, I forgot everything;)! Can someone fix this small error on line 4. Thanks!

    Ben!

    Also, Can somebody tell me, Is essentials.* & worldguard.* an actual node?


    http://pastebin.com/EEr4HaLa

    Code:
    groups:
      default:
      default: true
        permissions:
      - essentials.spawn
      - essentials.motd
      - essentials.list
      - essentials.help
      - modifyworld.*
      Builder:
        inheritance:
        - default
        permissions:
      - essentials.afk
      - essentials.balance
      - essentials.balancetop
      - essentials.chat.shout
      - essentials.home
      - essentials.mail
      - essentials.mail.send
      - essentials.me
      - essentials.msg
      - essentials.pay
      - essentials.sethome
      - essentials.signs.use.*
      - essentials.time
      - essentials.tpa
      - essentials.tpaccept
      - essentials.tpahere
      - essentials.tpdeny
      - essentials.warp
      Admin:
        inheritance:
        - Builder
        prefix: '&4[Admin '
        permissions:
        - logblock.lookup
        - logblock.rollback
        - logblock.me
        - logblock.spawnTools
        - logblock.tools.tool
        - logblock.tools.toolblock
        - worldedit.*
        - essentials.*
      Co-Owner:
        inheritance:
        - Admin
        prefix: '&5[Co-Owner '
        permissions:
        - logblock.*
        - worldedit.*
        - worldguard.*
      Owner:
        inheritance:
        - Admin
        prefix: '&b[Owner '
        permissions:
        - permissions.*
    users:
      xB3Nx98:
        group:
        - Owner
      Smifyy:
        group:
        - Co-Owner
    
     
  2. Offline

    Jeyge

    You were really close. Just a couple spacing issues. http://pastebin.com/XmuysWQT As for the .* permissions, it is valid as long as you are using either PermissionsEx or GroupManager.
     
Thread Status:
Not open for further replies.

Share This Page