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

exception when attempting to add an unknown counter type #8

Open
crashdemons opened this issue Sep 26, 2020 · 0 comments
Open

exception when attempting to add an unknown counter type #8

crashdemons opened this issue Sep 26, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@crashdemons
Copy link
Owner

minor bug though since it only shows an error and only happens when you type the wrong thing in a command.

26.09 00:37:21 [Server] ERROR null
26.09 00:37:21 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'counter' in plugin LoreKillCounter v2.0.3-SNAPSHOT
26.09 00:37:21 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:800) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1908) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1719) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:1135) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:95) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.a(MinecraftServer.java:1264) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:999) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-191]
26.09 00:37:21 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_251]
26.09 00:37:21 [Server] INFO Caused by: java.lang.NullPointerException
26.09 00:37:21 [Server] INFO at com.github.crashdemons.lorekillcounter.CounterCommandExecutor.addCounter(CounterCommandExecutor.java:35) ~[?:?]
26.09 00:37:21 [Server] INFO at com.github.crashdemons.lorekillcounter.CounterCommandExecutor.onCommand(CounterCommandExecutor.java:110) ~[?:?]
26.09 00:37:21 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.3.jar:git-Paper-191]
@crashdemons crashdemons added the bug Something isn't working label Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant