Stacktrace with /viewalias
LadyCailinBot opened this issue ยท 3 comments
CMDHELPER-2779 - Reported by Z_
22:12:28 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'viewalias' in plugin CommandHelper v3.3.1-SNAPSHOT:2347-b1b38a8,master
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:191)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523)
at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:962)
at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:880)
at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:837)
at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49)
at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296)
at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116)
at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590)
at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226)
at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486)
at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419)
at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at com.laytonsmith.commandhelper.CommandHelperPlugin.runCommand(CommandHelperPlugin.java:437)
at com.laytonsmith.commandhelper.CommandHelperPlugin.onCommand(CommandHelperPlugin.java:352)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
... 15 more
Comment by PseudoKnight
None of these seem to work anymore.
/viewalias /alias /delalias /repeat /.
I don't think they've worked for a long time. Maybe remove them if there are no plans to support them anymore?
Comment by LadyCailin
Merp. I've never really wanted to support personal aliases, they were a holdover from version 2 that sk wrote. I'm not sure the prevalence of usage, but I do know there are a few vocal users. I don't want to support them personally, but I know that people would be disappointed if they disappeared.
Those commands really just need a little bit of TLC to fix them, probably, it shouldn't be too difficult, but there just hasn't been enough of a demand, especially compared to, for instance, the SQLite issues that are currently ongoing.