Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.04 KB | None | 0 0
  1. [17:48:58] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [17:48:58] [Server thread/INFO]: Loading properties
  3. [17:48:58] [Server thread/INFO]: Default game type: SURVIVAL
  4. [17:48:59] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-550ebac-7019900 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  5. [17:48:59] [Server thread/INFO]: Debug logging is disabled
  6. [17:48:59] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [17:48:59] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [17:48:59] [Server thread/INFO]: Generating keypair
  9. [17:49:00] [Server thread/INFO]: Starting Minecraft server on 192.168.1.20:25565
  10. [17:49:03] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [17:49:03] [Server thread/ERROR]: Could not load 'plugins\DynmapPlotMe.jar' in folder 'plugins'
  12. org.bukkit.plugin.UnknownDependencyException: dynmap
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.jar:git-Spigot-550ebac-7019900]
  14. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-550ebac-7019900]
  15. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-550ebac-7019900]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-550ebac-7019900]
  17. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_73]
  18. [17:49:04] [Server thread/INFO]: [INFO][NoCheatPlus] Sun Apr 24 17:49:04 CEST 2016
  19. [17:49:04] [Server thread/INFO]: Player instances are stored for efficiency.
  20. [17:49:04] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
  21. [17:49:04] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.2.1
  22. [17:49:04] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  23. [17:49:04] [Server thread/INFO]: [VH] Loading VIPHide v1.3.2
  24. [17:49:04] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.94
  25. [17:49:04] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  26. [17:49:06] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  27. [17:49:08] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is shutting down.
  28. [17:49:08] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  29. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  30. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:544) ~[LogBlock%20(1).jar:?]
  31. at com.zaxxer.hikari.pool.BaseHikariPool.<init>(BaseHikariPool.java:171) ~[LogBlock%20(1).jar:?]
  32. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:60) ~[LogBlock%20(1).jar:?]
  33. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:48) ~[LogBlock%20(1).jar:?]
  34. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:104) ~[LogBlock%20(1).jar:?]
  35. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock%20(1).jar:?]
  36. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock%20(1).jar:?]
  37. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock%20(1).jar:?]
  38. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:296) [spigot.jar:git-Spigot-550ebac-7019900]
  39. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-550ebac-7019900]
  40. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-550ebac-7019900]
  41. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_73]
  42. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  43.  
  44. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  45. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_73]
  46. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_73]
  47. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_73]
  48. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_73]
  49. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot.jar:git-Spigot-550ebac-7019900]
  50. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) ~[spigot.jar:git-Spigot-550ebac-7019900]
  51. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) ~[spigot.jar:git-Spigot-550ebac-7019900]
  52. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[spigot.jar:git-Spigot-550ebac-7019900]
  53. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[spigot.jar:git-Spigot-550ebac-7019900]
  54. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[spigot.jar:git-Spigot-550ebac-7019900]
  55. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[spigot.jar:git-Spigot-550ebac-7019900]
  56. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-550ebac-7019900]
  57. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_73]
  58. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_73]
  59. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_73]
  60. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_73]
  61. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot.jar:git-Spigot-550ebac-7019900]
  62. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[spigot.jar:git-Spigot-550ebac-7019900]
  63. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[spigot.jar:git-Spigot-550ebac-7019900]
  64. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock%20(1).jar:?]
  65. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock%20(1).jar:?]
  66. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock%20(1).jar:?]
  67. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock%20(1).jar:?]
  68. ... 11 more
  69. Caused by: java.net.ConnectException: Connection refused: connect
  70. at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_73]
  71. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) ~[?:1.8.0_73]
  72. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_73]
  73. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_73]
  74. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_73]
  75. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[?:1.8.0_73]
  76. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_73]
  77. at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_73]
  78. at java.net.Socket.connect(Socket.java:538) ~[?:1.8.0_73]
  79. at java.net.Socket.<init>(Socket.java:434) ~[?:1.8.0_73]
  80. at java.net.Socket.<init>(Socket.java:244) ~[?:1.8.0_73]
  81. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) ~[spigot.jar:git-Spigot-550ebac-7019900]
  82. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) ~[spigot.jar:git-Spigot-550ebac-7019900]
  83. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[spigot.jar:git-Spigot-550ebac-7019900]
  84. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[spigot.jar:git-Spigot-550ebac-7019900]
  85. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[spigot.jar:git-Spigot-550ebac-7019900]
  86. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[spigot.jar:git-Spigot-550ebac-7019900]
  87. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-550ebac-7019900]
  88. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_73]
  89. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_73]
  90. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_73]
  91. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_73]
  92. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot.jar:git-Spigot-550ebac-7019900]
  93. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[spigot.jar:git-Spigot-550ebac-7019900]
  94. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[spigot.jar:git-Spigot-550ebac-7019900]
  95. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock%20(1).jar:?]
  96. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock%20(1).jar:?]
  97. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock%20(1).jar:?]
  98. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock%20(1).jar:?]
  99. ... 11 more
  100. [17:49:08] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  101. [17:49:08] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.0
  102. [17:49:08] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  103. [17:49:08] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
  104. [17:49:08] [Server thread/INFO]: [LB] Loading Lobby v1.1.4
  105. [17:49:08] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.4
  106. [17:49:08] [Server thread/INFO]: [SlotZ] Loading SlotZ v1.0.0
  107. [17:49:08] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  108. [17:49:08] [Server thread/INFO]: [TablistPrefix] Loading TablistPrefix v1.4.1
  109. [17:49:08] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
  110. [17:49:10] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  111. [17:49:10] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  112. [17:49:10] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  113. [17:49:10] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  114. [17:49:10] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8
  115. [17:49:10] [Server thread/INFO]: [CustomTab] Loading CustomTab v1.1
  116. [17:49:10] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
  117. [17:49:10] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b688
  118. [17:49:10] [Server thread/INFO]: [BedwarsRel] Loading BedwarsRel v1.3.0
  119. [17:49:10] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
  120. [17:49:11] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
  121. [17:49:11] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  122. [17:49:11] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
  123. [17:49:11] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
  124. [17:49:11] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
  125. [17:49:11] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
  126. [17:49:11] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  127. [17:49:11] [Server thread/INFO]: Preparing level "spawn"
  128. [17:49:11] [Server thread/INFO]: -------- World Settings For [spawn] --------
  129. [17:49:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
  130. [17:49:11] [Server thread/INFO]: Item Despawn Rate: 6000
  131. [17:49:11] [Server thread/INFO]: Item Merge Radius: 2.5
  132. [17:49:11] [Server thread/INFO]: Max Entity Collisions: 8
  133. [17:49:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  134. [17:49:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  135. [17:49:11] [Server thread/INFO]: View Distance: 10
  136. [17:49:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
  137. [17:49:11] [Server thread/INFO]: Clear tick list: false
  138. [17:49:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  139. [17:49:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  140. [17:49:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  141. [17:49:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  142. [17:49:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  143. [17:49:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  144. [17:49:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  145. [17:49:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  146. [17:49:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  147. [17:49:11] [Server thread/INFO]: Anti X-Ray: true
  148. [17:49:11] [Server thread/INFO]: Engine Mode: 1
  149. [17:49:11] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  150. [17:49:11] [Server thread/INFO]: Replace Blocks: [1, 5]
  151. [17:49:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  152. [17:49:11] [Server thread/INFO]: Mob Spawn Range: 4
  153. [17:49:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  154. [17:49:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  155. [17:49:11] [Server thread/INFO]: Alternative Hopper Ticking: false
  156. [17:49:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  157. [17:49:11] [Server thread/INFO]: Random Lighting Updates: false
  158. [17:49:11] [Server thread/INFO]: Structure Info Saving: true
  159. [17:49:11] [Server thread/INFO]: Sending up to 10 chunks per packet
  160. [17:49:11] [Server thread/INFO]: Max TNT Explosions: 100
  161. [17:49:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  162. [17:49:12] [Server thread/INFO]: -------- World Settings For [spawn_nether] --------
  163. [17:49:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  164. [17:49:12] [Server thread/INFO]: Item Despawn Rate: 6000
  165. [17:49:12] [Server thread/INFO]: Item Merge Radius: 2.5
  166. [17:49:12] [Server thread/INFO]: Max Entity Collisions: 8
  167. [17:49:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  168. [17:49:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  169. [17:49:12] [Server thread/INFO]: View Distance: 10
  170. [17:49:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  171. [17:49:12] [Server thread/INFO]: Clear tick list: false
  172. [17:49:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  173. [17:49:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  174. [17:49:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  175. [17:49:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  176. [17:49:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  177. [17:49:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  178. [17:49:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  179. [17:49:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  180. [17:49:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  181. [17:49:12] [Server thread/INFO]: Anti X-Ray: true
  182. [17:49:12] [Server thread/INFO]: Engine Mode: 1
  183. [17:49:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  184. [17:49:12] [Server thread/INFO]: Replace Blocks: [1, 5]
  185. [17:49:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  186. [17:49:12] [Server thread/INFO]: Mob Spawn Range: 4
  187. [17:49:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  188. [17:49:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  189. [17:49:12] [Server thread/INFO]: Alternative Hopper Ticking: false
  190. [17:49:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  191. [17:49:12] [Server thread/INFO]: Random Lighting Updates: false
  192. [17:49:12] [Server thread/INFO]: Structure Info Saving: true
  193. [17:49:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  194. [17:49:12] [Server thread/INFO]: Max TNT Explosions: 100
  195. [17:49:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  196. [17:49:12] [Server thread/INFO]: -------- World Settings For [spawn_the_end] --------
  197. [17:49:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  198. [17:49:12] [Server thread/INFO]: Item Despawn Rate: 6000
  199. [17:49:12] [Server thread/INFO]: Item Merge Radius: 2.5
  200. [17:49:12] [Server thread/INFO]: Max Entity Collisions: 8
  201. [17:49:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  202. [17:49:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  203. [17:49:12] [Server thread/INFO]: View Distance: 10
  204. [17:49:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  205. [17:49:12] [Server thread/INFO]: Clear tick list: false
  206. [17:49:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  207. [17:49:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  208. [17:49:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  209. [17:49:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  210. [17:49:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  211. [17:49:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  212. [17:49:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  213. [17:49:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  214. [17:49:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  215. [17:49:12] [Server thread/INFO]: Anti X-Ray: true
  216. [17:49:12] [Server thread/INFO]: Engine Mode: 1
  217. [17:49:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  218. [17:49:12] [Server thread/INFO]: Replace Blocks: [1, 5]
  219. [17:49:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  220. [17:49:12] [Server thread/INFO]: Mob Spawn Range: 4
  221. [17:49:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  222. [17:49:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  223. [17:49:12] [Server thread/INFO]: Alternative Hopper Ticking: false
  224. [17:49:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  225. [17:49:12] [Server thread/INFO]: Random Lighting Updates: false
  226. [17:49:12] [Server thread/INFO]: Structure Info Saving: true
  227. [17:49:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  228. [17:49:12] [Server thread/INFO]: Max TNT Explosions: 100
  229. [17:49:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  230. [17:49:12] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5648089011480572387)
  231. [17:49:13] [Server thread/INFO]: Preparing spawn area: 32%
  232. [17:49:14] [Server thread/INFO]: Preparing spawn area: 49%
  233. [17:49:15] [Server thread/INFO]: Preparing spawn area: 80%
  234. [17:49:15] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5648089011480572387)
  235. [17:49:16] [Server thread/INFO]: Preparing spawn area: 33%
  236. [17:49:17] [Server thread/INFO]: Preparing spawn area: 66%
  237. [17:49:18] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5648089011480572387)
  238. [17:49:19] [Server thread/INFO]: Preparing spawn area: 50%
  239. [17:49:20] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
  240. [17:49:21] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  241. [17:49:21] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
  242. [17:49:21] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.2.1
  243. [17:49:22] [Server thread/INFO]: [iDisguise] iDisguise 5.2.1 enabled!
  244. [17:49:22] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  245. [17:49:22] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  246. [17:49:22] [Server thread/INFO]: git-Spigot-550ebac-7019900 (MC: 1.8)
  247. [17:49:22] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
  248. [17:49:22] [Server thread/INFO]: Using locale de_DE
  249. [17:49:22] [Server thread/INFO]: Using locale de_DE
  250. [17:49:22] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  251. [17:49:22] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  252. [17:49:22] [Server thread/INFO]: [VH] Enabling VIPHide v1.3.2
  253. [17:49:22] [Server thread/INFO]: [VIPHide] Hooked into iDisguise
  254. [17:49:23] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.94
  255. [17:49:23] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  256. [17:49:23] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.0
  257. [17:49:23] [Server thread/INFO]: [ClearLag] Loading modules...
  258. [17:49:23] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  259. [17:49:23] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  260. [17:49:23] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  261. [17:49:23] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  262. [17:49:23] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  263. [17:49:23] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  264. [17:49:23] [Thread-9/INFO]: [ClearLag] Checking for updates...
  265. [17:49:23] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  266. [17:49:23] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  267. [17:49:23] [Server thread/INFO]: [LB] Enabling Lobby v1.1.4
  268. [17:49:24] [Server thread/INFO]: [Lobby] Module Hide v1.0.3 loaded.
  269. [17:49:24] [Server thread/INFO]: [Lobby] Module JumpPads v1.0.2 loaded.
  270. [17:49:25] [Server thread/INFO]: [Lobby] Module MenuTP v1.0.4 loaded.
  271. [17:49:25] [Server thread/INFO]: [Lobby] Module Nick v1.0.0 loaded.
  272. [17:49:25] [Server thread/INFO]: [Lobby] Module OwnItems v1.0.5 loaded.
  273. [17:49:25] [Server thread/INFO]: [Lobby] Module SilentHub v1.0.1 loaded.
  274. [17:49:25] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.4
  275. [17:49:25] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863
  276. [17:49:25] [Server thread/INFO]: [ChatEx] Loading updater-config...
  277. [17:49:25] [Server thread/INFO]: [ChatEx] Done!
  278. [17:49:25] [Server thread/INFO]: [ChatEx] Updatechecker is enabled.
  279. [17:49:25] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
  280. [17:49:25] [Server thread/INFO]: [ChatEx] Listener registered with Priority: LOWEST
  281. [17:49:25] [Server thread/INFO]: [ChatEx] is now enabled!
  282. [17:49:25] [Server thread/INFO]: [SlotZ] Enabling SlotZ v1.0.0
  283. [17:49:25] [Server thread/INFO]: [SlotZ] Plugin has been Enabled
  284. [17:49:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  285. [17:49:25] [Server thread/INFO]: [TablistPrefix] Enabling TablistPrefix v1.4.1
  286. [17:49:25] [Server thread/INFO]: [TablistPrefix] Vault not found.
  287. [17:49:25] [Server thread/INFO]: [TablistPrefix] Teams Registered.
  288. [17:49:25] [Server thread/INFO]: [TablistPrefix] Prefixes & Suffixes Set.
  289. [17:49:25] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  290. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
  291. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
  292. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is blocked.
  293. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
  294. [17:49:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
  295. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_nether) TNT ignition is PERMITTED.
  296. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_nether) Lighters are PERMITTED.
  297. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_nether) Lava fire is blocked.
  298. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_nether) Fire spread is UNRESTRICTED.
  299. [17:49:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn_nether'
  300. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_the_end) TNT ignition is PERMITTED.
  301. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_the_end) Lighters are PERMITTED.
  302. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_the_end) Lava fire is blocked.
  303. [17:49:27] [Server thread/INFO]: [WorldGuard] (spawn_the_end) Fire spread is UNRESTRICTED.
  304. [17:49:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn_the_end'
  305. [17:49:27] [Server thread/INFO]: [WorldGuard] Loading region data...
  306. [17:49:27] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  307. [17:49:27] [Thread-9/INFO]: [ClearLag] No updates found!
  308. [17:49:27] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8 / Spigot-CB-1.8_R1
  309. [17:49:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  310. [17:49:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  311. [17:49:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  312. [17:49:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  313. [17:49:28] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  314. [17:49:28] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.0)...
  315. [17:49:28] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
  316. [17:49:28] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  317. [17:49:28] [Server thread/INFO]: [CustomTab] Enabling CustomTab v1.1
  318. [17:49:28] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b688
  319. [17:49:28] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b688
  320. [17:49:29] [Server thread/INFO]: -------- World Settings For [dorf] --------
  321. [17:49:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
  322. [17:49:29] [Server thread/INFO]: Item Despawn Rate: 6000
  323. [17:49:29] [Server thread/INFO]: Item Merge Radius: 2.5
  324. [17:49:29] [Server thread/INFO]: Max Entity Collisions: 8
  325. [17:49:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  326. [17:49:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  327. [17:49:29] [Server thread/INFO]: View Distance: 10
  328. [17:49:29] [Server thread/INFO]: Chunks to Grow per Tick: 650
  329. [17:49:29] [Server thread/INFO]: Clear tick list: false
  330. [17:49:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  331. [17:49:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  332. [17:49:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  333. [17:49:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  334. [17:49:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  335. [17:49:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  336. [17:49:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  337. [17:49:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  338. [17:49:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  339. [17:49:29] [Server thread/INFO]: Anti X-Ray: true
  340. [17:49:29] [Server thread/INFO]: Engine Mode: 1
  341. [17:49:29] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  342. [17:49:29] [Server thread/INFO]: Replace Blocks: [1, 5]
  343. [17:49:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  344. [17:49:29] [Server thread/INFO]: Mob Spawn Range: 4
  345. [17:49:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  346. [17:49:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  347. [17:49:29] [Server thread/INFO]: Alternative Hopper Ticking: false
  348. [17:49:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  349. [17:49:29] [Server thread/INFO]: Random Lighting Updates: false
  350. [17:49:29] [Server thread/INFO]: Structure Info Saving: true
  351. [17:49:29] [Server thread/INFO]: Sending up to 10 chunks per packet
  352. [17:49:29] [Server thread/INFO]: Max TNT Explosions: 100
  353. [17:49:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  354. [17:49:29] [Server thread/INFO]: Preparing start region for level 3 (Seed: 3631960239818865006)
  355. [17:49:30] [Server thread/INFO]: Preparing spawn area for dorf, 32%
  356. [17:49:30] [Server thread/INFO]: [WorldGuard] (dorf) TNT ignition is PERMITTED.
  357. [17:49:30] [Server thread/INFO]: [WorldGuard] (dorf) Lighters are PERMITTED.
  358. [17:49:30] [Server thread/INFO]: [WorldGuard] (dorf) Lava fire is blocked.
  359. [17:49:30] [Server thread/INFO]: [WorldGuard] (dorf) Fire spread is UNRESTRICTED.
  360. [17:49:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'dorf'
  361. [17:49:30] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: castellum_nether
  362. [17:49:30] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  363. [17:49:30] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: castellum_the_end
  364. [17:49:30] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  365. [17:49:31] [Server thread/INFO]: -------- World Settings For [PlotWorld] --------
  366. [17:49:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  367. [17:49:31] [Server thread/INFO]: Item Despawn Rate: 6000
  368. [17:49:31] [Server thread/INFO]: Item Merge Radius: 2.5
  369. [17:49:31] [Server thread/INFO]: Max Entity Collisions: 8
  370. [17:49:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  371. [17:49:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  372. [17:49:31] [Server thread/INFO]: View Distance: 10
  373. [17:49:31] [Server thread/INFO]: Chunks to Grow per Tick: 650
  374. [17:49:31] [Server thread/INFO]: Clear tick list: false
  375. [17:49:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  376. [17:49:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  377. [17:49:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  378. [17:49:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  379. [17:49:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  380. [17:49:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  381. [17:49:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  382. [17:49:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  383. [17:49:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  384. [17:49:31] [Server thread/INFO]: Anti X-Ray: true
  385. [17:49:31] [Server thread/INFO]: Engine Mode: 1
  386. [17:49:31] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  387. [17:49:31] [Server thread/INFO]: Replace Blocks: [1, 5]
  388. [17:49:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  389. [17:49:31] [Server thread/INFO]: Mob Spawn Range: 4
  390. [17:49:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  391. [17:49:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  392. [17:49:31] [Server thread/INFO]: Alternative Hopper Ticking: false
  393. [17:49:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  394. [17:49:31] [Server thread/INFO]: Random Lighting Updates: false
  395. [17:49:31] [Server thread/INFO]: Structure Info Saving: true
  396. [17:49:31] [Server thread/INFO]: Sending up to 10 chunks per packet
  397. [17:49:31] [Server thread/INFO]: Max TNT Explosions: 100
  398. [17:49:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  399. [17:49:31] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4039532781141400892)
  400. [17:49:32] [Server thread/INFO]: Preparing spawn area for PlotWorld, 52%
  401. [17:49:33] [Server thread/INFO]: Preparing spawn area for PlotWorld, 73%
  402. [17:49:33] [Server thread/INFO]: [WorldGuard] (PlotWorld) TNT ignition is PERMITTED.
  403. [17:49:33] [Server thread/INFO]: [WorldGuard] (PlotWorld) Lighters are PERMITTED.
  404. [17:49:33] [Server thread/INFO]: [WorldGuard] (PlotWorld) Lava fire is blocked.
  405. [17:49:33] [Server thread/INFO]: [WorldGuard] (PlotWorld) Fire spread is UNRESTRICTED.
  406. [17:49:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PlotWorld'
  407. [17:49:33] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: castellum
  408. [17:49:33] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  409. [17:49:33] [Server thread/INFO]: -------- World Settings For [bedwarslobby] --------
  410. [17:49:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  411. [17:49:33] [Server thread/INFO]: Item Despawn Rate: 6000
  412. [17:49:33] [Server thread/INFO]: Item Merge Radius: 2.5
  413. [17:49:33] [Server thread/INFO]: Max Entity Collisions: 8
  414. [17:49:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  415. [17:49:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  416. [17:49:33] [Server thread/INFO]: View Distance: 10
  417. [17:49:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
  418. [17:49:33] [Server thread/INFO]: Clear tick list: false
  419. [17:49:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  420. [17:49:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  421. [17:49:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  422. [17:49:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  423. [17:49:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  424. [17:49:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  425. [17:49:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  426. [17:49:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  427. [17:49:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  428. [17:49:33] [Server thread/INFO]: Anti X-Ray: true
  429. [17:49:33] [Server thread/INFO]: Engine Mode: 1
  430. [17:49:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  431. [17:49:33] [Server thread/INFO]: Replace Blocks: [1, 5]
  432. [17:49:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  433. [17:49:33] [Server thread/INFO]: Mob Spawn Range: 4
  434. [17:49:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  435. [17:49:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  436. [17:49:33] [Server thread/INFO]: Alternative Hopper Ticking: false
  437. [17:49:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  438. [17:49:33] [Server thread/INFO]: Random Lighting Updates: false
  439. [17:49:33] [Server thread/INFO]: Structure Info Saving: true
  440. [17:49:33] [Server thread/INFO]: Sending up to 10 chunks per packet
  441. [17:49:33] [Server thread/INFO]: Max TNT Explosions: 100
  442. [17:49:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  443. [17:49:33] [Server thread/INFO]: Preparing start region for level 5 (Seed: -4402762208600895430)
  444. [17:49:34] [Server thread/INFO]: Preparing spawn area for bedwarslobby, 44%
  445. [17:49:36] [Server thread/INFO]: Preparing spawn area for bedwarslobby, 52%
  446. [17:49:36] [Server thread/INFO]: [WorldGuard] (bedwarslobby) TNT ignition is PERMITTED.
  447. [17:49:36] [Server thread/INFO]: [WorldGuard] (bedwarslobby) Lighters are PERMITTED.
  448. [17:49:36] [Server thread/INFO]: [WorldGuard] (bedwarslobby) Lava fire is blocked.
  449. [17:49:36] [Server thread/INFO]: [WorldGuard] (bedwarslobby) Fire spread is UNRESTRICTED.
  450. [17:49:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bedwarslobby'
  451. [17:49:36] [Server thread/INFO]: -------- World Settings For [serverlobby] --------
  452. [17:49:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
  453. [17:49:36] [Server thread/INFO]: Item Despawn Rate: 6000
  454. [17:49:36] [Server thread/INFO]: Item Merge Radius: 2.5
  455. [17:49:36] [Server thread/INFO]: Max Entity Collisions: 8
  456. [17:49:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  457. [17:49:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  458. [17:49:36] [Server thread/INFO]: View Distance: 10
  459. [17:49:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
  460. [17:49:36] [Server thread/INFO]: Clear tick list: false
  461. [17:49:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  462. [17:49:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  463. [17:49:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  464. [17:49:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  465. [17:49:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  466. [17:49:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  467. [17:49:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  468. [17:49:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  469. [17:49:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  470. [17:49:36] [Server thread/INFO]: Anti X-Ray: true
  471. [17:49:36] [Server thread/INFO]: Engine Mode: 1
  472. [17:49:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  473. [17:49:36] [Server thread/INFO]: Replace Blocks: [1, 5]
  474. [17:49:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  475. [17:49:36] [Server thread/INFO]: Mob Spawn Range: 4
  476. [17:49:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  477. [17:49:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  478. [17:49:36] [Server thread/INFO]: Alternative Hopper Ticking: false
  479. [17:49:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  480. [17:49:36] [Server thread/INFO]: Random Lighting Updates: false
  481. [17:49:36] [Server thread/INFO]: Structure Info Saving: true
  482. [17:49:36] [Server thread/INFO]: Sending up to 10 chunks per packet
  483. [17:49:36] [Server thread/INFO]: Max TNT Explosions: 100
  484. [17:49:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  485. [17:49:36] [Server thread/INFO]: Preparing start region for level 6 (Seed: -7342045460735864763)
  486. [17:49:37] [Server thread/INFO]: [WorldGuard] (serverlobby) TNT ignition is PERMITTED.
  487. [17:49:37] [Server thread/INFO]: [WorldGuard] (serverlobby) Lighters are PERMITTED.
  488. [17:49:37] [Server thread/INFO]: [WorldGuard] (serverlobby) Lava fire is blocked.
  489. [17:49:37] [Server thread/INFO]: [WorldGuard] (serverlobby) Fire spread is UNRESTRICTED.
  490. [17:49:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'serverlobby'
  491. [17:49:37] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
  492. [17:49:38] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b688 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  493. [17:49:38] [Server thread/INFO]: [BedwarsRel] Enabling BedwarsRel v1.3.0
  494. [17:49:39] [Server thread/INFO]: [BedWars] Spiel 'Dorf' wurde erfolgreich geladen!
  495. [17:49:39] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  496. [17:49:40] [Server thread/INFO]: Done (28,705s)! For help, type "help" or "?"
  497. [17:49:40] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  498. [17:49:40] [Craft Scheduler Thread - 8/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  499. [17:49:40] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  500. [17:49:41] [Craft Scheduler Thread - 5/INFO]: [PlotMe] Checking if conversion to UUID needed...
  501. [17:49:43] [Craft Scheduler Thread - 5/INFO]: [PlotMe] No plot conversion needed
  502. [17:49:44] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
  503. [17:56:29] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  504. [17:57:11] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  505. [17:57:31] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement