Permissions 3.1.6 Help!

Discussion in 'Bukkit Help' started by Matthew D'Angeli, Jul 7, 2011.

Thread Status:
Not open for further replies.
  1. I am trying to set up my server and upgrade to Permissions 3.1.6. In doing so, I followed every tutorial and forum on HOW to set it up. I use Notepad++ to format the YML files, and convert tabs to spaces. I parsed the YML on an online YML parser after getting error messages in my command prompt, and got the same error messages. I do not believe these should be errors, however! I feel as though I coded the YML well enough. Please help!

    Groups file in folder "world":
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&8'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials.afk'
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.list'
                - 'essentials.me'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.ping'
                - 'essentials.spawn'
        Builder:
            default: false
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
                - Guest
            permissions:
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.set'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.*'
                - 'mywarp.warp.basic.warp'
                - 'mywarp.warp.basic.compass'
                - 'mywarp.warp.basic.list'
                - 'mywarp.warp.sign.warp'
                - 'essentials.compass'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.ignore'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.msg'
                - 'essentials.seen'
                - 'essentials.suicide'
                - 'essentials.clearinventory'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tptoggle'
        VIP:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'mywarp.warp.basic.createprivate'
                - 'mywarp.warp.soc.give'
                - 'mywarp.warp.soc.invite'
                - 'mywarp.warp.soc.uninvite'
                - 'essentials.info'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.tpahere'
                - 'worldguard.heal'
                - 'worldguard.locate'
                - 'worldguare.stack'
        Moderator:
            default: false
            info:
                prefix: '&3'
                suffix: ''
                build: true
            inheritance:
                - VIP
            permissions:
                - 'mywarp.warp.sign.create'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.mute'
                - 'essentials.ext'
                - 'essentials.kick'
                - 'essentials.tempban'
                - 'essentials.tphere'
                - 'essentials.tpa'
                - 'worldguard.heal.other'
        Admin:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'myhome.*'
                - 'mywarp.*'
                - 'essentials.give'
                - 'essentials.itemspawn.exempt'
                - 'essentials.give.item-all'
                - 'essentials.item'
                - 'essentials.itemspawn.exempt'
                - 'essentials.itemspawn.item-all'
                - 'essentials.kit.*'
                - 'essentials.time'
                - 'essentials.time.world'
                - 'essentials.unlimited'
                - 'essentials.unlimited.item-all'
                - 'essentials.unlimited.item-bucket'
                - 'essentials.antioch'
                - 'essentials.clearinventory.others'
                - 'essentials.invsee'
                - 'essentials.jails'
                - 'essentials.kill'
                - 'essentials.togglejail'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.weather'
                - 'essentials.tp'
                - 'essentials.tppos'
                - 'worldedit.brush.ex'
                - 'worldedit.history.*'
                - 'worldedit.region.set'
                - 'worldedit.region.replace'
                - 'worldedit.region.overlay'
                - 'worldedit.region.faces'
                - 'worldedit.selection.pos'
                - 'worldedit.selection.hpos'
                - 'worldedit.wand'
                - 'worldedit.wand.toggle'
                - 'worldedit.selection.expand'
                - 'worldedit.selection.contract'
                - 'worldedit.selection.shift'
                - 'worldedit.selection.size'
                - 'worldedit.analysis.count'
                - 'worldedit.analysis.distr'
                - 'worldedit.superpickaxe'
                - 'worldedit.tool.info'
                - 'worldedit.tool.replacer'
                - 'worldedit.snow'
                - 'worldedit.thaw'
                - 'worldedit.extinguish'
                - 'worldedit.butcher'
                - 'worldguard.god'
                - 'worldguard.ungod'
                - 'worldguard.region.define'
                - 'worldguard.region.redefine.own'
                - 'worldguard.region.claim.own'
                - 'worldguard.region.info'
                - 'worldguard.region.list'
                - 'worldguard.region.flag.own'
                - 'worldguard.region.setparent.own'
                - 'worldguard.region.remove.own'
                - 'worldguard.region.addmember.own'
                - 'worldguard.region.addowner.own'
                - 'worldguard.region.removemember.own'
                - 'worldguard.region.removeowner.own'
        Sub-Owner:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
                - Admin
            permissions:
                - 'essentials.setjail'
                - 'essentials.broadcast'
                - 'essentials.burn'
                - 'essentials.lightning'
                - 'essentials.spawnmob'
                - 'essentials.jail.exempt'
                - 'essentials.tpo'
                - 'essentials.tpohere'
                - 'worldedit.generation.cylinder'
                - 'worldedit.generation.sphere'
                - 'worldedit.generation.forest'
                - 'worldedit.generation.pumpkins'
                - 'worldedit.navigation.*
                - 'worldedit.region.smooth'
                - 'worldedit.region.move'
                - 'worldedit.region.stack'
                - 'worldedit.regen'
                - 'worldedit.superpickaxe.area'
                - 'worldedit.fill.*'
                - 'worldedit.drain'
                - 'worldedit.fixlava'
                - 'worldedit.fixwater'
                - 'worldguard.god.other'
                - 'worldguard.ungod.other'
                - 'worldguard.fire-toggle.stop'
                - 'worldguard.region.*'
        Owner:
            default: false
            info:
                prefix: '&6'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    The error messages are these:
    Code:
    ERROR:
    
    while parsing a block collection
      in "<unicode string>", line 210, column 13:
                    - 'essentials.broadcast'
                    ^
    expected <block end>, but found '<scalar>'
      in "<unicode string>", line 222, column 16:
                    - 'worldedit.region.smooth'
                       ^
    Any help would be GREATLY appreciated. Preferably by tomorrow, seeing as I am off to a trip to North Caroline on Saturday!
     
  2. Offline

    Jeyge

    @Matthew D'Angeli
    You are missing at least one closing quote on the following line and perhaps more:
    Code:
                - 'worldedit.navigation.*
    
     
Thread Status:
Not open for further replies.

Share This Page