Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 KB | None | 0 0
  1. [18:25:44] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs entities
  2. [18:26:27] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs movehere 1
  3. [18:26:43] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs AI 1 off
  4. [18:26:43] [Server thread/ERROR]: null
  5. org.bukkit.command.CommandException: Unhandled exception executing command 'mycmd-npcs' in plugin MyCommand v5.3.4
  6. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  7. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  8. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  9. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  10. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  11. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  12. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  13. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  15. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  16. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  18. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  19. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  21. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  22. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Villager.setAI(Z)V
  23. at it.mri.mycommand.commands.CmdNPCs.onCommand(CmdNPCs.java:603) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  25. ... 15 more
  26. [18:26:56] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs
  27. [18:27:10] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs changname 1 &6AwesomeNPC
  28. [18:27:24] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs changename 1 &6AwesomeNPC
  29. [18:27:33] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs AI 1 off
  30. [18:27:33] [Server thread/ERROR]: null
  31. org.bukkit.command.CommandException: Unhandled exception executing command 'mycmd-npcs' in plugin MyCommand v5.3.4
  32. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  33. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  34. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  35. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  36. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  37. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  38. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  39. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  40. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  41. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  42. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  43. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  44. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  45. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  46. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  47. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  48. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Villager.setAI(Z)V
  49. at it.mri.mycommand.commands.CmdNPCs.onCommand(CmdNPCs.java:603) ~[?:?]
  50. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  51. ... 15 more
  52. [18:27:37] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs movehere 1
  53. [18:27:58] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs glowing 1 off
  54. [18:28:13] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs collidable 1 no
  55. [18:28:13] [Server thread/ERROR]: null
  56. org.bukkit.command.CommandException: Unhandled exception executing command 'mycmd-npcs' in plugin MyCommand v5.3.4
  57. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  58. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  59. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  60. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  61. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  62. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  63. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  64. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  65. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  66. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  67. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  68. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  69. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  70. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  71. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  72. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  73. Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Villager.setCollidable(Z)V
  74. at it.mri.mycommand.commands.CmdNPCs.onCommand(CmdNPCs.java:552) ~[?:?]
  75. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  76. ... 15 more
  77. [18:28:49] [Server thread/INFO]: newtestbungee issued server command: /mycmd-npcs delete 1
  78. [18:29:01] [Server thread/INFO]: newtestbungee issued server command: /mycmd-block
  79. [18:29:04] [Server thread/INFO]: newtestbungee issued server command: /mycmd
  80. [18:29:11] [Server thread/INFO]: newtestbungee issued server command: /mycmd check
  81. [18:29:17] [Server thread/INFO]: newtestbungee issued server command: /mycmd check 1
  82. [18:29:38] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset
  83. [18:29:43] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset create
  84. [18:29:48] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset
  85. [18:29:52] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset create
  86. [18:30:02] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset add
  87. [18:30:12] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset blocklist
  88. [18:30:12] [Server thread/ERROR]: null
  89. org.bukkit.command.CommandException: Unhandled exception executing command 'mycmd-blockset' in plugin MyCommand v5.3.4
  90. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  91. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  92. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  93. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  94. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  95. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  96. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  97. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  98. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  99. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  100. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  101. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  102. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  103. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  104. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  105. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  106. Caused by: java.lang.NullPointerException
  107. at it.mri.mycommand.commands.CmdBlockSet.onCommand(CmdBlockSet.java:65) ~[?:?]
  108. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  109. ... 15 more
  110. [18:30:22] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset add
  111. [18:30:28] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset blocklist
  112. [18:30:28] [Server thread/ERROR]: null
  113. org.bukkit.command.CommandException: Unhandled exception executing command 'mycmd-blockset' in plugin MyCommand v5.3.4
  114. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  115. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  116. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  117. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  118. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  119. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  120. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  121. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  122. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  123. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  124. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  125. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  126. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  127. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  128. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  129. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  130. Caused by: java.lang.NullPointerException
  131. at it.mri.mycommand.commands.CmdBlockSet.onCommand(CmdBlockSet.java:65) ~[?:?]
  132. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  133. ... 15 more
  134. [18:30:36] [Server thread/INFO]: newtestbungee issued server command: /mycmd-reload all
  135. [18:30:36] [Server thread/INFO]: [MyCmd] Reloaded custom commands. Loaded 38 commands.
  136. [18:30:40] [Server thread/INFO]: newtestbungee issued server command: /mycmd-blockset blocklist
  137. [18:30:40] [Server thread/ERROR]: null
  138. org.bukkit.command.CommandException: Unhandled exception executing command 'mycmd-blockset' in plugin MyCommand v5.3.4
  139. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  140. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  141. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  142. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  143. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  144. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  145. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  146. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  147. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_45]
  148. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_45]
  149. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  150. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  151. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  152. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  153. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  154. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  155. Caused by: java.lang.NullPointerException
  156. at it.mri.mycommand.commands.CmdBlockSet.onCommand(CmdBlockSet.java:65) ~[?:?]
  157. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  158. ... 15 more
  159. [18:30:48] [Server thread/INFO]: Stopping the server
  160. [18:30:48] [Server thread/INFO]: Stopping server
  161. [18:30:48] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.5
  162. [18:30:48] [Server thread/INFO]: [ArmorStandTools] Disabling ArmorStandTools v2.1.4
  163. [18:30:48] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.3.4
  164. [18:30:48] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  165. [18:30:48] [Server thread/INFO]: | Tasks : Stopped all.
  166. [18:30:48] [Server thread/INFO]: | Version : 5.3.4
  167. [18:30:48] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  168. [18:30:48] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Bye! *-=-=-=-=-=-=-=-=-=-=-*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement