Skip to content

"/c player" command causes PLAYER_COMMAND_PREPROCESS error #53

@aallen42

Description

@aallen42

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions