Advertisement
Guest User

server log 1

a guest
Mar 13th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.79 KB | None | 0 0
  1. [15:48:47] [Server thread/INFO]: Starting minecraft server version 1.8.3
  2. [15:48:47] [Server thread/INFO]: Loading properties
  3. [15:48:47] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:48:47] [Server thread/INFO]: Generating keypair
  5. [15:48:47] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [15:48:47] [Server thread/INFO]: Using default channel type
  7. [15:48:47] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-2acb9e4 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
  8. [15:48:48] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.15.2
  9. [15:48:48] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  10. [15:48:48] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.14
  11. [15:48:48] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  12. [15:48:48] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  13. [15:48:48] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
  14. [15:48:48] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.15.2
  15. [15:48:48] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b713
  16. [15:48:48] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.15.2
  17. [15:48:48] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
  18. [15:48:48] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
  19. [15:48:48] [Server thread/INFO]: [PlotMe-DefaultGenerator] Importing world plotworld from PlotMe
  20. [15:48:48] [Server thread/INFO]: Preparing level "world"
  21. [15:48:48] [Server thread/INFO]: Preparing start region for level 0 (Seed: 8573828275596218142)
  22. [15:48:49] [Server thread/INFO]: Preparing spawn area: 54%
  23. [15:48:49] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8035163653444741266)
  24. [15:48:50] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8035163653444741266)
  25. [15:48:50] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  26. [15:48:50] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  27. [15:48:50] [Server thread/INFO]: git-Bukkit-2acb9e4 (MC: 1.8.3)
  28. [15:48:50] [Server thread/INFO]: 1.8.3-R0.1-SNAPSHOT
  29. [15:48:50] [Server thread/INFO]: Using locale zh_HK
  30. [15:48:50] [Server thread/INFO]: Using locale zh_HK
  31. [15:48:51] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  32. [15:48:51] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  33. [15:48:51] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.14
  34. [15:48:51] [Server thread/INFO]: [Lockette] Version 1.8.14 is being enabled! Yay! (Core version 1.3.5)
  35. [15:48:51] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R2] ok.
  36. [15:48:51] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  37. [15:48:51] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  38. [15:48:51] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  39. [15:48:51] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  40. [15:48:51] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  41. [15:48:51] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  42. [15:48:51] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  43. [15:48:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
  44. [15:48:51] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
  45. [15:49:01] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v2.5-b691 (Is it up to date?)
  46. java.lang.NoSuchMethodError: org.bukkit.entity.Projectile.getShooter()Lorg/bukkit/entity/LivingEntity;
  47. at com.onarandombox.MultiverseCore.utils.SimpleWorldPurger.purgeWorld(SimpleWorldPurger.java:110) ~[?:?]
  48. at com.onarandombox.MultiverseCore.utils.SimpleWorldPurger.purgeWorld(SimpleWorldPurger.java:196) ~[?:?]
  49. at com.onarandombox.MultiverseCore.utils.SimpleWorldPurger.purgeWorld(SimpleWorldPurger.java:73) ~[?:?]
  50. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:428) ~[?:?]
  51. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:402) ~[?:?]
  52. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:377) ~[?:?]
  53. at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:676) ~[?:?]
  54. at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:306) ~[?:?]
  55. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  56. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  57. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  58. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:341) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  59. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:313) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  60. at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:408) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  61. at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:374) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  62. at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:329) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  63. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:236) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  64. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:501) [craftbukkit-1.8.3-R0.1-SNAPSHOT.jar:git-Bukkit-2acb9e4]
  65. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  66. [15:49:01] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.15.2
  67. [15:49:01] [Server thread/ERROR]: [PlotMe] The world plotworld either does not exist or not using a PlotMe generator
  68. [15:49:01] [Server thread/ERROR]: [PlotMe] Please ensure that plotworld is set up and that it is using a PlotMe generator
  69. [15:49:01] [Server thread/ERROR]: [PlotMe] The default generator can be downloaded from
  70. [15:49:01] [Server thread/ERROR]: [PlotMe] Uh oh. There are no plotworlds setup.
  71. [15:49:01] [Server thread/ERROR]: [PlotMe] Is that a mistake? Try making sure you setup PlotMe Correctly PlotMe to stay safe.
  72. [15:49:07] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b713
  73. [15:49:07] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b713 Enabled - By Rigby and fernferret
  74. [15:49:13] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  75. [15:49:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  76. [15:49:13] [User Authenticator #1/INFO]: UUID of player skullreapers is 76aad4e8-241f-40ef-81b6-000a820e8712
  77. [15:49:20] [Server thread/INFO]: Done (31.695s)! For help, type "help" or "?"
  78. [15:49:20] [pool-3-thread-3/INFO]: [PlotMe] Checking if conversion to UUID needed...
  79. [15:49:20] [pool-3-thread-3/INFO]: [PlotMe] No plot conversion needed
  80. [15:49:20] [Server thread/INFO]: skullreapers[/223.18.240.222:49273] logged in with entity id 403 at ([world]118.41281445690903, 56.0, 38.83608984275595)
  81. [15:49:24] [Netty Server IO #3/INFO]: <skullreapers> ho
  82. [15:49:26] [Netty Server IO #3/INFO]: <skullreapers> hi
  83. [15:49:27] [Server thread/INFO]: [Server] hi
  84. [15:49:31] [Server thread/INFO]: skullreapers issued server command: /gamemode 1
  85. [15:49:38] [User Authenticator #2/INFO]: UUID of player ThisTNTSquid is ecee956b-3ffa-4796-b51a-beefa7c3854b
  86. [15:49:38] [Server thread/INFO]: ThisTNTSquid[/112.120.190.214:52793] logged in with entity id 404 at ([world]99933.92485562971, 56.0, 99998.86440024909)
  87. [15:49:45] [Netty Server IO #4/INFO]: <ThisTNTSquid> hi
  88. [15:49:47] [Netty Server IO #3/INFO]: <skullreapers> hi
  89. [15:49:51] [Server thread/INFO]: skullreapers issued server command: /op
  90. [15:49:52] [Netty Server IO #4/INFO]: <ThisTNTSquid> ok now?
  91. [15:49:55] [Netty Server IO #3/INFO]: <skullreapers> let me try
  92. [15:49:56] [Server thread/INFO]: skullreapers lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  93. [15:49:56] [Server thread/INFO]: skullreapers left the game.
  94. [15:49:59] [User Authenticator #3/INFO]: UUID of player skullreapers is 76aad4e8-241f-40ef-81b6-000a820e8712
  95. [15:49:59] [Server thread/INFO]: skullreapers[/223.18.240.222:49275] logged in with entity id 519 at ([world]106.36751714813838, 61.11439214811952, 37.284877027720874)
  96. [15:50:01] [Netty Server IO #5/INFO]: <skullreapers> fiu
  97. [15:50:03] [Netty Server IO #5/INFO]: <skullreapers> DIU
  98. [15:50:05] [Netty Server IO #4/INFO]: <ThisTNTSquid> not again..
  99. [15:50:08] [Server thread/INFO]: skullreapers lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  100. [15:50:08] [Server thread/INFO]: skullreapers left the game.
  101. [15:50:11] [User Authenticator #4/INFO]: UUID of player skullreapers is 76aad4e8-241f-40ef-81b6-000a820e8712
  102. [15:50:11] [Server thread/INFO]: skullreapers[/223.18.240.222:49277] logged in with entity id 552 at ([world]129.30000001192093, 62.85306363289368, 35.299233372290566)
  103. [15:50:16] [Netty Server IO #6/INFO]: <skullreapers> FUCK\
  104. [15:50:41] [Netty Server IO #6/INFO]: <skullreapers> what the fuck
  105. [15:51:25] [Netty Server IO #6/INFO]: <skullreapers> wtf has happened
  106. [15:51:30] [Server thread/INFO]: skullreapers lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  107. [15:51:30] [Server thread/INFO]: skullreapers left the game.
  108. [15:51:34] [User Authenticator #5/INFO]: UUID of player skullreapers is 76aad4e8-241f-40ef-81b6-000a820e8712
  109. [15:51:34] [Server thread/INFO]: skullreapers[/223.18.240.222:49279] logged in with entity id 609 at ([world]99.37213598787588, 68.0, 66.8173841938976)
  110. [15:51:48] [Server thread/INFO]: [Server] don open inventory first
  111. [15:51:52] [Netty Server IO #7/INFO]: <skullreapers> ok
  112. [15:52:26] [Netty Server IO #7/INFO]: <skullreapers> L O L
  113. [15:52:57] [Server thread/INFO]: ThisTNTSquid issued server command: /? 5
  114. [15:53:00] [Server thread/INFO]: ThisTNTSquid issued server command: /? 6
  115. [15:53:04] [Server thread/INFO]: ThisTNTSquid issued server command: /? 7
  116. [15:53:08] [Server thread/INFO]: ThisTNTSquid issued server command: /? 8
  117. [15:53:11] [Server thread/INFO]: ThisTNTSquid issued server command: /? 9
  118. [15:53:17] [Server thread/INFO]: ThisTNTSquid issued server command: /? 4
  119. [15:53:24] [Server thread/INFO]: ThisTNTSquid issued server command: /?
  120. [15:53:25] [Server thread/INFO]: skullreapers issued server command: /invsee skullreapers
  121. [15:53:26] [Server thread/INFO]: ThisTNTSquid issued server command: /? 2
  122. [15:53:32] [Server thread/INFO]: ThisTNTSquid issued server command: /? 3
  123. [15:53:38] [Server thread/INFO]: ThisTNTSquid issued server command: /? 4
  124. [15:53:48] [Server thread/INFO]: ThisTNTSquid issued server command: /burn skullreapers
  125. [15:53:52] [Server thread/INFO]: ThisTNTSquid issued server command: /burn skullreapers 10
  126. [15:53:58] [Server thread/INFO]: ThisTNTSquid issued server command: /? 5
  127. [15:54:03] [Server thread/INFO]: ThisTNTSquid issued server command: /? 6
  128. [15:54:13] [Server thread/INFO]: ThisTNTSquid issued server command: /? 9
  129. [15:54:14] [Server thread/INFO]: skullreapers lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  130. [15:54:14] [Server thread/INFO]: skullreapers left the game.
  131. [15:54:18] [Server thread/INFO]: ThisTNTSquid issued server command: /? 8
  132. [15:54:18] [User Authenticator #6/INFO]: UUID of player skullreapers is 76aad4e8-241f-40ef-81b6-000a820e8712
  133. [15:54:18] [Server thread/INFO]: skullreapers[/223.18.240.222:49284] logged in with entity id 652 at ([world]106.57791092053868, 58.86262892988594, 24.948882239498282)
  134. [15:54:25] [Server thread/INFO]: ThisTNTSquid issued server command: /? 10
  135. [15:54:27] [Netty Server IO #9/INFO]: <skullreapers> .....
  136. [15:54:30] [Server thread/INFO]: ThisTNTSquid issued server command: /?
  137. [15:54:33] [Server thread/INFO]: skullreapers issued server command: /tp @p ThisTNTSquid
  138. [15:54:35] [Server thread/INFO]: ThisTNTSquid issued server command: /? 2
  139. [15:54:35] [Server thread/INFO]: skullreapers issued server command: /tp @p ThisTNTSquid
  140. [15:54:39] [Server thread/INFO]: skullreapers issued server command: /tp ThisTNTSquid
  141. [15:54:40] [Server thread/INFO]: ThisTNTSquid issued server command: /afk
  142. [15:54:43] [Server thread/INFO]: skullreapers issued server command: /tp @p ThisTNTSquid
  143. [15:54:45] [Server thread/INFO]: skullreapers issued server command: /tp ThisTNTSquid @p
  144. [15:54:46] [Server thread/INFO]: skullreapers issued server command: /tp @p To_Tam
  145. [15:54:48] [Server thread/INFO]: skullreapers issued server command: /tp @p ThisTNTSquid
  146. [15:54:51] [Server thread/INFO]: ThisTNTSquid issued server command: /? 3
  147. [15:54:51] [Server thread/INFO]: skullreapers issued server command: /gamemode 1
  148. [15:54:54] [Server thread/INFO]: skullreapers issued server command: /
  149. [15:54:56] [Server thread/INFO]: skullreapers issued server command: /tp @p ThisTNTSquid
  150. [15:54:57] [Server thread/INFO]: ThisTNTSquid issued server command: /save-all
  151. [15:54:58] [Server thread/INFO]: ThisTNTSquid issued server command: /stop
  152. [15:54:58] [Server thread/INFO]: Stopping server
  153. [15:54:58] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5-b713
  154. [15:54:58] [Server thread/INFO]: [PlotMe] Disabling PlotMe v0.15.2
  155. [15:54:58] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b691
  156. [15:54:58] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
  157. [15:54:58] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  158. [15:54:58] [Server thread/INFO]: [Lockette] Disabling Lockette v1.8.14
  159. [15:54:58] [Server thread/INFO]: Lockette is being disabled... ;.;
  160. [15:54:58] [Server thread/INFO]: [Lockette] Closing all automatic doors.
  161. [15:54:58] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  162. [15:54:58] [Server thread/INFO]: [PlotMe-DefaultGenerator] Disabling PlotMe-DefaultGenerator v0.15.2
  163. [15:54:58] [Server thread/INFO]: Saving players
  164. [15:54:58] [Server thread/INFO]: ThisTNTSquid lost connection: Server closed, see you next time!
  165. [15:54:58] [Server thread/INFO]: ThisTNTSquid left the game.
  166. [15:54:58] [Server thread/INFO]: Saving worlds
  167. [15:54:58] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  168. [15:54:59] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  169. [15:54:59] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement