08.12 16:38:38 [Server] INFO ... 8 more 08.12 16:38:38 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at de.bananaco.bpermissions.imp.Permissions.onCommand(Permissions.java:198) ~[?:?] 08.12 16:38:38 [Server] INFO Caused by: java.lang.NullPointerException 08.12 16:38:38 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_72] 08.12 16:38:38 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:285) [craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.aM(DedicatedServer.java:320) [craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchServerCommand(CraftServer.java:608) [craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:622) ~[craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit10.jar:git-Bukkit-fbda3a7] 08.12 16:38:38 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'promote' in plugin bPermissions v2.10.8 08.12 16:38:38 [Server] WARN Unexpected exception while parsing console command "promote lilchunk101" ----------------------------------------------------------------------------------------------------------------------- Groups default: mage groups mage: permissions: - bukkit.command.plugins - modifyworld.* - lightweightessentials.sethome - lightweightessentials.home - lightweightessentials.delhome - lightweightessentials.spawn - factions.kit.rank0 - factions.create - factions.demote - factions.description - factions.disband - factions.faction - factions.flag - factions.home - factions.invite - factions.join - factions.kick - factions.leader - factions.leave - factions.list - factions.map - factions.money - factions.motd - factions.officer - factions.player - factions.money.withdraw - factions.promote - factions.perm - factions.relation - factions.set - factions.set.one - factions.set.auto - factions.set.fill - factions.set.square - factions.sethome meta: priority:'100' prefix: '&9[Mage]' EtherealTiger: permissions: bchatmanager.chat.color groups: - mage meta: riority: '200' prefix: '&b[EtherealTiger]' SNMonkey: permissions: groups: - Etherealtiger meta: priority: '300' prefix: '&c[SNMonkey' DivinePanda: permissions: groups: - SNMonkey meta: priority: '400' prefix: '&7&ke&3[DivinePanda]&7&ke' MagicalTurtle: permissions: groups: - DivinePanda meta: priority '500' prefix: '&b&kee&4[MagicalTurtle]&b&kee' Moderator: permissions: groups: - meta: priority: '1000' prefix: '&7&k|||&9[Moderator]&7&k|||' ----------------------------------------------------------------------------------------------------------------------- Users users: lilchunk101: permissions: [] groups: - mage
Users http://pastebin.com/6Gjt1rz9 Groups http://pastebin.com/ArrA2TP8 Error http://pastebin.com/uVbBJ7Bf
LilChunk101 Problem is your groups file. You're missing the colon on line 2 and your file is full of tabs. You CANNOT use the tab key when editing these types of files. Only make spaces with the spacebar. Pasting your file into an online YAML parser can help you find these kinds of errors.
I took the tabs away and got this in the YAML parser ERROR: mapping values are not allowed here in "<unicode string>", line 48, column 13: prefix: '&f[Mage]'
@LilChunk101 The mapping values error usually has to do with colon problems but sometimes it's spacing. Check that you aren't missing any colons before line 48 and that every place where there is a colon followed by additional characters, that there is a space between the colon and whatever is after it.