Groupmanager Troubles

Discussion in 'Bukkit Help' started by sebidebi4567, Sep 4, 2013.

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

    sebidebi4567

    Hi,

    I just made a new group manager file but I get the same old error,
    here it is :
    Code:
    2013-09-04 20-25
    =============================== GM ERROR LOG ===============================
    = ERROR REPORT START - 2.0 (2.11.1) (Phoenix) =
     
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins/GroupManager/worlds/world/groups.yml
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:496)
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:416)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:678)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:640)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:110)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:100)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:92)
        at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:59)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:169)
        at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:93)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:382)
        at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.java:286)
        at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:268)
        at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:319)
        at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:296)
        at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:256)
        at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:164)
        at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:397)
        at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
    Caused by: while parsing a block mapping
    in 'reader', line 55, column 5:
            default: false
            ^
    expected <block end>, but found BlockEntry
    in 'reader', line 57, column 5:
            - populationdensity.newestregion
            ^
     
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
        at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:424)
        at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:491)
        ... 20 more
     
    ============================================================================
    
    And here is my permissions file (Groupmanager ofcourse)

    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Regular:
        default: true
        permissions:
        - worldguard.region.info.own
        - worldguard.region.addowner.own.*
        - worldguard.region.removeowner.own.*
        - worldguard.region.addmember.own.*
        - worldguard.region.removemember.own.*
        - worldguard.region.list.own
        - worldborder.list
        - simpleclans.anyone.*
        - simpleclans.member.*
        - simpleclans.leader.*
        - iConomy.holdings
        - iConomy.help
        - commandbook.who
        - commandbook.rules
        - commandbook.kit.list
        - commandbook.kit.kits.starter
        - commandbook.time.check
        - commandbook.spawn
        - commandbook.home.teleport
        - commandbook.home.set
        - commandbook.warp.teleport
        - commandbook.warp.list
        - commandbook.msg
        - commandbook.whereami
        - commandbook.whereami.compass
        - horsekeep.member
        - horsekeep.member.add
        - horsekeep.member.remove
        - horsekeep.summon
        - horsekeep.store
        - modtrs.command.check.self
        - modtrs.command.modlist
        - modtrs.command.modreq
        - buttonpromote.use
        - worldguard.region.info
        info:
          prefix: '&6[&2Regular&6]'
          build: true
          suffix: ''
      Donor:
        default: false
        permissions:
        - populationdensity.newestregion
        - populationdensity.idle
        - populationdensity.joinfullserver
        - commandbook.kit.kits.diamond
        - commandbook.kit.kits.iron
        - commandbook.say.me
        - commandbook.away
        inheritance:
        - Regular
        info:
          prefix: '&6[&2Donor&6]'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - vanish.standard
        - simpleclans.mod.*
        - mumblechat.mute
        - minestats.update
        - minestats.ticket.ban
        - minestats.ticket.notify
        - commandbook.kit.other
        - commandbook.time.lock
        - commandbook.time.player
        - commandbook.time.player.other
        - commandbook.time.player.check
        - commandbook.spawnmob
        - commandbook.weather.thunder
        - commandbook.weather
        - commandbook.biome
        - commandbook.biome.other
        - commandbook.teleport
        - commandbook.teleport.other
        - commandbook.locations.coords
        - commandbook.teleport.other
        - commandbook.return
        - commandbook.return.other
        - commandbook.home.set.other
        - commandbook.home.other
        - commandbook.warp.teleport.other
        - commandbook.warp.warp
        - commandbook.warp.set
        - commandbook.warp.remove
        - commandbook.warp.remove.other
        - commandbook.broadcast
        - commandbook.say
        - commandbook.freeze
        - commandbook.gamemode.change
        - commandbook.gamemode.check
        - commandbook.gamemode.check.other
        - commandbook.heal
        - commandbook.heal.other
        - commandbook.whois
        - commandbook.whois.other
        - commandbook.kick
        - commandbook.kick.exempt
        - commandbook.bans.ban
        - commandbook.bans.exempt
        - commandbook.bans.unban
        - commandbook.bans.isbanned
        - commandbook.bans.baninfo
        - commandbook.bans.load
        - commandbook.god
        - combattag.command
        - combattag.ignore
        - modtrs.mod
        - modtrs.command.ban
        - modtrs.command.unban
        - modtrs.command.check
        - modtrs.command.complete
        - modtrs.command.broadcast
        - modtrs.command.teleport
        - worldedit.navigation.thru.command
        - worldedit.navigation.unstuck
        - worldedit.navigation.ascend
        - worldedit.nagivation.descend
        - worldedit.navigation.jumpto.command
        - worldedit.navigation.ceiling
        - worldedit.navigation.up
        inheritance:
        - Donor
        info:
          prefix: '&c[&6Moderator&c]'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - commandbook.clear
        - commandbook.slap
        - commandbook.slap.other
        - commandbook.clear.other
        - commandbook.slay
        - commandbook.slay.other
        - commandbook.rocket
        - commandbook.rocket.other
        - commandbook.barrage
        - commandbook.barrage.other
        - commandbook.firebarrage
        - commandbook.firebarrage.other
        - commandbook.shock
        - commandbook.shock.other
        - commandbook.ip-address
        - commandbook.thor
        - commandbook.thor.other
        - commandbook.gamemode.change.other
        - commandbook.reload
        - commandbook.god.other
        - horses.admin
        - horse.admin
        - bookrules.*
        - modtrs.command.complete.override
        - worldedit.biome.list
        - worldedit.biome.info
        - worldedit.biome.set
        - worldedit.chunkinfo
        - worldedit.listchunks
        - worldedit.delchunks
        - worldedit.clipboard.load
        - worldedit.schematic.load
        - worldedit.schematic.list
        - worldedit.clipboard.save
        - worldedit.schematic.save
        - worldedit.schematic.formats
        - worldedit.clipboard.load
        - worldedit.clipboard.save
        - worldedit.clipboard.copy
        - worldedit.clipboard.clear
        - worldedit.clipboard.rotate
        - worldedit.clipboard.flip
        - worldedit.clipboard.cut
        - worldedit.clipboard.paste
        - worldedit.help
        - worldedit.fast
        - worldedit.limit
        - worldedit.global-mask
        - worldedit.generation.cylinder
        - worldedit.generation.sphere
        - worldedit.generation.forest
        - worldedit.generation.pumpkins
        - worldedit.generation.pyramid
        - worldedit.generation.shape
        - worldedit.history.clear
        - worldedit.history.redo
        - worldedit.history.undo
        - worldedit.region.hollow
        - worldedit.region.overlay
        - worldedit.region.naturalize
        - worldedit.region.walls
        - worldedit.region.faces
        - worldedit.region.smooth
        - worldedit.regen
        - worldedit.region.deform
        - worldedit.region.replace
        - worldedit.region.stack
        - worldedit.region.set
        - worldedit.region.move
        - worldedit.region.center
        - worldedit.scripting.execute
        - worldedit.selection.chunk
        - worldedit.selection.pos
        - worldedit.selection.hpos
        - worldedit.wand
        - worldedit.wand.toggle
        - worldedit.selection.contract
        - worldedit.selection.outset
        - worldedit.analysis.distr
        - worldedit.analysis.count
        - worldedit.selection.size
        - worldedit.selection.expand
        - worldedit.selection.shift
        - worldedit.selection.inset
        - worldedit.snapshots.restore
        - worldedit.snapshots.list
        - worldedit.tool.replacer
        - worldedit.tool.flood-fill
        - worldedit.tool.data-cycler
        - worldedit.brush.sphere
        - worldedit.brush.smooth
        - worldedit.brush.gravity
        - worldedit.brush.butcher
        - worldedit.brush.cylinder
        - worldedit.brush.clipboard
        - worldedit.brush.ex
        - worldedit.tool.deltree
        - worldedit.tool.farwand
        - worldedit.tool.lrbuild
        - worldedit.tool.info
        - worldedit.tool.tree
        - worldedit.superpickaxe.area
        - worldedit.superpickaxe.recursive
        - worldedit.superpickaxe
        - worldedit.brush.options.material
        - worldedit.brush.options.size
        - worldedit.brush.options.mask
        - worldedit.brush.options.range
        - worldedit.tool.replacer
        - worldedit.snow
        - worldedit.thaw
        - worldedit.fill.recursive
        - worldedit.fixwater
        - worldedit.fixlava
        - worldedit.removeabove
        - worldedit.removebelow
        - worldedit.removenear
        - worldedit.replacenear
        - worldedit.extinguish
        - worldedit.butcher
        - worldedit.remove
        - worldedit.fill
        - worldedit.help
        - worldedit.drain
        - buttonpromote.create
        - buttonpromote.remove
        inheritance:
        - Moderator
        info:
          prefix: '&c[&6Donor&c]'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&7&l[&6Owner&7]'
          build: true
          suffix: ''
    
    Please can someone help me and tell me what the issue is ? thanks!
     
  2. Offline

    martian3333

    sebidebi4567
    It looks like a TAB was probably used instead of spaces under Donor on the default: false line and the - populationdensity.newestregion line
     
  3. Offline

    sebidebi4567

    I checked it , all the lines are in line ? what do I do to fix it because ive been told alot of times about tabs but I never understood because theyre all in line
     
Thread Status:
Not open for further replies.

Share This Page