Advertisement
Guest User

Untitled

a guest
Jan 11th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.61 KB | None | 0 0
  1. [17:50:13] [Server thread/INFO]: Starting minecraft server version 1.7.9
  2. [17:50:13] [Server thread/INFO]: Loading properties
  3. [17:50:13] [Server thread/INFO]: Default game type: SURVIVAL
  4. [17:50:13] [Server thread/INFO]: Generating keypair
  5. [17:50:13] [Server thread/INFO]: Starting Minecraft server on 94.23.39.168:25635
  6. [17:50:13] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1-SNAPSHOT)
  7. [17:50:14] [Thread-7/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: IOException
  8. [17:50:14] [Thread-7/WARN]: Could not get latest artifact information: IOException
  9. [17:50:14] [Server thread/ERROR]: Could not load 'plugins/mcore.jar' in folder 'plugins'
  10. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/PlayerInventory
  11. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  12. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  14. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:357) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  15. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  16. at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  17. at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  18. at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  19. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  20. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  21. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/PlayerInventory
  22. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  23. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  24. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  25. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  26. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  27. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  28. ... 9 more
  29. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R1.PlayerInventory
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  32. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  33. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
  34. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  35. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  36. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
  37. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
  38. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  40. ... 9 more
  41. [17:50:14] [Server thread/ERROR]: Could not load 'plugins/Factions.jar' in folder 'plugins'
  42. org.bukkit.plugin.UnknownDependencyException: mcore
  43. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  44. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:357) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  45. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  46. at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  47. at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  48. at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  49. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  50. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  51. [17:50:14] [Server thread/ERROR]: Could not load 'plugins/CreativeGates.jar' in folder 'plugins'
  52. org.bukkit.plugin.UnknownDependencyException: mcore
  53. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  54. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.java:357) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  55. at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  56. at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  57. at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  58. at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  59. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  60. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-56-g3779cff-b3072jnks]
  61. [17:50:14] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.5
  62. [17:50:14] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
  63. [17:50:14] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
  64. [17:50:14] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
  65. [17:50:14] [Server thread/INFO]: [FancyPortals] Loading FancyPortals v0.0.6
  66. [17:50:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-02
  67. [17:50:14] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  68. [17:50:14] [Server thread/INFO]: [dynmap] Loading dynmap v1.9.2-923
  69. [17:50:14] [Server thread/INFO]: [dynmap] Mod Support API available
  70. [17:50:14] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  71. [17:50:14] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  72. [17:50:14] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  73. [17:50:14] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.5-SNAPSHOT
  74. [17:50:14] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  75. [17:50:14] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  76. [17:50:14] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  77. [17:50:14] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  78. [17:50:14] [Server thread/INFO]: Preparing level "world"
  79. [17:50:14] [Server thread/INFO]: Preparing start region for level 0 (Seed: 50638684)
  80. [17:50:15] [Server thread/INFO]: Preparing spawn area: 77%
  81. [17:50:15] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1823545709079569262)
  82. [17:50:16] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1823545709079569262)
  83. [17:50:16] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.5
  84. [17:50:16] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4378538680908574236)
  85. [17:50:16] [Server thread/INFO]: [MultiWorld] v5.2.5 enabled.
  86. [17:50:16] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
  87. [17:50:16] [Server thread/INFO]: GroupManager - INFO - World Found: world
  88. [17:50:16] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  89. [17:50:16] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  90. [17:50:16] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  91. [17:50:16] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is enabled!
  92. [17:50:16] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
  93. [17:50:17] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  94. [17:50:17] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R3 as the Bukkit adapter
  95. [17:50:17] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
  96. [17:50:17] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  97. [17:50:17] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  98. [17:50:17] [Server thread/INFO]: [FancyPortals] Enabling FancyPortals v0.0.6
  99. [17:50:17] [Server thread/INFO]: Loaded Portal: WaterTP
  100. [17:50:17] [Server thread/INFO]: Metrics was started!
  101. [17:50:18] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-02
  102. [17:50:18] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  103. [17:50:18] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  104. [17:50:18] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  105. [17:50:18] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  106. [17:50:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  107. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  108. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  109. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  110. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  111. [17:50:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  112. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  113. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  114. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  115. [17:50:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  116. [17:50:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  117. [17:50:18] [Server thread/INFO]: [WorldGuard] (FarZone) TNT ignition is PERMITTED.
  118. [17:50:18] [Server thread/INFO]: [WorldGuard] (FarZone) Lighters are PERMITTED.
  119. [17:50:18] [Server thread/INFO]: [WorldGuard] (FarZone) Lava fire is blocked.
  120. [17:50:18] [Server thread/INFO]: [WorldGuard] (FarZone) Fire spread is UNRESTRICTED.
  121. [17:50:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FarZone'
  122. [17:50:18] [Server thread/INFO]: [WorldGuard] Loading region data...
  123. [17:50:18] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  124. [17:50:18] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  125. [17:50:18] [Server thread/INFO]: [dynmap] Enabling dynmap v1.9.2-923
  126. [17:50:18] [Server thread/INFO]: [dynmap] Added 38 custom biome mappings
  127. [17:50:18] [Server thread/INFO]: [dynmap] Using GroupManager 2.1.31 (Phoenix) for access control
  128. [17:50:19] [Server thread/INFO]: [dynmap] Mod Support processing completed
  129. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 22 shaders.
  130. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  131. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 12 lightings.
  132. [17:50:19] [Server thread/INFO]: [dynmap] Web server started on address 94.23.39.168:25637
  133. [17:50:19] [Server thread/INFO]: [dynmap] version 1.9.2-923 is enabled - core version 1.9.2-1876
  134. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  135. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 2 pending tile renders for world 'world'
  136. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  137. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  138. [17:50:19] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'FarZone'.
  139. [17:50:19] [Server thread/INFO]: [dynmap] Enabled
  140. [17:50:19] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  141. [17:50:19] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  142. [17:50:19] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  143. [17:50:19] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.5-SNAPSHOT
  144. [17:50:19] [Server thread/INFO]: [AuthMe] Loading Configuration File...
  145. [17:50:19] [Server thread/INFO]: [AuthMe] Set Language: en
  146. [17:50:20] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
  147. [17:50:20] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
  148. [17:50:20] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
  149. [17:50:20] [Server thread/INFO]: [AuthMe] [SPONSOR] AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months
  150. [17:50:20] [Server thread/INFO]: [AuthMe] [SPONSOR] Look Minecraft and other offers on www.verygames.net !
  151. [17:50:20] [Server thread/INFO]: [AuthMe] Authme 3.5-SNAPSHOT enabled
  152. [17:50:20] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  153. [17:50:20] [Server thread/INFO]: Done (5.787s)! For help, type "help" or "?"
  154. [17:50:20] [Server thread/INFO]: Starting GS4 status listener
  155. [17:50:20] [Query Listener #1/INFO]: Query running on 94.23.39.168:25635
  156. [17:50:20] [Server thread/INFO]: Starting remote control listener
  157. [17:50:20] [Server thread/WARN]: No rcon password set in '/home/ichigo_71/server_25129/server.properties', rcon disabled!
  158. [17:50:20] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  159. [17:50:20] [Server thread/INFO]: CONSOLE: Enabled level saving..
  160. [17:50:20] [Server thread/INFO]: [Server] Sauvegarde auto du monde lancee...
  161. [17:50:20] [Server thread/INFO]: [Server] Arret du serveur dans 10 secondes, sauvegarde en cours...
  162. [17:50:20] [Server thread/INFO]: CONSOLE: Forcing save..
  163. [17:50:20] [Server thread/INFO]: CONSOLE: Save complete.
  164. [17:50:20] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
  165. [17:50:26] [Server thread/INFO]: [Server] Sauvegarde des donnees terminee, arret en cours
  166. [17:50:26] [Server thread/INFO]: CONSOLE: Stopping the server..
  167. [17:50:26] [Server thread/INFO]: Stopping server
  168. [17:50:26] [Server thread/INFO]: [AuthMe] Disabling AuthMe v3.5-SNAPSHOT
  169. [17:50:26] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.13.1
  170. [17:50:26] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.13.1
  171. [17:50:26] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.13.1
  172. [17:50:26] [Server thread/INFO]: [dynmap] Disabling dynmap v1.9.2-923
  173. [17:50:26] [Server thread/INFO]: [dynmap] Unloaded 11 components.
  174. [17:50:26] [Server thread/INFO]: [dynmap] Stopping map renderer...
  175. [17:50:27] [Server thread/INFO]: [dynmap] Disabled
  176. [17:50:27] [Server thread/INFO]: [Essentials] Disabling Essentials v2.13.1
  177. [17:50:27] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.0.0-beta-02
  178. [17:50:27] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  179. [17:50:27] [Server thread/INFO]: [FancyPortals] Disabling FancyPortals v0.0.6
  180. [17:50:27] [Server thread/INFO]: [VoxelSniper] Disabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
  181. [17:50:27] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.0;3342-78f975b9
  182. [17:50:27] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.1.31 (Phoenix)
  183. [17:50:27] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
  184. [17:50:27] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is disabled!
  185. [17:50:27] [Server thread/INFO]: [MultiWorld] Disabling MultiWorld v5.2.5
  186. [17:50:27] [Server thread/INFO]: [MultiWorld] Disabled.
  187. [17:50:27] [Server thread/INFO]: Saving players
  188. [17:50:27] [Server thread/INFO]: Saving worlds
  189. [17:50:27] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  190. [17:50:29] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  191. [17:50:29] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  192. [17:50:29] [Server thread/INFO]: Saving chunks for level 'FarZone'/Overworld
  193. [17:50:29] [Thread-4/INFO]: Stopping server
  194. [17:50:29] [Thread-4/INFO]: Saving players
  195. [17:50:29] [Thread-4/INFO]: Saving worlds
  196. [17:50:29] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement