Solved YAML Parsing Error

Discussion in 'Bukkit Help' started by BlenderDude, Mar 10, 2013.

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

    BlenderDude

    I cant figure out the error in the permissions file. I use bpermissions. When I use the online parser it comes with errors mostly on the "priority" lines.
    Here is the Paste
    Here is the Parser

    Thank You for all that will help.
    -Minecraftanatorz
     
  2. Offline

    tyzoid

    You were missing a couple of ending single quotes:
    Code:
    default: SWGuest
    groups:
      SWGuest:
        permissions:
        - commandbook.who
        - commandbook.motd
        - commandbook.rules
        - commandbook.time
        - commandbook.me
        - commandbook.afk
        - craftbook.mech.lightstone.use
        - craftbook.mech.chair.use
        - multiverse.core.spawn.self
        - lwc.protect
        - commandsigns.create.regular
        - commandsigns.use.*
        - pvptoggle.self.toggle
        - simplechatrooms.join
        - simplechatrooms.show
        - simplechatrooms.write
        - simplechatrooms.enter
        - msupportticket.user
        - ^disguisecraft.seer
        groups:
        meta:
          priority: '1000'
          prefix: '&e[&cSW&fGuest&e]&f'
      SWSurvivor:
        permissions:
        - commandbook.kit
        - commandbook.call
        - multiverse.teleport.self.RedstoneWorld
        - multiverse.teleport.self.PvPWorld
        groups:
        - SWGuest
        meta:
          priority: '900'
          prefix: '&e[&cSW&fbSurvivor&e]&f'
      SWSurvivalist:
        permsissions:
        - commandbook.return
        - commandbook.msg
        - commandbook.reply
        - Signshop.Signs.Buy
        - Signshop.Signs.Sell
        - Signshop.Signs.Donate
        - Signshop.Signs.Slot
        - Signshop.Signs.Dispose
        - SWSurvivalMaster
        - commandbook.warp
        groups:
        - SWSurvivor
        meta:
          priority: '800'
          prefix: '&e[&cSW&2Survivalist&e]&f'
      SWSurvivalMaster:
        permissions:
        - commandbook.warp
        groups:
        - SWSurvivalist
        meta:
          priority: '700'
          prefix: '&e[&cSW&aSurvivalMaster&e]&f'
      SWLuxurist:
        permissions:
        - commandbook.pos
        - commandbook.compass
        - commandbook.slap.others
        - commandbook.heal
        groups:
        - SWSurvivalMaster
        meta:
          priority: '600'
          prefix: '&e[&cSW&6Luxurist&e]&f'
      SWAdmin:
        permissions:
        - mcbans.lookup.player
        - mcbans.lookup.ban
        - mcbans.lookup.alt
        - commandbook.time.set
        - commandbook.weather
        - commandbook.mute
        - commandbook.unmute
        - commandbook.clear.others
        - commandbook.slay
        - commandbook.rocket
        - commandbook.shock
        - commandbook.freeze
        - worldedit.*
        - lwc.admin
        - lwc.shownotices
        - hawkeye.preview
        - hawkeye.tpto
        - hawkeye.tool
        - mcbans.ban.local
        - mcbans.ban.temp
        - mcbans.ban.ip
        - mcbans.unban
        - disguisecraft.seer
        - ^disguisecraft.mob.enderdragon
        - ^disguisecraft.mob.wither
        - diguisecraft.*
        - msupportticket.moderative
        groups:
        - SWLuxurist
        meta:
          priority: '400'
          prefix: '&e[&cSW&bAdmin&e]&f'
      SWOwner:
        permissions:
        - commandbook.*
        - lwc.admin
        - lwc.shownotices
        - worldedit.*
        - hwakeye.*
        - disguisecraft.*
        - msupportticket.moderative
        - msupportticket.user
        - MCbans.admin
        - Signshop.*
        - CommandSigns.*
        - multiverse.*
        groups:
          - SWAdmin
        meta:
          priority: '1'
          prefix: '&e[&cSW&6Owner&e]&f'
    That should work.
     
  3. Offline

    BlenderDude

    Thank You so much!!!!!! That worked. Next time I'll try to catch those things.
    Thanks,
    -Minecraftanatorz
     
Thread Status:
Not open for further replies.

Share This Page