Advertisement
Guest User

Untitled

a guest
May 27th, 2019
838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.65 KB | None | 0 0
  1. [16:18:08] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [16:18:08] [Server thread/INFO]: Loading properties
  3. [16:18:08] [Server thread/INFO]: Default game type: SURVIVAL
  4. [16:18:08] [Server thread/INFO]: Generating keypair
  5. [16:18:08] [Server thread/INFO]: Starting Minecraft server on 37.221.209.211:25767
  6. [16:18:08] [Server thread/INFO]: Using epoll channel type
  7. [16:18:08] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-809c399 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  8. [16:18:09] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.4
  9. [16:18:09] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
  10. [16:18:09] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.6.6
  11. [16:18:09] [Server thread/INFO]: [HubThat] Loading HubThat v7.0
  12. [16:18:09] [Server thread/INFO]: [CustomEnderChest] Loading CustomEnderChest v1.11.0
  13. [16:18:09] [Server thread/INFO]: [Mentorud] Loading Mentorud v1.4
  14. [16:18:09] [Server thread/INFO]: [VoidWorld] Loading VoidWorld v1.0
  15. [16:18:09] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.3
  16. [16:18:09] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  17. [16:18:09] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  18. [16:18:09] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.0
  19. [16:18:09] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
  20. [16:18:09] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
  21. [16:18:09] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  22. [16:18:09] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev
  23. [16:18:09] [Server thread/ERROR]: [ProtocolSupport] Unsupported server implementation type or version
  24. [16:18:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  25. [16:18:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  26. [16:18:09] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.1
  27. [16:18:09] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.156
  28. [16:18:09] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.16.1.156
  29. [16:18:09] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
  30. [16:18:09] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
  31. [16:18:09] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.2.2
  32. [16:18:09] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
  33. [16:18:09] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.11.0
  34. [16:18:09] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
  35. [16:18:09] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
  36. [16:18:09] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data. IMPORTANT! We recommend MySQL.
  37. [16:18:09] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
  38. [16:18:09] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0
  39. [16:18:09] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  40. [16:18:09] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  41. [16:18:09] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  42. [16:18:09] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  43. [16:18:09] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  44. [16:18:09] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  45. [16:18:09] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev
  46. [16:18:09] [Server thread/ERROR]: Error occurred while enabling ProtocolSupport v4.29-dev (Is it up to date?)
  47. java.lang.IllegalStateException: Access to implementation before detect
  48. at protocolsupport.zplatform.ServerPlatform.get(ServerPlatform.java:36) ~[?:?]
  49. at protocolsupport.ProtocolSupport.onEnable(ProtocolSupport.java:76) ~[?:?]
  50. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[minecraft_server.jar:git-Bukkit-809c399]
  51. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [minecraft_server.jar:git-Bukkit-809c399]
  52. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [minecraft_server.jar:git-Bukkit-809c399]
  53. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:368) [minecraft_server.jar:git-Bukkit-809c399]
  54. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:329) [minecraft_server.jar:git-Bukkit-809c399]
  55. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:189) [minecraft_server.jar:git-Bukkit-809c399]
  56. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [minecraft_server.jar:git-Bukkit-809c399]
  57. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  58. [16:18:09] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  59. [16:18:09] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  60. [16:18:09] [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.
  61. [16:18:09] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  62. [16:18:09] [Server thread/INFO]: Preparing level "Lobby"
  63. [16:18:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: 9222975930472357027)
  64. [16:18:10] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5)
  65. [16:18:10] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5)
  66. [16:18:10] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.4
  67. [16:18:10] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  68. [16:18:10] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  69. [16:18:10] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
  70. [16:18:10] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  71. [16:18:11] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
  72. [16:18:11] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.6.6
  73. [16:18:11] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.6.6 has been enabled
  74. [16:18:11] [Server thread/INFO]: [HubThat] Enabling HubThat v7.0
  75. [16:18:11] [Server thread/INFO]: [Mentorud] Enabling Mentorud v1.4
  76. [16:18:11] [Server thread/INFO]: [Mentorud] Mentorud v.1.3 elindult!
  77. [16:18:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.3
  78. [16:18:11] [Server thread/INFO]: [ClearLag] Loading modules...
  79. [16:18:11] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  80. [16:18:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  81. [16:18:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  82. [16:18:11] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
  83. [16:18:11] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  84. [16:18:11] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  85. [16:18:11] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  86. [16:18:11] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  87. [16:18:11] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  88. [16:18:11] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
  89. [16:18:11] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.0
  90. [16:18:11] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
  91. [16:18:11] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
  92. [16:18:12] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
  93. [16:18:12] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
  94. [16:18:12] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
  95. [16:18:12] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  96. [16:18:12] [Thread-11/INFO]: [ClearLag] No updates found!
  97. [16:18:12] [Server thread/INFO]: Preparing start region for level 3 (Seed: -7257637327836538644)
  98. [16:18:13] [Server thread/INFO]: Preparing start region for level 4 (Seed: -7008070545374735606)
  99. [16:18:15] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  100. [16:18:15] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  101. [16:18:15] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  102. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby) TNT ignition is PERMITTED.
  103. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby) Lighters are PERMITTED.
  104. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby) Lava fire is blocked.
  105. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby) Fire spread is UNRESTRICTED.
  106. [16:18:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby'
  107. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_nether) TNT ignition is PERMITTED.
  108. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_nether) Lighters are PERMITTED.
  109. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_nether) Lava fire is blocked.
  110. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_nether) Fire spread is UNRESTRICTED.
  111. [16:18:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby_nether'
  112. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) TNT ignition is PERMITTED.
  113. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) Lighters are PERMITTED.
  114. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) Lava fire is blocked.
  115. [16:18:15] [Server thread/INFO]: [WorldGuard] (Lobby_the_end) Fire spread is UNRESTRICTED.
  116. [16:18:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby_the_end'
  117. [16:18:15] [Server thread/INFO]: [WorldGuard] (eventek) TNT ignition is PERMITTED.
  118. [16:18:15] [Server thread/INFO]: [WorldGuard] (eventek) Lighters are PERMITTED.
  119. [16:18:15] [Server thread/INFO]: [WorldGuard] (eventek) Lava fire is blocked.
  120. [16:18:15] [Server thread/INFO]: [WorldGuard] (eventek) Fire spread is UNRESTRICTED.
  121. [16:18:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'eventek'
  122. [16:18:15] [Server thread/INFO]: [WorldGuard] (SkyPvP) TNT ignition is PERMITTED.
  123. [16:18:15] [Server thread/INFO]: [WorldGuard] (SkyPvP) Lighters are PERMITTED.
  124. [16:18:15] [Server thread/INFO]: [WorldGuard] (SkyPvP) Lava fire is blocked.
  125. [16:18:15] [Server thread/INFO]: [WorldGuard] (SkyPvP) Fire spread is UNRESTRICTED.
  126. [16:18:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyPvP'
  127. [16:18:15] [Server thread/INFO]: [WorldGuard] Loading region data...
  128. [16:18:15] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.1
  129. [16:18:16] [Server thread/INFO]: CratesPlus Version 4.5.1
  130. [16:18:16] [Server thread/INFO]: HolographicDisplays was found, hooking in!
  131. [16:18:16] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.156
  132. [16:18:16] [Server thread/INFO]: [Essentials] Using legacy item data provider as mob spawner provider.
  133. [16:18:16] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  134. [16:18:16] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  135. [16:18:16] [Server thread/INFO]: Loaded 852 items from items.csv.
  136. [16:18:16] [Server thread/INFO]: Using locale hu_HU
  137. [16:18:16] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  138. [16:18:16] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  139. [16:18:16] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  140. [16:18:16] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  141. [16:18:16] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.16.1.156
  142. [16:18:16] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
  143. [16:18:16] [Server thread/INFO]: [AuthMe] SQLite Setup finished
  144. [16:18:16] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
  145. [16:18:16] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
  146. [16:18:16] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
  147. [16:18:16] [Thread-16/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
  148. [16:18:16] [Server thread/WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
  149. [16:18:17] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
  150. [16:18:17] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
  151. [16:18:17] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
  152. [16:18:17] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
  153. [16:18:17] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
  154. [16:18:17] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.2.2
  155. [16:18:17] [Server thread/INFO]: [ACF] Minecraft Version: 1.12
  156. [16:18:17] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
  157. [16:18:17] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret
  158. [16:18:18] [Server thread/INFO]: [MVPLogging] 2 - Portals(s) loaded
  159. [16:18:18] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  160. [16:18:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  161. [16:18:18] [Server thread/INFO]: Done (8,849s)! For help, type "help" or "?"
  162. [16:18:18] [Server thread/INFO]: Starting GS4 status listener
  163. [16:18:18] [Server thread/WARN]: Debugging is enabled, performance maybe reduced!
  164. [16:18:18] [Server thread/INFO]: registerSocket: java.net.DatagramSocket@1d7300bd
  165. [16:18:18] [Query Listener #1/INFO]: Query running on 37.221.209.211:25767
  166. [16:18:18] [Server thread/INFO]: Stopping server
  167. [16:18:18] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5.0-b751
  168. [16:18:18] [Server thread/INFO]: [PerWorldInventory] Disabling PerWorldInventory v2.2.2
  169. [16:18:18] [Server thread/INFO]: [ServerSigns] Disabling ServerSigns v4.5.1
  170. [16:18:18] [Server thread/INFO]: [ServerSigns] ServerSigns is now disabled.
  171. [16:18:18] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.4.0-b1877
  172. [16:18:18] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
  173. [16:18:18] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0-b1877 disabled!
  174. [16:18:18] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.16.1.156
  175. [16:18:18] [Server thread/INFO]: [Essentials] Disabling Essentials v2.16.1.156
  176. [16:18:18] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy unhooked.
  177. [16:18:18] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.5.1
  178. [16:18:18] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.2.1;84bc322
  179. [16:18:18] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  180. [16:18:18] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
  181. [16:18:18] [Server thread/INFO]: [ProtocolSupport] Disabling ProtocolSupport v4.29-dev
  182. [16:18:18] [Server thread/ERROR]: Error occurred while disabling ProtocolSupport v4.29-dev (Is it up to date?)
  183. java.lang.IllegalStateException: Access to implementation before detect
  184. at protocolsupport.zplatform.ServerPlatform.get(ServerPlatform.java:36) ~[?:?]
  185. at protocolsupport.ProtocolSupport.onDisable(ProtocolSupport.java:87) ~[?:?]
  186. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[minecraft_server.jar:git-Bukkit-809c399]
  187. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:353) [minecraft_server.jar:git-Bukkit-809c399]
  188. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:421) [minecraft_server.jar:git-Bukkit-809c399]
  189. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:414) [minecraft_server.jar:git-Bukkit-809c399]
  190. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.disablePlugins(CraftServer.java:345) [minecraft_server.jar:git-Bukkit-809c399]
  191. at net.minecraft.server.v1_12_R1.MinecraftServer.stop(MinecraftServer.java:455) [minecraft_server.jar:git-Bukkit-809c399]
  192. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:587) [minecraft_server.jar:git-Bukkit-809c399]
  193. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
  194. [16:18:18] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
  195. [16:18:18] [Server thread/INFO]: [Tablist] Disabling Tablist v1.3.2.9
  196. [16:18:18] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 disabled!!
  197. [16:18:18] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.3.2
  198. [16:18:18] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.4.0
  199. [16:18:18] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  200. [16:18:18] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  201. [16:18:18] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.0.3
  202. [16:18:18] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  203. [16:18:18] [Server thread/INFO]: [VoidWorld] Disabling VoidWorld v1.0
  204. [16:18:18] [Server thread/INFO]: [Mentorud] Disabling Mentorud v1.4
  205. [16:18:18] [Server thread/INFO]: [Mentorud] Mentorud v.1.3 leallt!
  206. [16:18:18] [Server thread/INFO]: [CustomEnderChest] Disabling CustomEnderChest v1.11.0
  207. [16:18:18] [Server thread/INFO]: [CustomEnderChest] Cleaning internal data...
  208. [16:18:18] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest is disabled!
  209. [16:18:18] [Server thread/INFO]: [HubThat] Disabling HubThat v7.0
  210. [16:18:18] [Server thread/INFO]: [OldCombatMechanics] Disabling OldCombatMechanics v1.6.6
  211. [16:18:18] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.6.6 has been disabled
  212. [16:18:18] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
  213. [16:18:18] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.14.4
  214. [16:18:18] [Server thread/INFO]: Saving players
  215. [16:18:19] [Server thread/INFO]: Saving worlds
  216. [16:18:19] [Server thread/INFO]: Saving chunks for level 'Lobby'/overworld
  217. [16:18:19] [Server thread/INFO]: Saving chunks for level 'Lobby_nether'/the_nether
  218. [16:18:19] [Server thread/INFO]: Saving chunks for level 'Lobby_the_end'/the_end
  219. [16:18:19] [Server thread/INFO]: Saving chunks for level 'eventek'/overworld
  220. [16:18:19] [Server thread/INFO]: Saving chunks for level 'SkyPvP'/overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement