Advertisement
Guest User

Untitled

a guest
Jul 24th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.61 KB | None | 0 0
  1. [12:27:32] [Server thread/INFO]: Starting minecraft server version 1.8.7
  2. [12:27:32] [Server thread/INFO]: Loading properties
  3. [12:27:32] [Server thread/INFO]: Default game type: SURVIVAL
  4. [12:27:32] [Server thread/INFO]: Generating keypair
  5. [12:27:33] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [12:27:33] [Server thread/INFO]: Using default channel type
  7. [12:27:33] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-7723b90 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT)
  8. [12:27:33] [Server thread/WARN]: Plugin `Welcome_Me v1.0' uses the space-character (0x20) in its name `Welcome Me' - this is discouraged
  9. [12:27:33] [Server thread/INFO]: [Welcome_Me] Loading Welcome_Me v1.0
  10. [12:27:33] [Server thread/INFO]: [AntiPlugin] Loading AntiPlugin v1.0
  11. [12:27:33] [Server thread/INFO]: [AntiDrop] Loading AntiDrop v1.0
  12. [12:27:33] [Server thread/INFO]: [Flight] Loading Flight v1.0
  13. [12:27:33] [Server thread/INFO]: [Medic] Loading Medic v1.1
  14. [12:27:33] [Server thread/INFO]: [DropParty] Loading DropParty v1.0
  15. [12:27:33] [Server thread/INFO]: [CleanUP] Loading CleanUP v1.0
  16. [12:27:33] [Server thread/INFO]: Preparing level "world"
  17. [12:27:33] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1239677496600283204)
  18. [12:27:33] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1239677496600283204)
  19. [12:27:34] [Server thread/INFO]: Preparing spawn area: 97%
  20. [12:27:34] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1239677496600283204)
  21. [12:27:35] [Server thread/INFO]: [Welcome_Me] Enabling Welcome_Me v1.0
  22. [12:27:35] [Server thread/INFO]: [Welcome_Me] MyFirstPlugin Has been enabled!
  23. [12:27:35] [Server thread/INFO]: [AntiPlugin] Enabling AntiPlugin v1.0
  24. [12:27:35] [Server thread/INFO]: [AntiPlugin] [AntiPl]Version 1.0 Enabled!
  25. [12:27:35] [Server thread/INFO]: [AntiDrop] Enabling AntiDrop v1.0
  26. [12:27:35] [Server thread/INFO]: [AntiDrop] Version 1.0 Enabled!
  27. [12:27:35] [Server thread/INFO]: [Flight] Enabling Flight v1.0
  28. [12:27:35] [Server thread/INFO]: [Flight] [Flight]Version 1.0 Has Been Enabled!
  29. [12:27:35] [Server thread/INFO]: [Medic] Enabling Medic v1.1
  30. [12:27:35] [Server thread/INFO]: [Medic] [Medic]Version 1.0 Enabled
  31. [12:27:35] [Server thread/INFO]: [DropParty] Enabling DropParty v1.0
  32. [12:27:35] [Server thread/INFO]: [DropParty] Version 1.0 Enabled!
  33. [12:27:35] [Server thread/INFO]: [CleanUP] Enabling CleanUP v1.0
  34. [12:27:35] [Server thread/INFO]: [CleanUP] Version 1.0 Enabled!
  35. [12:27:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  36. [12:27:35] [Server thread/INFO]: Done (1.968s)! For help, type "help" or "?"
  37. [12:27:50] [User Authenticator #1/INFO]: UUID of player Mee8a is 11551996-431a-4225-9ac3-64da23c63408
  38. [12:27:50] [Server thread/INFO]: Mee8a[/127.0.0.1:52527] logged in with entity id 226 at ([world]-537.3391595218142, 109.0, -85.31889408940093)
  39. [12:27:51] [Server thread/INFO]: Mee8a issued server command: /dp
  40. [12:27:51] [Server thread/ERROR]: null
  41. org.bukkit.command.CommandException: Unhandled exception executing command 'dp' in plugin DropParty v1.0
  42. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  43. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  44. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:621) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  45. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1079) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  46. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:939) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  47. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  48. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  49. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  50. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
  51. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
  52. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  53. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:676) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  54. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  55. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:632) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  56. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:540) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  57. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  58. Caused by: java.lang.ClassCastException: java.util.Collections$UnmodifiableRandomAccessList cannot be cast to org.bukkit.entity.Player
  59. at me.bukkit.Mee8a.DropParty.onCommand(DropParty.java:41) ~[?:?]
  60. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  61. ... 15 more
  62. [12:29:02] [Server thread/INFO]: CONSOLE: Please note that this command is not supported and may cause issues when using some plugins.
  63. [12:29:02] [Server thread/INFO]: CONSOLE: If you encounter any issues please use the /stop command to restart your server.
  64. [12:29:02] [Server thread/INFO]: [CleanUP] Disabling CleanUP v1.0
  65. [12:29:02] [Server thread/INFO]: [CleanUP] Version 1.0 Disabled!
  66. [12:29:02] [Server thread/INFO]: [DropParty] Disabling DropParty v1.0
  67. [12:29:02] [Server thread/INFO]: [DropParty] Version 1.0 Disabled!
  68. [12:29:02] [Server thread/INFO]: [Medic] Disabling Medic v1.1
  69. [12:29:02] [Server thread/INFO]: [Medic] [Medic]Version 1.0 Disabled
  70. [12:29:02] [Server thread/INFO]: [Flight] Disabling Flight v1.0
  71. [12:29:02] [Server thread/INFO]: [Flight] [Flight]Version 1.0 Has Been Enabled!
  72. [12:29:02] [Server thread/INFO]: [AntiDrop] Disabling AntiDrop v1.0
  73. [12:29:02] [Server thread/INFO]: [AntiDrop] Version 1.0 Disabled!
  74. [12:29:02] [Server thread/INFO]: [AntiPlugin] Disabling AntiPlugin v1.0
  75. [12:29:02] [Server thread/INFO]: [AntiPlugin] [AntiPl]Version 1.0 Disabled!
  76. [12:29:02] [Server thread/INFO]: [Welcome_Me] Disabling Welcome_Me v1.0
  77. [12:29:02] [Server thread/INFO]: [Welcome_Me] MyFirstPlugin Has been disabled!
  78. [12:29:02] [Server thread/WARN]: Plugin `Welcome_Me v1.0' uses the space-character (0x20) in its name `Welcome Me' - this is discouraged
  79. [12:29:02] [Server thread/INFO]: [Welcome_Me] Loading Welcome_Me v1.0
  80. [12:29:02] [Server thread/INFO]: [AntiPlugin] Loading AntiPlugin v1.0
  81. [12:29:02] [Server thread/INFO]: [AntiDrop] Loading AntiDrop v1.0
  82. [12:29:02] [Server thread/INFO]: [Flight] Loading Flight v1.0
  83. [12:29:02] [Server thread/INFO]: [Medic] Loading Medic v1.1
  84. [12:29:02] [Server thread/INFO]: [DropParty] Loading DropParty v1.0
  85. [12:29:02] [Server thread/INFO]: [CleanUP] Loading CleanUP v1.0
  86. [12:29:02] [Server thread/INFO]: [Welcome_Me] Enabling Welcome_Me v1.0
  87. [12:29:02] [Server thread/INFO]: [Welcome_Me] MyFirstPlugin Has been enabled!
  88. [12:29:02] [Server thread/INFO]: [AntiPlugin] Enabling AntiPlugin v1.0
  89. [12:29:02] [Server thread/INFO]: [AntiPlugin] [AntiPl]Version 1.0 Enabled!
  90. [12:29:02] [Server thread/INFO]: [AntiDrop] Enabling AntiDrop v1.0
  91. [12:29:02] [Server thread/INFO]: [AntiDrop] Version 1.0 Enabled!
  92. [12:29:02] [Server thread/INFO]: [Flight] Enabling Flight v1.0
  93. [12:29:02] [Server thread/INFO]: [Flight] [Flight]Version 1.0 Has Been Enabled!
  94. [12:29:02] [Server thread/INFO]: [Medic] Enabling Medic v1.1
  95. [12:29:02] [Server thread/INFO]: [Medic] [Medic]Version 1.0 Enabled
  96. [12:29:02] [Server thread/INFO]: [DropParty] Enabling DropParty v1.0
  97. [12:29:02] [Server thread/INFO]: [DropParty] Version 1.0 Enabled!
  98. [12:29:02] [Server thread/INFO]: [CleanUP] Enabling CleanUP v1.0
  99. [12:29:02] [Server thread/INFO]: [CleanUP] Version 1.0 Enabled!
  100. [12:29:02] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  101. [12:29:02] [Server thread/INFO]: CONSOLE: Reload complete.
  102. [12:29:08] [Server thread/INFO]: Mee8a issued server command: /dp
  103. [12:29:08] [Server thread/ERROR]: null
  104. org.bukkit.command.CommandException: Unhandled exception executing command 'dp' in plugin DropParty v1.0
  105. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  106. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  107. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:621) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  108. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1079) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  109. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:939) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  110. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  111. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  112. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  113. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
  114. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
  115. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  116. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:676) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  117. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  118. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:632) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  119. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:540) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  120. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  121. Caused by: java.lang.ClassCastException: java.util.Collections$UnmodifiableRandomAccessList cannot be cast to org.bukkit.entity.Player
  122. at me.bukkit.Mee8a.DropParty.onCommand(DropParty.java:39) ~[?:?]
  123. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  124. ... 15 more
  125. [12:32:01] [Server thread/INFO]: Mee8a issued server command: /dp
  126. [12:32:01] [Server thread/ERROR]: null
  127. org.bukkit.command.CommandException: Unhandled exception executing command 'dp' in plugin DropParty v1.0
  128. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  129. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  130. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:621) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  131. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1079) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  132. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:939) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  133. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  134. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  135. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  136. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
  137. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
  138. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  139. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:676) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  140. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  141. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:632) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  142. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:540) [craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  143. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  144. Caused by: java.lang.ClassCastException: java.util.Collections$UnmodifiableRandomAccessList cannot be cast to org.bukkit.entity.Player
  145. at me.bukkit.Mee8a.DropParty.onCommand(DropParty.java:39) ~[?:?]
  146. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8.7.jar:git-Bukkit-7723b90]
  147. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement