Help! Error with pex!

Discussion in 'Bukkit Help' started by dec4234, Jun 27, 2015.

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

    dec4234

    Hello, I am trying to develop the permissions on mcfun.myserver.gs and It will no longer work when I try to add the group Snr.Mod
    Code:
    groups:
      Member:
        permissions:
        - modifyworld.*
        - essentials.rules
        - essentials.help
        - essentials.pay
        - essentials.balance
        - essentials.tell
        - essentials.sell
        - essentials.back
        - essentials.who
        - essentials.list
        - essentials.msg
        - essentials.helpop
        - essentials.spawn
        - essentials.tpa
        - essentials.tpahere
        - essentials.tpaccept
        options:
          build: true
          prefix: '&7[&8Member&7]'
          default: true
      Moderator:
        permissions:
        - essentials.tempban
        - essentials.heal
        - essentials.feed
        - essentials.ban.notify
        - essentials.nick
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.kick
        - essentials.kick.notify
        - essentials.mute
        - essentials.realname
        - essentials.time
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.top
        - essentials.unban
        - essentials.whois
        - essentials.fly
        - essentials.fly.safelogin
        - essentials.vanish
        - essentials.tphere
        - essentials.tp
        - essentials.nick.magic
        - essentials.nick.format
        - essentials.nick.color
        - essentials.chat.color
        - essentials.chat.format
        - essentials.chat.magic
        - essentials.chat.url
        - essentials.seen
        - essentials.seen.banreason
        inheritance:
        - Member
        options:
          build: true
          prefix: '&6[&3Mod&6]'
       Snr.Mod:
        permissions:
        - essentials.vanish  
        inheritance:
        - Member
        - Moderator
        options:
          build: true
          prefix: '&e[&6Snr.Mod&3]'
      Admin:
        permissions:
        - essentials.gamemode
        - essentials.tp
        - essentials.ban
        - essentials.god
        - essentials.invsee
        - essentials.banip
        - essentials.seen.extra
        - essentials.seen.ipsearch
        - essentials.afk
        inheritance:
        - Member
        - Moderator
        - Snr.Mod
        options:
          build: true
          prefix: '&1[&bAdmin&1]'
      Owner:
        permissions:
        - '*'
        inheritance:
        - admin
        options:
          build: true
          prefix: '&6[&4Owner&6]'
      Co-Owner:
        permissions:
        - '*'
        inheritance:
        - admin
        options:
          build: true
          prefix: '&6[&4Co-Owner&6]'
    schema-version: 1
    users:
    please tell me if you find any errors!!
     
  2. @dec4234 Try without the dot in Snr.Mod the group and see if it works.
     
  3. Offline

    Boomer

    Try rather with the correct indentation on the snr.mod groupname first, but do expect the dot to still maybe not be acceptable
     
  4. Offline

    Rahat

    @dec4234 @bwfcwalshy @Boomer Found the problem
    The Snr.Mod: is outlined from the others so just bring it back by one space and it should work
     
    Last edited: Jun 27, 2015
Thread Status:
Not open for further replies.

Share This Page