taylorkelly / BigBrother

GNU General Public License v3.0
29 stars 20 forks source link

Internal Error #27

Open TheChrisHill opened 13 years ago

TheChrisHill commented 13 years ago

I'm getting an error when trying to use any BB commands.

"An internal error occured while attempting to perform this command"

I get a long error in console that reads this-

02:40:36 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'bb' in plugin BigBrother v1.7.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80 ) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2 29) at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:645) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:608)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

Caused by: java.lang.NullPointerException at me.taylorkelly.bigbrother.BBPermissions.permission(BBPermissions.java :42) at me.taylorkelly.bigbrother.BBPermissions.info(BBPermissions.java:55) at me.taylorkelly.bigbrother.BigBrother.onCommand(BigBrother.java:339) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35) ... 12 more

What could be causing this?

Thanks, Chris

taylorkelly commented 13 years ago

What permissions plugin are you using (if any)?

TheChrisHill commented 13 years ago

I was using the Permissions plugin, but I deleted it and I still received the error

Date: Sun, 20 Mar 2011 10:23:19 -0700 From: reply@reply.github.com To: chrishilldrums@hotmail.com Subject: Re: [GitHub] Internal Error [tkelly910/BigBrother GH-27]

What permissions plugin are you using (if any)?

Reply to this email directly or view it on GitHub: https://github.com/tkelly910/BigBrother/issues/27#comment_895664

taylorkelly commented 13 years ago

Hm, it doesn't seem like the error your getting is even possible. But I'll look into it and see if I can get a fix.