Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"/c player" command causes PLAYER_COMMAND_PREPROCESS error #53

Open
tubbytoad42 opened this issue Oct 26, 2011 · 0 comments
Open

"/c player" command causes PLAYER_COMMAND_PREPROCESS error #53

tubbytoad42 opened this issue Oct 26, 2011 · 0 comments

Comments

@tubbytoad42
Copy link

I have recently installed Chunky b550 and the following error occurs in the console whenever the command "/chunky player" (or any subcommand of that) is done. the error is the following:


2011-10-25 21:38:46 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Chunky

java.lang.NullPointerException

at org.getchunky.chunky.command.CommandChunkyPlayer.displayInfo(CommandChunkyPlayer.java:55)

at org.getchunky.chunky.command.CommandChunkyPlayer.onCommand(CommandChunkyPlayer.java:31)

at org.getchunky.chunky.module.SimpleChunkyModuleManager.parseCommand(SimpleChunkyModuleManager.java:428)

at org.getchunky.chunky.listeners.PlayerEvents.onPlayerCommandPreprocess(PlayerEvents.java:90)

at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:288)

at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)

at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)

at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:750)

at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)

at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)

at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)

at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)

at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)

at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)

at net.minecraft.server.NetworkListenThread.a(SourceFile:108)

at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)

at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

You may have noticed that in one of the lines "Spout" is mentioned-perhaps chunky is currently incompatible with it? If it is I would recommend adding compatibility if not features - Spout can add some very unique features. You can find a link to it here: http://dev.bukkit.org/server-mods/spout/.

If it isn't Spout compatibility causing this issue what could be causing the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant