/im spawn not working on 1.12.2 #119


  • Defect
Open
  • kohlrabi_1 created this issue Feb 17, 2019

    I get this in the console whenever I try to use /im spawn Zombie molten or anything really.

     

    17.02 17:14:07 [Server] INFO ... 15 more 17.02 17:14:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at io.hotmail.com.jacob_vejvoda.infernal_mobs.infernal_mobs.onCommand(infernal_mobs.java:2836) ~[?:?] 17.02 17:14:07 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/HashSet;I)Lorg/bukkit/block/Block; 17.02 17:14:07 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_111] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_111] 17.02 17:14:07 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_111] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1234) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1399) [Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[Spigot.jar:git-Spigot-dcd1643-d7bebef] 17.02 17:14:07 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'im' in plugin InfernalMobs v5.2 17.02 17:14:07 [Server] ERROR null

     At the time of those errors I was using InfernalMobs 5.2 on my 1.12.2 server  but I get the same error on 5.2.3

  • kohlrabi_1 added a tag Defect Feb 17, 2019

To post a comment, please login or register a new account.