
Not working on paper 1.21.4
asmolfemboi opened this issue ยท 1 comments
- [Fri 11:18:20 ERROR Minecraft/Commands] Command exception: /toneko player FemBoy
java.lang.RuntimeException: com.mojang.brigadier.exceptions.CommandSyntaxException: No player was found
at toNeko.jar//org.cneko.toneko.bukkit.commands.ToNekoCommand.playerCommand(ToNekoCommand.java:220)
at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:30)
at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:13)
at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8)
at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5)
at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:105)
at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:435)
at net.minecraft.commands.Commands.performCommand(Commands.java:342)
at net.minecraft.commands.Commands.performCommand(Commands.java:332)
at net.minecraft.commands.Commands.performCommand(Commands.java:326)
at net.minecraft.server.network.ServerGamePacketListenerImpl.performUnsignedChatCommand(ServerGamePacketListenerImpl.java:2197)
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$11(ServerGamePacketListenerImpl.java:2170)
at net.minecraft.server.TickTask.run(TickTask.java:18)
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:155)
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1448)
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:176)
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:129)
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1428)
at net.minecraft.server.