Group Manager problem

Discussion in 'Bukkit Help' started by therealiceyslime, Jun 24, 2013.

Thread Status:
Not open for further replies.
  1. im having this problem
    =============================== 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:381)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
    at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
    at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
    at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
    at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
    at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
    at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    Caused by: while scanning for the next token
    found character'\t' that cannot start any token
    in "<reader>", line 16, column 1:
    - factions.disband
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:507)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:491)
    ... 20 more

    ============================================================================

    2013-06-24 21-11
    =============================== GM ERROR LOG ===============================
    = ERROR REPORT START - 2.0 (2.11.1) (Phoenix) =

    java.lang.NullPointerException
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:171)
    at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:1872)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchServerCommand(CraftServer.java:512)
    at net.minecraft.server.v1_5_R3.DedicatedServer.an(DedicatedServer.java:262)
    at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:227)
    at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
    at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
    at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)

    ============================================================================


    and my Group.YML look like
    # 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'

    Head-Admin:
    default: false
    permissions:
    - factions.create
    - factions.disband
    - factions.help
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.claim
    - factions.map
    - factions.enemy
    - factions.ally
    - factions.neutral
    - factions.list
    - factions.deinvite
    - factions.chat
    - factions.admin
    - factions.title
    - factions.tag
    - factions.open
    - factions.sethome
    - factions.home
    - factions.version
    - factions.mod
    - essentials.fly
    - essentials.fly.others
    - essentials.exp
    - essentials.exp.set
    - essentials.exp.setothers
    - essentials.exp.give
    - essentials.exp.giveothers
    - essentials.exp.others
    - essentials.enchant.[enchantmentname]
    - essentials.feed
    - essentials.feed.others
    - essentials.give
    - essentials.gamemode
    - essentials.hat
    - essentials.heal
    - essentials.more
    - essentials.repair.all
    - essentials.speed
    - essentials.speed.fly
    - essentials.speed.walk
    - essentials.tree
    - essentials.balance.other
    - essentials.balance
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.auto
    - essentials.afk
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop.receive
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.mail.sendall
    - essentials.msg
    - essentials.realname
    - essentials.rules
    - essentials.seen
    - essentials.spawner.*
    - essentials.whois
    - essentials.enderchest.others
    - essentials.enderchest
    - essentials.enderchest.modify
    - essentials.invsee
    - essentials.invsee.modify
    - essentials.jails
    - essentials.jail
    - essentials.mute
    - essentials.mute.notify
    - essentials.killall
    - essentials.ban
    - essentials.banip
    - essentials.kick
    - essentials.tempban
    - essentials.killall
    - essentials.socialspy
    - essentials.socialspy.other
    - essentials.spawn
    - essentials.back
    - essentials.keepxp
    - essentials.home
    - essentials.sethome
    - essentials.sethome.multiple.admin
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaaccept
    - essentials.tpadeny
    - essentials.tp
    - essentials.tpo
    - essentials.tphere
    - essentials.tpohere
    - essentials.tppos
    - essentials.warp.list
    - essentials.warp
    - sg.arena.forcestart
    - sg.arena.enable
    - sg.arena.disable
    - arena.paintball.join
    - arena.arena.join
    - arena.spleef.join
    - ChestShop.admin
    - coreprotect.*
    - coreprotect.inspect
    - coreprotect.rollback
    - coreprotect.help
    - craftipedia.use
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.payment
    - iConomy.accounts.give
    - iConomy.accounts.take
    - lift
    - lift.change
    - magna.ipsum
    - mobarena.classes.*
    - mobarena.use.join
    - mobarena.classes.knight
    - mobarena.use.leave
    - mobarena.use.spec
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - mobarena.admin.enable
    - mobarena.admin.kick
    - mobarena.admin.restore
    - mobarena.admin.force
    - mobarena.admin.teleport
    - multiverse.access.*
    - multiverse.access.world
    - multiverse.portal.access.Creative
    - multiverse.portal.access.world_nether
    - multiverse.portal.access.world_the_end
    - multiverse.portal.access.world
    - nocheat.admin.commands
    - nocheat.admin.commandsreload
    - nocheat.admin.chatlog
    - ajb.bypass
    - playerheads.spawn
    - playerheads.spawn.own
    - playerheads.spawn.forother
    - signmod.*
    - thewalls.join
    - thewalls.leave
    - thewalls.gethelp
    - thewalls.spectate
    - thewalls.chat.team
    - thewalls.chat.global
    - thewalls.jointeam
    - thewalls.leaveteam
    - thewalls.removeplayer
    - WarpSigns.use
    - WarpSigns.create
    - mw.*
    - mw.changeweather
    - mw.immune.acidrain
    - mw.immune.hail
    - weatherman.basic
    - weatherman.sign
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    info:
    prefix: '&f[&a&lHead-Admin&r&f]'
    build: true
    suffix: ''
    head-Moderator:
    default: false
    permissions:
    - modifyworld.*
    - factions.create
    - factions.disband
    - factions.help
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.claim
    - factions.map
    - factions.enemy
    - factions.ally
    - factions.neutral
    - factions.list
    - factions.deinvite
    - factions.chat
    - factions.admin
    - factions.title
    - factions.tag
    - factions.open
    - factions.sethome
    - factions.home
    - factions.version
    - factions.mod
    - essentials.fly
    - essentials.hat
    - essentials.kit
    - essentials.balance
    - essentials.balance.other
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.auto
    - essentials.afk
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.msg
    - essentials.realname
    - essentials.rules
    - essentials.kick
    - essentials.tempban
    - essentials.mute
    - essentials.mute.notify
    - essentials.spawn
    - essentials.keepxp
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaaccept
    - essentials.tpadenyi
    - sg.arena.join
    - sg.arena.spectate
    - sg.arena.vote
    - arena.paintball.join
    - arena.arena.join
    - arena.spleef.join
    - ChestShop.shop.*
    - craftipedia.use
    - iConomy.holdings
    - iConomy.payment
    - lift
    - lift.change
    - mobarena.classes.*
    - mobarena.use.join
    - mobarena.classes.knight
    - mobarena.use.leave
    - mobarena.use.spec
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - multiverse.access.Creative
    - multiverse.access.world_nether
    - multiverse.access.world_the_end
    - multiverse.access.world
    - multiverse.portal.access.Creative
    - multiverse.portal.access.world_nether
    - multiverse.portal.access.world_the_end
    - multiverse.portal.access.world
    - nocheat.checks.moving.nofall
    - nocheat.checks.moving.swimming
    - nocheat.checks.moving.sneaking
    - nocheat.checks.moving.morepackets
    - nocheat.checks.blockbreak.noswing
    - nocheat.checks.blockbreak.direction
    - nocheat.checks.blockplace.reach
    - nocheat.checks.blockplace.direction
    - nocheat.checks.inventory.instantbow
    - nocheat.checks.inventory.instanteat
    - nocheat.checks.chat.color
    - nocheat.checks.fight.reach
    - nocheat.checks.fight.instantheal
    - ajb.toggle
    - simpleregionmarket.signs.use.rent
    - simpleregionmarket.signs.use.sell
    - simpleregionmarket.signs.use.bid
    - WarpSigns.use
    - thewalls.join
    - thewalls.leave
    - thewalls.gethelp
    - thewalls.spectate
    - thewalls.chat.team
    - thewalls.chat.global
    - thewalls.jointeam
    - thewalls.leaveteam
    - weatherman.basic
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&f[&9&lHead-Mod&r&f]'
    build: true
    suffix: ''
    Builder:
    default: true
    permissions:
    - factions.create
    - factions.disband
    - factions.help
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.claim
    - factions.map
    - factions.enemy
    - factions.ally
    - factions.neutral
    - factions.list
    - factions.deinvite
    - factions.chat
    - factions.admin
    - factions.title
    - factions.tag
    - factions.open
    - factions.sethome
    - factions.home
    - factions.version
    - factions.mod
    - essentials.kit
    - essentials.balance
    - essentials.balance.other
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.auto
    - essentials.afk
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.msg
    - essentials.realname
    - essentials.rules
    - essentials.mute.notify
    - essentials.spawn
    - essentials.keepxp
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaaccept
    - essentials.tpadeny
    - sg.arena.join
    - sg.arena.spectate
    - sg.arena.vote
    - arena.paintball.join
    - arena.arena.join
    - arena.spleef.join
    - ChestShop.shop.*
    - iConomy.payment
    - lift
    - lift.change
    - mobarena.arenas.default
    - mobarena.classes.*
    - mobarena.use.join
    - mobarena.classes.knight
    - mobarena.use.leave
    - mobarena.use.spec
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - multiverse.access.Creative
    - multiverse.access.world_nether
    - multiverse.access.world_the_end
    - multiverse.access.world
    - multiverse.portal.access.Creative
    - multiverse.portal.access.world_nether
    - multiverse.portal.access.world_the_end
    - multiverse.portal.access.world
    - nocheat.checks.moving.flying
    - nocheat.checks.moving.nofall
    - nocheat.checks.moving.swimming
    - nocheat.checks.moving.sneaking
    - nocheat.checks.moving.morepackets
    - nocheat.checks.blockbreak.noswing
    - nocheat.checks.blockbreak.direction
    - nocheat.checks.blockplace.reach
    - nocheat.checks.blockplace.direction
    - nocheat.checks.inventory.instantbow
    - nocheat.checks.inventory.instanteat
    - nocheat.checks.chat.color
    - nocheat.checks.fight.reach
    - nocheat.checks.fight.instantheal
    - ajb.toggle
    - simpleregionmarket.signs.use.rent
    - simpleregionmarket.signs.use.sell
    - simpleregionmarket.signs.use.bid
    - thewalls.join
    - thewalls.leave
    - thewalls.gethelp
    - thewalls.spectate
    - thewalls.chat.team
    - thewalls.chat.global
    - thewalls.jointeam
    - thewalls.leaveteam
    - WarpSigns.use
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&f[&8Builders&f]'
    build: true
    suffix: ''
    Obsidian:
    default: false
    permissions:
    - modifyworld.*
    - factions.create
    - factions.disband
    - factions.help
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.claim
    - factions.map
    - factions.enemy
    - factions.ally
    - factions.neutral
    - factions.list
    - factions.deinvite
    - factions.chat
    - factions.admin
    - factions.title
    - factions.tag
    - factions.open
    - factions.sethome
    - factions.home
    - factions.version
    - factions.mod
    - essentials.fly
    - essentials.hat
    - essentials.kit
    - essentials.balance
    - essentials.balance.other
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.auto
    - essentials.afk
    - essentials.afk.auto
    - essentials.afk
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.msg
    - essentials.realname
    - essentials.rules
    - essentials.mute.notify
    - essentials.spawn
    - essentials.keepxp
    - essentials.home
    - essentials.sethome
    - essentials.sethome.multiple.Vip2
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaaccept
    - essentials.tpadeny
    - sg.arena.join
    - sg.arena.spectate
    - sg.arena.vote
    - arena.paintball.join
    - arena.arena.join
    - arena.spleef.join
    - ChestShop.shop.*
    - craftipedia.use
    - iConomy.holdings
    - iConomy.payment
    - lift
    - lift.change
    - mobarena.classes.*
    - mobarena.use.join
    - mobarena.classes.knight
    - mobarena.use.leave
    - mobarena.use.spec
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - multiverse.access.Creative
    - multiverse.access.world_nether
    - multiverse.access.world_the_end
    - multiverse.access.world
    - multiverse.portal.access.Creative
    - multiverse.portal.access.world_nether
    - multiverse.portal.access.world_the_end
    - multiverse.portal.access.world
    - nocheat.checks.moving.nofall
    - nocheat.checks.moving.swimming
    - nocheat.checks.moving.sneaking
    - nocheat.checks.moving.morepackets
    - nocheat.checks.blockbreak.noswing
    - nocheat.checks.blockbreak.direction
    - nocheat.checks.blockplace.reach
    - nocheat.checks.blockplace.direction
    - nocheat.checks.inventory.instantbow
    - nocheat.checks.inventory.instanteat
    - nocheat.checks.chat.color
    - nocheat.checks.fight.reach
    - nocheat.checks.fight.instantheal
    - ajb.toggle
    - playerheads.spawn.own
    - simpleregionmarket.signs.use.rent
    - simpleregionmarket.signs.use.sell
    - simpleregionmarket.signs.use.bid
    - thewalls.join
    - thewalls.leave
    - thewalls.gethelp
    - thewalls.spectate
    - thewalls.chat.team
    - thewalls.chat.global
    - thewalls.jointeam
    - thewalls.leaveteam
    - WarpSigns.use
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&f[&5Obsidian&f]'
    build: true
    suffix: ''
    Gold:
    degault: false
    permissions:
    - factions.create
    - factions.disband
    - factions.help
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.claim
    - factions.map
    - factions.enemy
    - factions.ally
    - factions.neutral
    - factions.list
    - factions.deinvite
    - factions.chat
    - factions.admin
    - factions.title
    - factions.tag
    - factions.open
    - factions.sethome
    - factions.home
    - factions.version
    - factions.mod
    - -essentials.fly
    - -essentials.kit
    - -essentials.balance
    - -essentials.balance.other
    - -essentials.balancetop
    - -essentials.pay
    - -essentials.afk.auto
    - -essentials.afk
    - -essentials.compass
    - -essentials.getpos
    - -essentials.help
    - -essentials.helpop
    - -essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.msg
    - essentials.realname
    - essentials.rules
    - essentials.mute.notify
    - essentials.spawn
    - essentials.keepxp
    - essentials.home
    - essentials.sethome
    - essentials.sethome.multiple.Vip1
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaaccept
    - essentials.tpadeny
    - sg.arena.join
    - sg.arena.spectate
    - sg.arena.vote
    - arena.paintball.join
    - arena.arena.join
    - arena.spleef.join
    - ChestShop.shop.*
    - craftipedia.use
    - iConomy.holdings
    - iConomy.payment
    - lift
    - lift.change
    - mobarena.classes.*
    - mobarena.use.join
    - mobarena.classes.knight
    - mobarena.use.leave
    - mobarena.use.spec
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - multiverse.access.Creative
    - multiverse.access.world_nether
    - multiverse.access.world_the_end
    - multiverse.access.world
    - multiverse.portal.access.Creative
    - multiverse.portal.access.world_nether
    - multiverse.portal.access.world_the_end
    - multiverse.portal.access.world
    - nocheat.checks.moving.nofall
    - nocheat.checks.moving.swimming
    - nocheat.checks.moving.sneaking
    - nocheat.checks.moving.morepackets
    - nocheat.checks.blockbreak.noswing
    - nocheat.checks.blockbreak.direction
    - nocheat.checks.blockplace.reach
    - nocheat.checks.blockplace.direction
    - nocheat.checks.inventory.instantbow
    - nocheat.checks.inventory.instanteat
    - nocheat.checks.chat.color
    - nocheat.checks.fight.reach
    - nocheat.checks.fight.instantheal
    - ajb.toggle
    - simpleregionmarket.signs.use.rent
    - simpleregionmarket.signs.use.sell
    - simpleregionmarket.signs.use.bid
    - thewalls.join
    - thewalls.leave
    - thewalls.gethelp
    - thewalls.spectate
    - thewalls.chat.team
    - thewalls.chat.global
    - thewalls.jointeam
    - thewalls.leaveteam
    - WarpSigns.use
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&f[&eGold&f] '
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - modifyworld.*
    - factions.create
    - factions.disband
    - factions.help
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.claim
    - factions.map
    - factions.enemy
    - factions.ally
    - factions.neutral
    - factions.list
    - factions.deinvite
    - factions.chat
    - factions.admin
    - factions.title
    - factions.tag
    - factions.open
    - factions.sethome
    - factions.home
    - factions.version
    - factions.mod
    - essentials.fly
    - essentials.hat
    - essentials.kit
    - essentials.balance
    - essentials.balance.other
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.auto
    - essentials.afk
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.msg
    - essentials.realname
    - essentials.rules
    - essentials.kick
    - essentials.tempban
    - essentials.mute
    - essentials.mute.notify
    - essentials.spawn
    - essentials.keepxp
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaaccept
    - essentials.tpadenyi
    - sg.arena.join
    - sg.arena.spectate
    - sg.arena.vote
    - arena.paintball.join
    - arena.arena.join
    - arena.spleef.join
    - ChestShop.shop.*
    - craftipedia.use
    - iConomy.holdings
    - iConomy.payment
    - lift
    - lift.change
    - mobarena.classes.*
    - mobarena.use.join
    - mobarena.classes.knight
    - mobarena.use.leave
    - mobarena.use.spec
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - multiverse.access.Creative
    - multiverse.access.world_nether
    - multiverse.access.world_the_end
    - multiverse.access.world
    - multiverse.portal.access.Creative
    - multiverse.portal.access.world_nether
    - multiverse.portal.access.world_the_end
    - multiverse.portal.access.world
    - nocheat.checks.moving.nofall
    - nocheat.checks.moving.swimming
    - nocheat.checks.moving.sneaking
    - nocheat.checks.moving.morepackets
    - nocheat.checks.blockbreak.noswing
    - nocheat.checks.blockbreak.direction
    - nocheat.checks.blockplace.reach
    - nocheat.checks.blockplace.direction
    - nocheat.checks.inventory.instantbow
    - nocheat.checks.inventory.instanteat
    - nocheat.checks.chat.color
    - nocheat.checks.fight.reach
    - nocheat.checks.fight.instantheal
    - ajb.toggle
    - simpleregionmarket.signs.use.rent
    - simpleregionmarket.signs.use.sell
    - simpleregionmarket.signs.use.bid
    - WarpSigns.use
    - thewalls.join
    - thewalls.leave
    - thewalls.gethelp
    - thewalls.spectate
    - thewalls.chat.team
    - thewalls.chat.global
    - thewalls.jointeam
    - thewalls.leaveteam
    - weatherman.basic
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&f[&9Mod&f]'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - factions.create
    - factions.disband
    - factions.help
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.claim
    - factions.map
    - factions.enemy
    - factions.ally
    - factions.neutral
    - factions.list
    - factions.deinvite
    - factions.chat
    - factions.admin
    - factions.title
    - factions.tag
    - factions.open
    - factions.sethome
    - factions.home
    - factions.version
    - factions.mod
    - essentials.fly
    - essentials.fly.others
    - essentials.exp
    - essentials.exp.set
    - essentials.exp.setothers
    - essentials.exp.give
    - essentials.exp.giveothers
    - essentials.exp.others
    - essentials.enchant.[enchantmentname]
    - essentials.feed
    - essentials.feed.others
    - essentials.give
    - essentials.gamemode
    - essentials.hat
    - essentials.heal
    - essentials.more
    - essentials.repair.all
    - essentials.speed
    - essentials.speed.fly
    - essentials.speed.walk
    - essentials.tree
    - essentials.balance.other
    - essentials.balance
    - essentials.balancetop
    - essentials.pay
    - essentials.afk.auto
    - essentials.afk
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop.receive
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.mail.sendall
    - essentials.msg
    - essentials.realname
    - essentials.rules
    - essentials.seen
    - essentials.spawner.*
    - essentials.whois
    - essentials.enderchest.others
    - essentials.enderchest
    - essentials.enderchest.modify
    - essentials.invsee
    - essentials.invsee.modify
    - essentials.jails
    - essentials.jail
    - essentials.mute
    - essentials.mute.notify
    - essentials.killall
    - essentials.ban
    - essentials.banip
    - essentials.kick
    - essentials.tempban
    - essentials.killall
    - essentials.socialspy
    - essentials.socialspy.other
    - essentials.spawn
    - essentials.back
    - essentials.keepxp
    - essentials.home
    - essentials.sethome
    - essentials.sethome.multiple.admin
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaaccept
    - essentials.tpadeny
    - essentials.tp
    - essentials.tpo
    - essentials.tphere
    - essentials.tpohere
    - essentials.tppos
    - essentials.warp.list
    - essentials.warp
    - sg.arena.forcestart
    - sg.arena.enable
    - sg.arena.disable
    - arena.paintball.join
    - arena.arena.join
    - arena.spleef.join
    - ChestShop.admin
    - coreprotect.*
    - coreprotect.inspect
    - coreprotect.rollback
    - coreprotect.help
    - craftipedia.use
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.payment
    - iConomy.accounts.give
    - iConomy.accounts.take
    - lift
    - lift.change
    - magna.ipsum
    - mobarena.classes.*
    - mobarena.use.join
    - mobarena.classes.knight
    - mobarena.use.leave
    - mobarena.use.spec
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - mobarena.admin.enable
    - mobarena.admin.kick
    - mobarena.admin.restore
    - mobarena.admin.force
    - mobarena.admin.teleport
    - multiverse.access.*
    - multiverse.access.world
    - multiverse.portal.access.Creative
    - multiverse.portal.access.world_nether
    - multiverse.portal.access.world_the_end
    - multiverse.portal.access.world
    - nocheat.admin.commands
    - nocheat.admin.commandsreload
    - nocheat.admin.chatlog
    - ajb.bypass
    - playerheads.spawn
    - playerheads.spawn.own
    - playerheads.spawn.forother
    - signmod.*
    - thewalls.join
    - thewalls.leave
    - thewalls.gethelp
    - thewalls.spectate
    - thewalls.chat.team
    - thewalls.chat.global
    - thewalls.jointeam
    - thewalls.leaveteam
    - thewalls.removeplayer
    - WarpSigns.use
    - WarpSigns.create
    - mw.*
    - mw.changeweather
    - mw.immune.acidrain
    - mw.immune.hail
    - weatherman.basic
    - weatherman.sign
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    info:
    prefix: '&f[&aAdmin&f]'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&4'
    build: true
    suffix: ''
    WHAT I DID WROUNG?
     
  2. Offline

    Necrodoom

  3. Offline

    ChocolateStew

    Please put in pastebin. Then its easier to read. :)
     
  4. Offline

    Necrodoom

    ...what
     
Thread Status:
Not open for further replies.

Share This Page