Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [14:17:32] [Server thread/INFO]: Starting minecraft server version 1.8.3
  2. [14:17:32] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  3. [14:17:32] [Server thread/INFO]: Loading properties
  4. [14:17:32] [Server thread/INFO]: Default game type: SURVIVAL
  5. [14:17:33] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2f787bd-ea28011 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
  6. [14:17:33] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [14:17:33] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [14:17:33] [Server thread/INFO]: Debug logging is disabled
  9. [14:17:33] [Server thread/INFO]: Generating keypair
  10. [14:17:33] [Server thread/INFO]: Starting Minecraft server on localhost:25570
  11. [14:17:33] [Server thread/INFO]: Using epoll channel type
  12. [14:17:33] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  13. [14:17:34] [Server thread/INFO]: DataSourcePool [TeleportSigns] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
  14. [14:17:34] [Server thread/ERROR]: FATAL: DataSourcePool [TeleportSigns] is down!!!
  15. [14:17:34] [Server thread/INFO]: Reseting DataSourcePool [TeleportSigns] min:2 max:20 free:0 busy:0 waiting:0 highWaterMark:0 waitCount:0 hitCount:0
  16. [14:17:34] [Server thread/INFO]: Busy Connections:
  17.  
  18. [14:17:34] [Server thread/ERROR]: Could not load 'plugins/TeleportSigns.jar' in folder 'plugins'
  19. org.bukkit.plugin.InvalidPluginException: com.avaje.ebeaninternal.server.lib.sql.DataSourceException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  20.  
  21. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  22. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  23. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  24. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  25. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  26. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  27. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  28. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  29. Caused by: com.avaje.ebeaninternal.server.lib.sql.DataSourceException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  30.  
  31. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  32. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.<init>(DataSourcePool.java:220) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  33. at com.avaje.ebeaninternal.server.lib.sql.DataSourceManager.getDataSource(DataSourceManager.java:217) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  34. at com.avaje.ebeaninternal.server.lib.sql.DataSourceGlobalManager.getDataSource(DataSourceGlobalManager.java:63) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  35. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.getDataSourceFromConfig(DefaultServerFactory.java:431) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  36. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.setDataSource(DefaultServerFactory.java:392) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  37. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:168) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  38. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:63) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  39. at com.avaje.ebean.EbeanServerFactory.create(EbeanServerFactory.java:78) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  40. at org.bukkit.plugin.java.JavaPlugin.init(JavaPlugin.java:373) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  41. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:128) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  42. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  43. at de.zh32.teleportsigns.TeleportSigns.<init>(TeleportSigns.java:22) ~[TeleportSigns.jar:?]
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_45]
  45. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_45]
  46. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_45]
  47. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
  48. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_45]
  49. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  50. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  51. ... 6 more
  52. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  53.  
  54. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  55. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_45]
  56. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_45]
  57. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_45]
  58. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
  59. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  60. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  61. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  62. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  63. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  64. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  65. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  66. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  67. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_45]
  68. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_45]
  69. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_45]
  70. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
  71. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  72. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  73. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  74. at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_45]
  75. at java.sql.DriverManager.getConnection(DriverManager.java:208) ~[?:1.8.0_45]
  76. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.createUnpooledConnection(DataSourcePool.java:396) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  77. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.createConnectionForQueue(DataSourcePool.java:602) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  78. at com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue.ensureMinimumConnections(PooledConnectionQueue.java:205) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  79. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.initialise(DataSourcePool.java:258) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  80. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.<init>(DataSourcePool.java:218) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  81. at com.avaje.ebeaninternal.server.lib.sql.DataSourceManager.getDataSource(DataSourceManager.java:217) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  82. at com.avaje.ebeaninternal.server.lib.sql.DataSourceGlobalManager.getDataSource(DataSourceGlobalManager.java:63) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  83. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.getDataSourceFromConfig(DefaultServerFactory.java:431) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  84. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.setDataSource(DefaultServerFactory.java:392) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  85. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:168) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  86. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:63) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  87. at com.avaje.ebean.EbeanServerFactory.create(EbeanServerFactory.java:78) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  88. at org.bukkit.plugin.java.JavaPlugin.init(JavaPlugin.java:373) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  89. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:128) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  90. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  91. at de.zh32.teleportsigns.TeleportSigns.<init>(TeleportSigns.java:22) ~[TeleportSigns.jar:?]
  92. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_45]
  93. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_45]
  94. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_45]
  95. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
  96. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_45]
  97. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  98. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  99. ... 6 more
  100. Caused by: java.net.ConnectException: Connection refused
  101. at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_45]
  102. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345) ~[?:1.8.0_45]
  103. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_45]
  104. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_45]
  105. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_45]
  106. at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_45]
  107. at java.net.Socket.connect(Socket.java:538) ~[?:1.8.0_45]
  108. at java.net.Socket.<init>(Socket.java:434) ~[?:1.8.0_45]
  109. at java.net.Socket.<init>(Socket.java:244) ~[?:1.8.0_45]
  110. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  111. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  112. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  113. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  114. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  115. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  116. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  117. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_45]
  118. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_45]
  119. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_45]
  120. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
  121. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  122. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  123. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  124. at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_45]
  125. at java.sql.DriverManager.getConnection(DriverManager.java:208) ~[?:1.8.0_45]
  126. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.createUnpooledConnection(DataSourcePool.java:396) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  127. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.createConnectionForQueue(DataSourcePool.java:602) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  128. at com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue.ensureMinimumConnections(PooledConnectionQueue.java:205) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  129. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.initialise(DataSourcePool.java:258) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  130. at com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.<init>(DataSourcePool.java:218) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  131. at com.avaje.ebeaninternal.server.lib.sql.DataSourceManager.getDataSource(DataSourceManager.java:217) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  132. at com.avaje.ebeaninternal.server.lib.sql.DataSourceGlobalManager.getDataSource(DataSourceGlobalManager.java:63) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  133. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.getDataSourceFromConfig(DefaultServerFactory.java:431) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  134. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.setDataSource(DefaultServerFactory.java:392) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  135. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:168) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  136. at com.avaje.ebeaninternal.server.core.DefaultServerFactory.createServer(DefaultServerFactory.java:63) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  137. at com.avaje.ebean.EbeanServerFactory.create(EbeanServerFactory.java:78) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  138. at org.bukkit.plugin.java.JavaPlugin.init(JavaPlugin.java:373) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  139. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:128) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  140. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  141. at de.zh32.teleportsigns.TeleportSigns.<init>(TeleportSigns.java:22) ~[TeleportSigns.jar:?]
  142. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_45]
  143. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_45]
  144. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_45]
  145. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
  146. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_45]
  147. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  148. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-2f787bd-ea28011]
  149. ... 6 more
  150. [14:17:34] [Server thread/INFO]: [simplehubcommand] Loading simplehubcommand v1.5
  151. [14:17:34] [Server thread/INFO]: [CreateYourOwnMenus] Loading CreateYourOwnMenus v0.5.9
  152. [14:17:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
  153. [14:17:34] [Server thread/INFO]: [AntiTNT] Loading AntiTNT v1.1
  154. [14:17:34] [Server thread/INFO]: [OnlyProxyJoin] Loading OnlyProxyJoin v0.1
  155. [14:17:34] [Server thread/INFO]: [PingPlayer] Loading PingPlayer v1.3.0
  156. [14:17:34] [Server thread/INFO]: [TimeLock] Loading TimeLock v0.5
  157. [14:17:34] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  158. [14:17:34] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  159. [14:17:34] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  160. [14:17:34] [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.
  161. [14:17:34] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  162. [14:17:34] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  163. [14:17:34] [Server thread/INFO]: Preparing level "world"
  164. [14:17:34] [Server thread/INFO]: -------- World Settings For [world] --------
  165. [14:17:34] [Server thread/INFO]: Anti X-Ray: true
  166. [14:17:34] [Server thread/INFO]: Engine Mode: 1
  167. [14:17:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  168. [14:17:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  169. [14:17:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  170. [14:17:34] [Server thread/INFO]: Mob Spawn Range: 4
  171. [14:17:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  172. [14:17:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  173. [14:17:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  174. [14:17:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  175. [14:17:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  176. [14:17:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  177. [14:17:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  178. [14:17:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  179. [14:17:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  180. [14:17:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  181. [14:17:34] [Server thread/INFO]: Random Lighting Updates: false
  182. [14:17:34] [Server thread/INFO]: Structure Info Saving: true
  183. [14:17:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  184. [14:17:34] [Server thread/INFO]: Max Entity Collisions: 8
  185. [14:17:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  186. [14:17:34] [Server thread/INFO]: Max TNT Explosions: 100
  187. [14:17:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  188. [14:17:34] [Server thread/INFO]: View Distance: 8
  189. [14:17:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  190. [14:17:34] [Server thread/INFO]: Item Despawn Rate: 6000
  191. [14:17:34] [Server thread/INFO]: Item Merge Radius: 2.5
  192. [14:17:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  193. [14:17:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  194. [14:17:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  195. [14:17:34] [Server thread/INFO]: Clear tick list: false
  196. [14:17:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  197. [14:17:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  198. [14:17:34] [Server thread/INFO]: Anti X-Ray: true
  199. [14:17:34] [Server thread/INFO]: Engine Mode: 1
  200. [14:17:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  201. [14:17:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  202. [14:17:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  203. [14:17:34] [Server thread/INFO]: Mob Spawn Range: 4
  204. [14:17:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  205. [14:17:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  206. [14:17:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  207. [14:17:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  208. [14:17:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  209. [14:17:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  210. [14:17:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  211. [14:17:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  212. [14:17:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  213. [14:17:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  214. [14:17:34] [Server thread/INFO]: Random Lighting Updates: false
  215. [14:17:34] [Server thread/INFO]: Structure Info Saving: true
  216. [14:17:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  217. [14:17:34] [Server thread/INFO]: Max Entity Collisions: 8
  218. [14:17:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  219. [14:17:34] [Server thread/INFO]: Max TNT Explosions: 100
  220. [14:17:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  221. [14:17:34] [Server thread/INFO]: View Distance: 8
  222. [14:17:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  223. [14:17:34] [Server thread/INFO]: Item Despawn Rate: 6000
  224. [14:17:34] [Server thread/INFO]: Item Merge Radius: 2.5
  225. [14:17:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  226. [14:17:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  227. [14:17:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  228. [14:17:34] [Server thread/INFO]: Clear tick list: false
  229. [14:17:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  230. [14:17:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  231. [14:17:34] [Server thread/INFO]: Anti X-Ray: true
  232. [14:17:34] [Server thread/INFO]: Engine Mode: 1
  233. [14:17:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  234. [14:17:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  235. [14:17:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  236. [14:17:34] [Server thread/INFO]: Mob Spawn Range: 4
  237. [14:17:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  238. [14:17:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  239. [14:17:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  240. [14:17:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  241. [14:17:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  242. [14:17:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  243. [14:17:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  244. [14:17:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  245. [14:17:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  246. [14:17:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  247. [14:17:34] [Server thread/INFO]: Random Lighting Updates: false
  248. [14:17:34] [Server thread/INFO]: Structure Info Saving: true
  249. [14:17:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  250. [14:17:34] [Server thread/INFO]: Max Entity Collisions: 8
  251. [14:17:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  252. [14:17:34] [Server thread/INFO]: Max TNT Explosions: 100
  253. [14:17:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  254. [14:17:34] [Server thread/INFO]: View Distance: 8
  255. [14:17:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  256. [14:17:34] [Server thread/INFO]: Item Despawn Rate: 6000
  257. [14:17:34] [Server thread/INFO]: Item Merge Radius: 2.5
  258. [14:17:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  259. [14:17:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  260. [14:17:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  261. [14:17:34] [Server thread/INFO]: Clear tick list: false
  262. [14:17:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  263. [14:17:34] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5086363513709287399)
  264. [14:17:35] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5086363513709287399)
  265. [14:17:36] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5086363513709287399)
  266. [14:17:36] [Server thread/INFO]: [simplehubcommand] Enabling simplehubcommand v1.5
  267. [14:17:36] [Server thread/INFO]: simplehubcommand Version 1.5 Has Been Enabled!
  268. [14:17:36] [Server thread/INFO]: [CreateYourOwnMenus] Enabling CreateYourOwnMenus v0.5.9
  269. [14:17:36] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
  270. [14:17:36] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  271. [14:17:37] [Server thread/WARN]: [WorldEdit]
  272. **********************************************
  273. ** This WorldEdit version does not fully support your version of Bukkit.
  274. **
  275. ** When working with blocks or undoing, chests will be empty, signs
  276. ** will be blank, and so on. There will be no support for entity
  277. ** and biome-related functions.
  278. **
  279. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  280. **********************************************
  281.  
  282. [14:17:37] [Server thread/INFO]: [AntiTNT] Enabling AntiTNT v1.1
  283. [14:17:37] [Server thread/INFO]: AntiTNT has been enabled!
  284. [14:17:37] [Server thread/INFO]: [OnlyProxyJoin] Enabling OnlyProxyJoin v0.1
  285. [14:17:37] [Server thread/INFO]: [PingPlayer] Enabling PingPlayer v1.3.0
  286. [14:17:37] [Server thread/INFO]: [PingPlayer] Thank you for enabling Metrics!
  287. [14:17:37] [Server thread/INFO]: [PingPlayer] PingPlayer v1.3.0 enabled.
  288. [14:17:37] [Server thread/INFO]: [TimeLock] Enabling TimeLock v0.5
  289. [14:17:37] [Server thread/INFO]: [TimeLock] Enabled
  290. [14:17:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  291. [14:17:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  292. [14:17:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  293. [14:17:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  294. [14:17:37] [Server thread/INFO]: [WorldGuard] (world) All fire spread is disabled.
  295. [14:17:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  296. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  297. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  298. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  299. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_nether) All fire spread is disabled.
  300. [14:17:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  301. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  302. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  303. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  304. [14:17:37] [Server thread/INFO]: [WorldGuard] (world_the_end) All fire spread is disabled.
  305. [14:17:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  306. [14:17:37] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'world'
  307. [14:17:37] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  308. [14:17:37] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  309. [14:17:37] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  310. [14:17:37] [Server thread/INFO]: Done (3.087s)! For help, type "help" or "?"
  311. [14:17:37] [Server thread/INFO]: Starting GS4 status listener
  312. [14:17:37] [Server thread/WARN]: Unable to initialise query system on localhost:25570 (Socket): Address already in use