CommandHelper

CommandHelper

46.5k Downloads

PlayerConnection.handleCommand

LadyCailinBot opened this issue ยท 3 comments

commented

CMDHELPER-3062 - Reported by TheChampTF

17.04 18:27:21 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(SourceFile:9) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(SourceFile:37) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:943) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1076) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
17.04 18:27:21 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
17.04 18:27:21 [Server] INFO at sun.reflect.GeneratedMethodAccessor239.invoke(Unknown Source) ~[?:?]
17.04 18:27:21 [Server] INFO at com.laytonsmith.commandhelper.CommandHelperListener.onPlayerCommandPreprocess(CommandHelperListener.java:125) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at com.laytonsmith.commandhelper.CommandHelperListener.runAlias(CommandHelperListener.java:88) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at com.laytonsmith.core.AliasCore.alias(AliasCore.java:166) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at com.laytonsmith.core.Script.run(Script.java:194) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1865) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1918) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at com.laytonsmith.core.AliasCore$1.done(AliasCore.java:181) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at com.laytonsmith.abstraction.bukkit.entities.BukkitMCPlayer.chat(BukkitMCPlayer.java:72) [commandhelper-3.3.1-SNAPSHOT.jar:3.3.1-SNAPSHOT]
17.04 18:27:21 [Server] INFO at org.bukkit.craftbukkit.v1_8_R2.entity.CraftPlayer.chat(CraftPlayer.java:239) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.chat(PlayerConnection.java:1002) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1083) [custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:625) ~[custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[custom.jar:git-Bukkit-ba32592]
17.04 18:27:21 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[custom.jar:git-Bukkit-ba32592]

commented

Comment by LadyCailin

Can I get a little more context here? What action happened to cause this?

commented

Comment by TheChampTF

@LadyCailin This is the log of bugs I got http://pastebin.com/9JE0D99H

commented

Comment by PseudoKnight

Did you really set an expire on that for a week?

My best guess is this is happening during a basic alias, so I can't imagine the problem is in CommandHelper.