Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.34 KB | None | 0 0
  1. [10:34:15] [Server thread/INFO]: Starting minecraft server version 1.11.2
  2. [10:34:15] [Server thread/INFO]: Loading properties
  3. [10:34:15] [Server thread/INFO]: Default game type: SURVIVAL
  4. [10:34:15] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3fb9445-6e3cec8 (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
  5. [10:34:15] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [10:34:15] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [10:34:15] [Server thread/INFO]: Debug logging is disabled
  8. [10:34:16] [Server thread/INFO]: Generating keypair
  9. [10:34:16] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [10:34:16] [Server thread/INFO]: Using epoll channel type
  11. [10:34:17] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [10:34:17] [Server thread/ERROR]: Could not load 'plugins/AntiTab.jar' in folder 'plugins'
  13. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  15. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  16. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  19. [10:34:18] [Server thread/INFO]: [EasyElevators] Loading EasyElevators v1.2.2
  20. [10:34:18] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  21. [10:34:18] [Server thread/INFO]: [MinePacks] Loading MinePacks v1.17.4
  22. [10:34:18] [Server thread/INFO]: [Command Blocker] Loading CommandBlocker v5.5
  23. [10:34:18] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  24. [10:34:18] [Server thread/INFO]: [PlayTime] Loading PlayTime v1.8
  25. [10:34:18] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.3-RELEASE
  26. [10:34:18] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
  27. [10:34:18] [Server thread/INFO]: [DecoHeads] Loading DecoHeads v1.4
  28. [10:34:18] [Server thread/INFO]: [InWartung] Loading InWartung v2.2
  29. [10:34:18] [Server thread/INFO]: [IronElevators] Loading IronElevators v1.1
  30. [10:34:18] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  31. [10:34:19] [Server thread/INFO]: [IconicSpy] Loading IconicSpy v4.7
  32. [10:34:19] [Server thread/INFO]: [DiamondHunter] Loading DiamondHunter v3.0.1
  33. [10:34:19] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v17.10.16-7a4b7be-936-17.0.19
  34. [10:34:19] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.6.7
  35. [10:34:19] [Server thread/INFO]: [WeatherVote] Loading WeatherVote v1.32
  36. [10:34:19] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v1.0
  37. [10:34:19] [Server thread/INFO]: [TeamSpeakIP] Loading TeamSpeakIP v5.0
  38. [10:34:19] [Server thread/INFO]: [Enchants] Loading Enchants v3.1.9
  39. [10:34:19] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v7.2.23
  40. [10:34:21] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.1.1
  41. [10:34:21] [Server thread/INFO]: [ViaVersion] ViaVersion 1.1.1 is now loaded, injecting!
  42. [10:34:22] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
  43. [10:34:22] [Server thread/INFO]: [UltraPermissions] Loading UltraPermissions v1.5.9_2
  44. [10:34:22] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  45. [10:34:22] [Server thread/INFO]: [TimeVote] Loading TimeVote v1.31
  46. [10:34:22] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
  47. [10:34:22] [Server thread/INFO]: [JPanel] Loading JPanel v1.0-SNAPSHOT
  48. [10:34:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
  49. [10:34:22] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
  50. [10:34:23] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  51. [10:34:23] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
  52. [10:34:24] [Server thread/INFO]: LogBlock-Connection-Pool - is closing down.
  53. [10:34:24] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  54. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Communications link failure
  55.  
  56. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  57. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[MinePacks%20(1).jar:?]
  58. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[MinePacks%20(1).jar:?]
  59. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[MinePacks%20(1).jar:?]
  60. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock%20(1).jar:?]
  61. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock%20(1).jar:?]
  62. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock%20(1).jar:?]
  63. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:306) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  64. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  65. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  66. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  67. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  68.  
  69. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  70. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_144]
  71. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_144]
  72. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_144]
  73. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_144]
  74. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  75. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  76. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  77. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  78. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  79. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  80. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  81. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  82. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_144]
  83. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_144]
  84. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_144]
  85. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_144]
  86. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  87. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  88. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  89. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[MinePacks%20(1).jar:?]
  90. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[MinePacks%20(1).jar:?]
  91. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[MinePacks%20(1).jar:?]
  92. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[MinePacks%20(1).jar:?]
  93. ... 9 more
  94. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  95. at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_144]
  96. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_144]
  97. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_144]
  98. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_144]
  99. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_144]
  100. at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_144]
  101. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  102. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  103. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  104. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  105. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  106. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  107. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  108. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_144]
  109. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_144]
  110. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_144]
  111. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_144]
  112. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  113. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  114. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  115. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[MinePacks%20(1).jar:?]
  116. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[MinePacks%20(1).jar:?]
  117. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[MinePacks%20(1).jar:?]
  118. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[MinePacks%20(1).jar:?]
  119. ... 9 more
  120. [10:34:24] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.31.3
  121. [10:34:24] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  122. [10:34:24] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
  123. [10:34:24] [Server thread/INFO]: [SignColors] Loading SignColors v1.1.1
  124. [10:34:24] [Server thread/INFO]: [MysqlEconomyBank] Loading MysqlEconomyBank v1.10.1
  125. [10:34:24] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.7.1
  126. [10:34:24] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
  127. [10:34:24] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.4.0
  128. [10:34:24] [Server thread/INFO]: [Jobs] Loading Jobs v4.1.3
  129. [10:34:24] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.0
  130. [10:34:24] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v17.10.16-7a4b7be-936-17.0.19
  131. [10:34:26] [Server thread/INFO]: ====== USE PAPER ======
  132. [10:34:26] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  133. [10:34:26] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  134. [10:34:26] [Server thread/INFO]: - This is only a recommendation
  135. [10:34:26] [Server thread/INFO]: ==============================
  136. [10:34:26] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v7.2.23
  137. [10:34:26] [Server thread/INFO]:
  138. [10:34:26] [Server thread/INFO]:
  139. [10:34:26] [Server thread/INFO]:  _ __
  140. [10:34:26] [Server thread/INFO]:  |_ ._ o _ \ / _ ._ | _| /__ _ ._ _ ._ _. _|_ _ ._ 
  141. [10:34:26] [Server thread/INFO]:  |_ |_) | (_ \/\/ (_) | | (_| \_| (/_ | | (/_ | (_| |_ (_) | 
  142. [10:34:26] [Server thread/INFO]:  | 
  143. [10:34:26] [Server thread/INFO]:
  144. [10:34:26] [Server thread/INFO]: Version 7.2.23 | Licensed to 11227
  145. [10:34:26] [Server thread/INFO]:
  146. [10:34:26] [Server thread/INFO]: Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
  147. [10:34:26] [Server thread/INFO]:
  148. [10:34:26] [Server thread/INFO]:
  149. [10:34:26] [Server thread/INFO]: > Loading structures (.EWG schematics)
  150. [10:34:26] [Server thread/INFO]: - TREES_pine_small_3
  151. [10:34:27] [Server thread/INFO]: - TREES_willow_tiny
  152. [10:34:27] [Server thread/INFO]: - TREES_willow_small
  153. [10:34:27] [Server thread/INFO]: - TREES_jungle_small_2
  154. [10:34:27] [Server thread/INFO]: - DECO_rock_22
  155. [10:34:27] [Server thread/INFO]: - TREES_fantasy_small_3
  156. [10:34:27] [Server thread/INFO]: - TREES_birch_normal_2
  157. [10:34:27] [Server thread/INFO]: - DECO_desert_tower
  158. [10:34:27] [Server thread/INFO]: - TREES_forgottenForest_medium_5
  159. [10:34:27] [Server thread/INFO]: - TREES_jungle_medium
  160. [10:34:27] [Server thread/INFO]: - TREES_dead_medium_2
  161. [10:34:27] [Server thread/INFO]: - TREES_bonsai_medium
  162. [10:34:27] [Server thread/INFO]: - TREES_tropicalForest_medium_2
  163. [10:34:27] [Server thread/INFO]: - DECO_forest_house
  164. [10:34:27] [Server thread/INFO]: - TREES_bonsai_small
  165. [10:34:27] [Server thread/INFO]: - DECO_rock_03
  166. [10:34:27] [Server thread/INFO]: - TREES_willow_medium_2
  167. [10:34:27] [Server thread/INFO]: - TREES_scotsPine_normal_9
  168. [10:34:27] [Server thread/INFO]: - TREES_forgottenForest_normal_2
  169. [10:34:27] [Server thread/INFO]: - TREES_pine_big
  170. [10:34:27] [Server thread/INFO]: - TREES_birch_normal
  171. [10:34:27] [Server thread/INFO]: - DECO_jungle_tower
  172. [10:34:27] [Server thread/INFO]: - TREES_pine_normal_2
  173. [10:34:27] [Server thread/INFO]: - TREES_tropicalForest_medium_4
  174. [10:34:27] [Server thread/INFO]: - TREES_willow_normal
  175. [10:34:27] [Server thread/INFO]: - TREES_jungle_normal
  176. [10:34:27] [Server thread/INFO]: - TREES_dead_normal_2
  177. [10:34:27] [Server thread/INFO]: - DECO_rock_25
  178. [10:34:27] [Server thread/INFO]: - DECO_rock_19
  179. [10:34:27] [Server thread/INFO]: - DECO_rock_24
  180. [10:34:27] [Server thread/INFO]: - TREES_nether_normal
  181. [10:34:27] [Server thread/INFO]: - TREES_fantasy_normal_2
  182. [10:34:27] [Server thread/INFO]: - TREES_fantasy_small_2
  183. [10:34:27] [Server thread/INFO]: - TREES_tropicalForest_small_1
  184. [10:34:27] [Server thread/INFO]: - DECO_rock_02
  185. [10:34:27] [Server thread/INFO]: - TREES_forgottenForest_normal_3
  186. [10:34:27] [Server thread/INFO]: - TREES_fantasy_normal
  187. [10:34:27] [Server thread/INFO]: - TREES_dead_normal
  188. [10:34:27] [Server thread/INFO]: - TREES_willow_medium
  189. [10:34:27] [Server thread/INFO]: - TREES_jungle_small_3
  190. [10:34:27] [Server thread/INFO]: - TREES_bonsai_normal
  191. [10:34:27] [Server thread/INFO]: - TREES_fantasy_small
  192. [10:34:27] [Server thread/INFO]: - TREES_willow_tiny_2
  193. [10:34:27] [Server thread/INFO]: - TREES_stoneForest_normal_2
  194. [10:34:27] [Server thread/INFO]: - TREES_jungle_normal_2
  195. [10:34:27] [Server thread/INFO]: - TREES_birch_normal_3
  196. [10:34:27] [Server thread/INFO]: - TREES_scotsPine_normal_10
  197. [10:34:27] [Server thread/INFO]: - TREES_stoneForest_normal_3
  198. [10:34:27] [Server thread/INFO]: - TREES_pine_huge
  199. [10:34:27] [Server thread/INFO]: - DECO_rock_20
  200. [10:34:27] [Server thread/INFO]: - TREES_pine_tiny
  201. [10:34:27] [Server thread/INFO]: - TREES_willow_big
  202. [10:34:27] [Server thread/INFO]: - DECO_rock_18
  203. [10:34:27] [Server thread/INFO]: - TREES_tropicalForest_medium_3
  204. [10:34:27] [Server thread/INFO]: - TREES_scotsPine_normal_6
  205. [10:34:27] [Server thread/INFO]: - TREES_scotsPine_normal_8
  206. [10:34:27] [Server thread/INFO]: - TREES_forgottenForest_medium
  207. [10:34:27] [Server thread/INFO]: - TREES_pine_medium
  208. [10:34:27] [Server thread/INFO]: - DECO_rock_23
  209. [10:34:27] [Server thread/INFO]: - DECO_portals_204
  210. [10:34:27] [Server thread/INFO]: - DECO_rock_17
  211. [10:34:27] [Server thread/INFO]: - TREES_stoneForest_normal
  212. [10:34:27] [Server thread/INFO]: - TREES_scotsPine_normal_12
  213. [10:34:27] [Server thread/INFO]: - TREES_willow_huge
  214. [10:34:27] [Server thread/INFO]: - DECO_rock_01
  215. [10:34:27] [Server thread/INFO]: - TREES_bonsai_huge
  216. [10:34:27] [Server thread/INFO]: - TREES_forgottenForest_medium_4
  217. [10:34:27] [Server thread/INFO]: - TREES_dead_medium
  218. [10:34:27] [Server thread/INFO]: - TREES_dead_huge
  219. [10:34:27] [Server thread/INFO]: - TREES_willow_big_2
  220. [10:34:27] [Server thread/INFO]: - TREES_bonsai_big
  221. [10:34:27] [Server thread/INFO]: - TREES_birch_normal_4
  222. [10:34:27] [Server thread/INFO]: - TREES_jungle_normal_3
  223. [10:34:27] [Server thread/INFO]: - TREES_bonsai_big_3
  224. [10:34:27] [Server thread/INFO]: - TREES_jungle_small
  225. [10:34:27] [Server thread/INFO]: - TREES_jungle_huge
  226. [10:34:27] [Server thread/INFO]: - TREES_jungle_big
  227. [10:34:27] [Server thread/INFO]: - TREES_pine_normal
  228. [10:34:27] [Server thread/INFO]: - TREES_bonsai_medium_2
  229. [10:34:27] [Server thread/INFO]: - DECO_rock_21
  230. [10:34:27] [Server thread/INFO]: - DECO_rock_10
  231. [10:34:27] [Server thread/INFO]: - TREES_jungle_normal_4
  232. [10:34:27] [Server thread/INFO]: - TREES_bonsai_big_2
  233. [10:34:27] [Server thread/INFO]: - TREES_scotsPine_normal_11
  234. [10:34:27] [Server thread/INFO]: - TREES_pine_tiny_2
  235. [10:34:27] [Server thread/INFO]: - TREES_tropicalForest_medium_1
  236. [10:34:27] [Server thread/INFO]: - TREES_dead_big
  237. [10:34:27] [Server thread/INFO]: - TREES_bonsai_normal_2
  238. [10:34:27] [Server thread/INFO]: - TREES_willow_tiny_3
  239. [10:34:27] [Server thread/INFO]: - DECO_rock_04
  240. [10:34:27] [Server thread/INFO]: - TREES_pine_small
  241. [10:34:27] [Server thread/INFO]: - TREES_bonsai_tiny
  242. [10:34:27] [Server thread/INFO]: - TREES_pine_small_2
  243. [10:34:27] [Server thread/INFO]:
  244. [10:34:27] [Server thread/INFO]: > Loading configuration
  245. [10:34:27] [Server thread/INFO]: 
  246. [10:34:27] [Server thread/INFO]: 
  247. [10:34:27] [Server thread/INFO]: ---- EpicWorldGenerator Crash Report ----
  248. [10:34:27] [Server thread/INFO]: Time: Wed Oct 18 10:34:27 EDT 2017
  249. [10:34:27] [Server thread/INFO]: Description: Something when wrong while parsing the settings file!
  250. [10:34:27] [Server thread/INFO]: 
  251. [10:34:27] [Server thread/INFO]: System details:
  252. [10:34:27] [Server thread/INFO]: <> Spigot version = git-Spigot-3fb9445-6e3cec8 (MC: 1.11.2)
  253. [10:34:27] [Server thread/INFO]: <> Plugin version = 7.2.23
  254. [10:34:27] [Server thread/INFO]: <> Java Version = 1.8.0_144
  255. [10:34:27] [Server thread/INFO]: 
  256. [10:34:27] [Server thread/INFO]: 
  257. [10:34:27] [Server thread/INFO]: Plugin details:
  258. [10:34:27] [Server thread/INFO]: <> EasyElevators - 1.2.2 - [TangoChicken]
  259. [10:34:27] [Server thread/INFO]: <> Essentials - TeamCity - [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally]
  260. [10:34:27] [Server thread/INFO]: <> MinePacks - 1.17.4 - [GeorgH93]
  261. [10:34:27] [Server thread/INFO]: <> CommandBlocker - 5.5 - [TreyRuffy]
  262. [10:34:27] [Server thread/INFO]: <> ClearLag - 2.9.7 - [bob7l]
  263. [10:34:27] [Server thread/INFO]: <> PlayTime - 1.8 - [F64_Rx]
  264. [10:34:27] [Server thread/INFO]: <> AdvancedBan - 2.1.3-RELEASE - [Leoko]
  265. [10:34:27] [Server thread/INFO]: <> WorldBorder - 1.8.7 - [Brettflan]
  266. [10:34:27] [Server thread/INFO]: <> DecoHeads - 1.4 - [Rayzr522]
  267. [10:34:27] [Server thread/INFO]: <> InWartung - 2.2 - [xmauric3x]
  268. [10:34:27] [Server thread/INFO]: <> IronElevators - 1.1 - []
  269. [10:34:27] [Server thread/INFO]: <> Multiverse-Core - 2.5.0-b727 - [Rigby, fernferret, lithium3141, main--, dumptruckman]
  270. [10:34:27] [Server thread/INFO]: <> IconicSpy - 4.7 - [rignpolice, mck4]
  271. [10:34:27] [Server thread/INFO]: <> DiamondHunter - 3.0.1 - []
  272. [10:34:27] [Server thread/INFO]: <> FastAsyncWorldEdit - 17.10.16-7a4b7be-936-17.0.19 - [Empire92]
  273. [10:34:27] [Server thread/INFO]: <> SuperTrails - 9.6.7 - [kvq]
  274. [10:34:27] [Server thread/INFO]: <> WeatherVote - 1.32 - [F_o_F_1092]
  275. [10:34:27] [Server thread/INFO]: <> DeathMessages - 1.0 - [Pyrodos]
  276. [10:34:27] [Server thread/INFO]: <> TeamSpeakIP - 5.0 - [T0biii]
  277. [10:34:27] [Server thread/INFO]: <> Enchants - 3.1.9 - []
  278. [10:34:27] [Server thread/INFO]: <> EpicWorldGenerator - 7.2.23 - []
  279. [10:34:27] [Server thread/INFO]: <> ViaVersion - 1.1.1 - [_MylesC, Matsv]
  280. [10:34:27] [Server thread/INFO]: <> Vault - 1.6.1 - [cereal, Sleaker, mung3r]
  281. [10:34:27] [Server thread/INFO]: <> UltraPermissions - 1.5.9_2 - []
  282. [10:34:27] [Server thread/INFO]: <> EssentialsSpawn - TeamCity - [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
  283. [10:34:27] [Server thread/INFO]: <> TimeVote - 1.31 - [F_o_F_1092]
  284. [10:34:27] [Server thread/INFO]: <> SimpleSit - 1.6.3 - [SkyLordJay_]
  285. [10:34:27] [Server thread/INFO]: <> JPanel - 1.0-SNAPSHOT - [rymate1234]
  286. [10:34:27] [Server thread/INFO]: <> WorldEdit - 6.1.8-SNAPSHOT;cd4729f - []
  287. [10:34:27] [Server thread/INFO]: <> LogBlock - 1.10.0 - [DiddiZ, md_5, ammar2, frymaster]
  288. [10:34:27] [Server thread/INFO]: <> MarriageMaster - 1.31.3 - [GeorgH93]
  289. [10:34:27] [Server thread/INFO]: <> HolographicDisplays - 2.2.6 - []
  290. [10:34:27] [Server thread/INFO]: <> WorldGuard - 6.1.2;e38d98d - []
  291. [10:34:27] [Server thread/INFO]: <> SignColors - 1.1.1 - [CodeHat]
  292. [10:34:27] [Server thread/INFO]: <> MysqlEconomyBank - 1.10.1 - []
  293. [10:34:27] [Server thread/INFO]: <> GriefPrevention - 16.7.1 - []
  294. [10:34:27] [Server thread/INFO]: <> ChestShop - 3.8.12 - [Moloco]
  295. [10:34:27] [Server thread/INFO]: <> AreaShop - 2.4.0 - [NLThijs48]
  296. [10:34:27] [Server thread/INFO]: <> Jobs - 4.1.3 - [phrstbrn]
  297. [10:34:27] [Server thread/INFO]: <> SilkSpawners - 5.0.0 - [xGhOsTkiLLeRx, mushroomhostage]
  298. [10:34:27] [Server thread/INFO]: 
  299. [10:34:27] [Server thread/INFO]: Error info:
  300. [10:34:27] [Server thread/INFO]: <> Error message: com.google.gson.stream.MalformedJsonException: Unterminated array at line 5 column 3
  301. [10:34:27] [Server thread/INFO]: <> Stack trace: 
  302. [10:34:27] [Server thread/INFO]: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 5 column 3
  303. at com.google.gson.Gson.fromJson(Gson.java:818)
  304. at com.google.gson.Gson.fromJson(Gson.java:741)
  305. at com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_11_R1.NMSImplementation.a(NMSImplementation.java:289)
  306. at com.minelazz.epicworldgenerator.EpicConfigManager.a(EpicConfigManager.java:91)
  307. at com.minelazz.epicworldgenerator.EpicWorldGenerator.onEnable(EpicWorldGenerator.java:145)
  308. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  309. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  310. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  311. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  312. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  313. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:205)
  314. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  315. at java.lang.Thread.run(Thread.java:748)
  316. Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 5 column 3
  317. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
  318. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465)
  319. at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403)
  320. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:80)
  321. at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
  322. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
  323. at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
  324. at com.google.gson.Gson.fromJson(Gson.java:803)
  325. ... 12 more
  326. 
  327. [10:34:27] [Server thread/INFO]: 
  328. [10:34:27] [Server thread/INFO]: 
  329. [10:34:27] [Server thread/INFO]: 
  330. [10:34:27] [Server thread/INFO]: ------------------------------------------------------------
  331. [10:34:27] [Server thread/INFO]: If this is not a configuration fault, report the issue here;
  332. [10:34:27] [Server thread/INFO]:  >> https://bitbucket.org/DynamicBytes/epicworldgenerator/issues
  333. [10:34:27] [Server thread/INFO]: 
  334. [10:34:27] [Server thread/INFO]: Upload this crash report to hastebin.com or pastebin.com
  335. [10:34:27] [Server thread/INFO]: and put the link in your issue report.
  336. [10:34:27] [Server thread/INFO]: ------------------------------------------------------------
  337. [10:34:28] [Server thread/INFO]:
  338. [10:34:28] [Server thread/INFO]: Done
  339. [10:34:28] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
  340. [10:34:28] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  341. [10:34:28] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  342. [10:34:28] [Server thread/INFO]: [Vault] Plugin enabled (80ms)
  343. [10:34:28] [Server thread/INFO]: [JPanel] Enabling JPanel v1.0-SNAPSHOT
  344. [10:34:29] [Server thread/INFO]: External StaticResourceHandler configured with folder = /home/mc/./JPanel-public/
  345. [10:34:29] [Server thread/INFO]: [JPanel] JPanel enabled!
  346. [10:34:29] [Server thread/INFO]: [MysqlEconomyBank] Enabling MysqlEconomyBank v1.10.1
  347. [10:34:29] [Server thread/INFO]: [MysqlEconomyBank] Using economy system: Essentials Economy
  348. [10:34:29] [Server thread/INFO]: [MysqlEconomyBank] Using permission system: SuperPerms
  349. [10:34:29] [Server thread/WARN]: [MysqlEconomyBank] Failed to hook into TitleManager, disabling action bar messages.
  350. [10:34:29] [Server thread/INFO]: [MysqlEconomyBank] Loading the config file...
  351. [10:34:29] [Server thread/INFO]: [MysqlEconomyBank] MysqlEconomyBank loaded successfully!
  352. [10:34:30] [Server thread/INFO]: [MysqlEconomyBank] Interest task started.
  353. [10:34:29] [Thread-10/INFO]: Logging initialized @23423ms
  354. [10:34:30] [Server thread/INFO]: [MysqlEconomyBank] MysqlEconomyBank has been successfully loaded!
  355. [10:34:30] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  356. [10:34:30] [Server thread/INFO]: Preparing level "world"
  357. [10:34:30] [Server thread/INFO]: -------- World Settings For [world] --------
  358. [10:34:30] [Server thread/INFO]: View Distance: 10
  359. [10:34:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  360. [10:34:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  361. [10:34:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  362. [10:34:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  363. [10:34:30] [Server thread/INFO]: Max TNT Explosions: 100
  364. [10:34:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  365. [10:34:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  366. [10:34:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  367. [10:34:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  368. [10:34:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  369. [10:34:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  370. [10:34:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  371. [10:34:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  372. [10:34:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  373. [10:34:30] [Server thread/INFO]: Vine Growth Modifier: 100%
  374. [10:34:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  375. [10:34:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  376. [10:34:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  377. [10:34:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  378. [10:34:30] [Server thread/INFO]: Random Lighting Updates: false
  379. [10:34:30] [Server thread/INFO]: Structure Info Saving: true
  380. [10:34:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  381. [10:34:30] [Server thread/INFO]: Mob Spawn Range: 4
  382. [10:34:30] [Server thread/INFO]: Item Despawn Rate: 6000
  383. [10:34:30] [Server thread/INFO]: Item Merge Radius: 2.5
  384. [10:34:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  385. [10:34:30] [Thread-10/INFO]: [JPanel] WebSocket started
  386. [10:34:30] [Thread-10/INFO]: == Spark has ignited ...
  387. [10:34:30] [Thread-10/INFO]: >> Listening on 0.0.0.0:4567
  388. [10:34:30] [Thread-10/INFO]: jetty-9.3.z-SNAPSHOT
  389. [10:34:30] [Thread-10/INFO]: Started o.e.j.s.ServletContextHandler@2113e6eb{/,null,AVAILABLE}
  390. [10:34:30] [Thread-10/INFO]: Started ServerConnector@46c29315{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}
  391. [10:34:30] [Thread-10/INFO]: Started @24010ms
  392. [10:34:30] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v7.2.23
  393. org.bukkit.event.EventException
  394. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  395. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  396. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  397. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  398. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:324) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  399. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  400. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  401. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  402. Caused by: java.lang.NullPointerException
  403. at com.minelazz.epicworldgenerator.EpicWorldGenerator.a(EpicWorldGenerator.java:417) ~[?:?]
  404. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  405. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  406. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  407. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  408. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  409. ... 7 more
  410. [10:34:30] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  411. [10:34:30] [Server thread/INFO]: View Distance: 10
  412. [10:34:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  413. [10:34:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  414. [10:34:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  415. [10:34:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  416. [10:34:30] [Server thread/INFO]: Max TNT Explosions: 100
  417. [10:34:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  418. [10:34:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  419. [10:34:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  420. [10:34:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  421. [10:34:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  422. [10:34:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  423. [10:34:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  424. [10:34:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  425. [10:34:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  426. [10:34:30] [Server thread/INFO]: Vine Growth Modifier: 100%
  427. [10:34:30] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  428. [10:34:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  429. [10:34:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  430. [10:34:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  431. [10:34:30] [Server thread/INFO]: Random Lighting Updates: false
  432. [10:34:30] [Server thread/INFO]: Structure Info Saving: true
  433. [10:34:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  434. [10:34:30] [Server thread/INFO]: Mob Spawn Range: 4
  435. [10:34:30] [Server thread/INFO]: Item Despawn Rate: 6000
  436. [10:34:30] [Server thread/INFO]: Item Merge Radius: 2.5
  437. [10:34:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  438. [10:34:31] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v7.2.23
  439. org.bukkit.event.EventException
  440. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  441. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  442. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  443. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  444. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:324) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  445. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  446. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  447. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  448. Caused by: java.lang.NullPointerException
  449. at com.minelazz.epicworldgenerator.EpicWorldGenerator.a(EpicWorldGenerator.java:417) ~[?:?]
  450. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  451. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  452. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  453. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  454. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  455. ... 7 more
  456. [10:34:31] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  457. [10:34:31] [Server thread/INFO]: View Distance: 10
  458. [10:34:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  459. [10:34:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  460. [10:34:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  461. [10:34:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  462. [10:34:31] [Server thread/INFO]: Max TNT Explosions: 100
  463. [10:34:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  464. [10:34:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  465. [10:34:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  466. [10:34:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  467. [10:34:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  468. [10:34:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  469. [10:34:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  470. [10:34:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  471. [10:34:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  472. [10:34:31] [Server thread/INFO]: Vine Growth Modifier: 100%
  473. [10:34:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  474. [10:34:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  475. [10:34:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  476. [10:34:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  477. [10:34:31] [Server thread/INFO]: Random Lighting Updates: false
  478. [10:34:31] [Server thread/INFO]: Structure Info Saving: true
  479. [10:34:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  480. [10:34:31] [Server thread/INFO]: Mob Spawn Range: 4
  481. [10:34:31] [Server thread/INFO]: Item Despawn Rate: 6000
  482. [10:34:31] [Server thread/INFO]: Item Merge Radius: 2.5
  483. [10:34:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  484. [10:34:31] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v7.2.23
  485. org.bukkit.event.EventException
  486. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  487. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  488. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  489. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  490. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:324) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  491. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  492. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  493. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  494. Caused by: java.lang.NullPointerException
  495. at com.minelazz.epicworldgenerator.EpicWorldGenerator.a(EpicWorldGenerator.java:417) ~[?:?]
  496. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  497. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  498. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  499. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  500. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  501. ... 7 more
  502. [10:34:31] [Server thread/INFO]: Preparing start region for level 0 (Seed: 356622820728641851)
  503. [10:34:31] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3583043804300759787)
  504. [10:34:31] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3583043804300759787)
  505. [10:34:31] [Server thread/INFO]: [EasyElevators] Enabling EasyElevators v1.2.2
  506. [10:34:31] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  507. [10:34:31] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  508. [10:34:31] [Server thread/INFO]: git-Spigot-3fb9445-6e3cec8 (MC: 1.11.2)
  509. [10:34:31] [Server thread/INFO]: 1.11.2-R0.1-SNAPSHOT
  510. [10:34:31] [Server thread/INFO]: Using locale en_US
  511. [10:34:31] [Server thread/INFO]: Using locale en_US
  512. [10:34:31] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  513. [10:34:31] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  514. [10:34:31] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  515. [10:34:31] [Server thread/INFO]: [MinePacks] Enabling MinePacks v1.17.4
  516. [10:34:31] [Server thread/INFO]: Minepacks-Connection-Pool - is starting.
  517. [10:34:32] [Server thread/INFO]: [MinePacks] Checking for updates ...
  518. [10:34:32] [Server thread/INFO]: [MinePacks] MinePacks wurde aktiviert.
  519. [10:34:32] [Server thread/INFO]: [Command Blocker] Enabling CommandBlocker v5.5
  520. [10:34:32] [Server thread/INFO]: +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  521. [10:34:32] [Server thread/INFO]: There is a new update for
  522. [10:34:32] [Server thread/INFO]: Command Blocker
  523. [10:34:32] [Server thread/INFO]: Download at:
  524. [10:34:32] [Server thread/INFO]: https://www.spigotmc.org/resources/5280/
  525. [10:34:32] [Server thread/INFO]: +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  526. [10:34:32] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  527. [10:34:32] [Server thread/INFO]: [ClearLag] Loading modules...
  528. [10:34:32] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  529. [10:34:32] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  530. [10:34:32] [Thread-21/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.11]...
  531. [10:34:32] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  532. [10:34:32] [Server thread/INFO]: [PlayTime] Enabling PlayTime v1.8
  533. [10:34:32] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.3-RELEASE
  534. [10:34:33] [Thread-21/INFO]: [ClearLag] No updates found!
  535. [10:34:34] [Server thread/INFO]:
  536.  
  537. []=====[Enabling AdvancedBan]=====[]
  538. | Information:
  539. | Name: AdvancedBan
  540. | Developer: Leoko
  541. | Version: 2.1.3-RELEASE
  542. | Storage: HSQLDB (local)
  543. | Support:
  544. | Skype: Leoko33
  545. | Mail: Leoko4433@gmail.com
  546. | Update:
  547. | You have the newest version
  548. []================================[]
  549.  
  550. [10:34:34] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
  551. [10:34:34] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  552. [10:34:34] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  553. [10:34:34] [Server thread/INFO]: [WorldBorder] [CONFIG] World "farmwelt" has border radius 8000 at X: 179.5 Z: 183.5
  554. [10:34:34] [Server thread/INFO]: [WorldBorder] [CONFIG] World "World_nether" has border radius 8000 at X: 8000.0 Z: 8000.0
  555. [10:34:34] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -468.0 Y: 68.0 Z: -215.0
  556. [10:34:34] [Server thread/INFO]: [DecoHeads] Enabling DecoHeads v1.4
  557. [10:34:34] [Server thread/INFO]: [InWartung] Enabling InWartung v2.2
  558. [10:34:34] [Server thread/INFO]: [InWartung] Plugin erfolgreich geladen ! ;)
  559. [10:34:34] [Server thread/INFO]: [IronElevators] Enabling IronElevators v1.1
  560. [10:34:34] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  561. [10:34:35] [Server thread/INFO]: -------- World Settings For [Farmwelt] --------
  562. [10:34:35] [Server thread/INFO]: View Distance: 10
  563. [10:34:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  564. [10:34:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  565. [10:34:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  566. [10:34:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  567. [10:34:35] [Server thread/INFO]: Max TNT Explosions: 100
  568. [10:34:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  569. [10:34:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  570. [10:34:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  571. [10:34:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  572. [10:34:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  573. [10:34:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  574. [10:34:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  575. [10:34:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  576. [10:34:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  577. [10:34:35] [Server thread/INFO]: Vine Growth Modifier: 100%
  578. [10:34:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  579. [10:34:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  580. [10:34:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  581. [10:34:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  582. [10:34:35] [Server thread/INFO]: Random Lighting Updates: false
  583. [10:34:35] [Server thread/INFO]: Structure Info Saving: true
  584. [10:34:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  585. [10:34:35] [Server thread/INFO]: Mob Spawn Range: 4
  586. [10:34:35] [Server thread/INFO]: Item Despawn Rate: 6000
  587. [10:34:35] [Server thread/INFO]: Item Merge Radius: 2.5
  588. [10:34:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  589. [10:34:35] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v7.2.23
  590. org.bukkit.event.EventException
  591. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  592. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  593. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  594. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  595. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:915) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  596. at org.bukkit.Bukkit.createWorld(Bukkit.java:469) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  597. at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  598. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466) [Multiverse-Core-2.5.0.jar:?]
  599. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447) [Multiverse-Core-2.5.0.jar:?]
  600. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422) [Multiverse-Core-2.5.0.jar:?]
  601. at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725) [Multiverse-Core-2.5.0.jar:?]
  602. at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312) [Multiverse-Core-2.5.0.jar:?]
  603. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  604. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  605. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  606. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  607. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  608. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  609. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  610. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  611. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  612. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  613. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  614. Caused by: java.lang.NullPointerException
  615. at com.minelazz.epicworldgenerator.EpicWorldGenerator.a(EpicWorldGenerator.java:417) ~[?:?]
  616. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  617. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  618. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  619. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  620. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  621. ... 22 more
  622. [10:34:35] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3549300131306609498)
  623. [10:34:36] [Server thread/INFO]: Preparing spawn area for Farmwelt, 0%
  624. [10:34:38] [Server thread/INFO]: Preparing spawn area for Farmwelt, 4%
  625. [10:34:39] [Server thread/INFO]: Preparing spawn area for Farmwelt, 12%
  626. [10:34:40] [Server thread/INFO]: Preparing spawn area for Farmwelt, 61%
  627. [10:34:44] [Server thread/INFO]: -------- World Settings For [flatroom] --------
  628. [10:34:44] [Server thread/INFO]: View Distance: 10
  629. [10:34:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  630. [10:34:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  631. [10:34:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  632. [10:34:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  633. [10:34:44] [Server thread/INFO]: Max TNT Explosions: 100
  634. [10:34:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  635. [10:34:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  636. [10:34:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  637. [10:34:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  638. [10:34:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  639. [10:34:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  640. [10:34:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  641. [10:34:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  642. [10:34:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  643. [10:34:44] [Server thread/INFO]: Vine Growth Modifier: 100%
  644. [10:34:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  645. [10:34:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  646. [10:34:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  647. [10:34:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  648. [10:34:44] [Server thread/INFO]: Random Lighting Updates: false
  649. [10:34:44] [Server thread/INFO]: Structure Info Saving: true
  650. [10:34:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  651. [10:34:44] [Server thread/INFO]: Mob Spawn Range: 4
  652. [10:34:44] [Server thread/INFO]: Item Despawn Rate: 6000
  653. [10:34:44] [Server thread/INFO]: Item Merge Radius: 2.5
  654. [10:34:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  655. [10:34:44] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v7.2.23
  656. org.bukkit.event.EventException
  657. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  658. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  659. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  660. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  661. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:915) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  662. at org.bukkit.Bukkit.createWorld(Bukkit.java:469) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  663. at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  664. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466) [Multiverse-Core-2.5.0.jar:?]
  665. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447) [Multiverse-Core-2.5.0.jar:?]
  666. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422) [Multiverse-Core-2.5.0.jar:?]
  667. at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725) [Multiverse-Core-2.5.0.jar:?]
  668. at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312) [Multiverse-Core-2.5.0.jar:?]
  669. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  670. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  671. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  672. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  673. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  674. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  675. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  676. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  677. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  678. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  679. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  680. Caused by: java.lang.NullPointerException
  681. at com.minelazz.epicworldgenerator.EpicWorldGenerator.a(EpicWorldGenerator.java:417) ~[?:?]
  682. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  683. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  684. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  685. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  686. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  687. ... 22 more
  688. [10:34:44] [Server thread/INFO]: Preparing start region for level 4 (Seed: 0)
  689. [10:34:44] [Server thread/INFO]: -------- World Settings For [Test] --------
  690. [10:34:44] [Server thread/INFO]: View Distance: 10
  691. [10:34:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  692. [10:34:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  693. [10:34:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  694. [10:34:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  695. [10:34:44] [Server thread/INFO]: Max TNT Explosions: 100
  696. [10:34:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  697. [10:34:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  698. [10:34:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  699. [10:34:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  700. [10:34:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  701. [10:34:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  702. [10:34:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  703. [10:34:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  704. [10:34:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  705. [10:34:44] [Server thread/INFO]: Vine Growth Modifier: 100%
  706. [10:34:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  707. [10:34:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  708. [10:34:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  709. [10:34:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  710. [10:34:44] [Server thread/INFO]: Random Lighting Updates: false
  711. [10:34:44] [Server thread/INFO]: Structure Info Saving: true
  712. [10:34:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  713. [10:34:44] [Server thread/INFO]: Mob Spawn Range: 4
  714. [10:34:44] [Server thread/INFO]: Item Despawn Rate: 6000
  715. [10:34:44] [Server thread/INFO]: Item Merge Radius: 2.5
  716. [10:34:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  717. [10:34:44] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v7.2.23
  718. org.bukkit.event.EventException
  719. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  720. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  721. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  722. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  723. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:915) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  724. at org.bukkit.Bukkit.createWorld(Bukkit.java:469) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  725. at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  726. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466) [Multiverse-Core-2.5.0.jar:?]
  727. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447) [Multiverse-Core-2.5.0.jar:?]
  728. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422) [Multiverse-Core-2.5.0.jar:?]
  729. at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725) [Multiverse-Core-2.5.0.jar:?]
  730. at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312) [Multiverse-Core-2.5.0.jar:?]
  731. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  732. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  733. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  734. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  735. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  736. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  737. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  738. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  739. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  740. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  741. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  742. Caused by: java.lang.NullPointerException
  743. at com.minelazz.epicworldgenerator.EpicWorldGenerator.a(EpicWorldGenerator.java:417) ~[?:?]
  744. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  745. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  746. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  747. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  748. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  749. ... 22 more
  750. [10:34:44] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7529742786776891332)
  751. [10:34:46] [Server thread/INFO]: -------- World Settings For [old] --------
  752. [10:34:46] [Server thread/INFO]: View Distance: 10
  753. [10:34:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  754. [10:34:46] [Server thread/INFO]: Experience Merge Radius: 3.0
  755. [10:34:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  756. [10:34:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  757. [10:34:46] [Server thread/INFO]: Max TNT Explosions: 100
  758. [10:34:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  759. [10:34:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
  760. [10:34:46] [Server thread/INFO]: Cane Growth Modifier: 100%
  761. [10:34:46] [Server thread/INFO]: Melon Growth Modifier: 100%
  762. [10:34:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  763. [10:34:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  764. [10:34:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
  765. [10:34:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
  766. [10:34:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  767. [10:34:46] [Server thread/INFO]: Vine Growth Modifier: 100%
  768. [10:34:46] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  769. [10:34:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  770. [10:34:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  771. [10:34:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  772. [10:34:46] [Server thread/INFO]: Random Lighting Updates: false
  773. [10:34:46] [Server thread/INFO]: Structure Info Saving: true
  774. [10:34:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  775. [10:34:46] [Server thread/INFO]: Mob Spawn Range: 4
  776. [10:34:46] [Server thread/INFO]: Item Despawn Rate: 6000
  777. [10:34:46] [Server thread/INFO]: Item Merge Radius: 2.5
  778. [10:34:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
  779. [10:34:46] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v7.2.23
  780. org.bukkit.event.EventException
  781. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  782. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  783. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  784. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  785. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:915) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  786. at org.bukkit.Bukkit.createWorld(Bukkit.java:469) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  787. at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  788. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466) [Multiverse-Core-2.5.0.jar:?]
  789. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447) [Multiverse-Core-2.5.0.jar:?]
  790. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422) [Multiverse-Core-2.5.0.jar:?]
  791. at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725) [Multiverse-Core-2.5.0.jar:?]
  792. at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312) [Multiverse-Core-2.5.0.jar:?]
  793. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  794. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  795. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  796. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  797. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  798. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  799. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  800. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  801. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  802. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  803. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
  804. Caused by: java.lang.NullPointerException
  805. at com.minelazz.epicworldgenerator.EpicWorldGenerator.a(EpicWorldGenerator.java:417) ~[?:?]
  806. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  807. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  808. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  809. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  810. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  811. ... 22 more
  812. [10:34:46] [Server thread/INFO]: Preparing start region for level 6 (Seed: 0)
  813. [10:34:47] [Server thread/INFO]: Attempted to place a tile entity (net.minecraft.server.v1_11_R1.TileEntityChest@5d9cdff2) at -780,65,1676 (AIR) where there was no entity tile!
  814. [10:34:47] [Server thread/INFO]: Chunk coordinates: -768,1664
  815. [10:34:47] [Server thread/WARN]: java.lang.Exception
  816. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:728)
  817. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:706)
  818. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:409)
  819. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
  820. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  821. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  822. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  823. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  824. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:137)
  825. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:120)
  826. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:116)
  827. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:938)
  828. [10:34:47] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:469)
  829. [10:34:47] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
  830. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
  831. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
  832. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
  833. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
  834. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312)
  835. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  836. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  837. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  838. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  839. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  840. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421)
  841. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382)
  842. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
  843. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  844. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  845. [10:34:47] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  846. [10:34:47] [Server thread/INFO]: Attempted to place a tile entity (net.minecraft.server.v1_11_R1.TileEntityChest@4cad0a9d) at -779,65,1676 (AIR) where there was no entity tile!
  847. [10:34:47] [Server thread/INFO]: Chunk coordinates: -768,1664
  848. [10:34:47] [Server thread/WARN]: java.lang.Exception
  849. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:728)
  850. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:706)
  851. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:409)
  852. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
  853. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  854. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  855. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  856. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  857. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:137)
  858. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:120)
  859. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:116)
  860. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:938)
  861. [10:34:47] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:469)
  862. [10:34:47] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
  863. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
  864. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
  865. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
  866. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
  867. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312)
  868. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  869. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  870. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  871. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  872. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  873. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421)
  874. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382)
  875. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
  876. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  877. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  878. [10:34:47] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  879. [10:34:47] [Server thread/INFO]: Attempted to place a tile entity (net.minecraft.server.v1_11_R1.TileEntityChest@608798f0) at -771,65,1674 (AIR) where there was no entity tile!
  880. [10:34:47] [Server thread/INFO]: Chunk coordinates: -768,1664
  881. [10:34:47] [Server thread/WARN]: java.lang.Exception
  882. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:728)
  883. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:706)
  884. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:409)
  885. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
  886. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  887. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  888. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  889. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  890. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:137)
  891. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:120)
  892. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:116)
  893. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:938)
  894. [10:34:47] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:469)
  895. [10:34:47] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
  896. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
  897. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
  898. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
  899. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
  900. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312)
  901. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  902. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  903. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  904. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  905. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  906. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421)
  907. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382)
  908. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
  909. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  910. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  911. [10:34:47] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  912. [10:34:47] [Server thread/INFO]: Attempted to place a tile entity (net.minecraft.server.v1_11_R1.TileEntityChest@445a54ce) at -770,65,1674 (AIR) where there was no entity tile!
  913. [10:34:47] [Server thread/INFO]: Chunk coordinates: -768,1664
  914. [10:34:47] [Server thread/WARN]: java.lang.Exception
  915. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:728)
  916. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.Chunk.a(Chunk.java:706)
  917. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:409)
  918. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
  919. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  920. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  921. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  922. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  923. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:137)
  924. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:120)
  925. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:116)
  926. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.createWorld(CraftServer.java:938)
  927. [10:34:47] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:469)
  928. [10:34:47] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
  929. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
  930. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
  931. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
  932. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
  933. [10:34:47] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:312)
  934. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  935. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  936. [10:34:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  937. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  938. [10:34:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  939. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421)
  940. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382)
  941. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
  942. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  943. [10:34:47] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  944. [10:34:47] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  945. [10:34:47] [Server thread/INFO]: Preparing spawn area for old, 48%
  946. [10:34:48] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
  947. [10:34:50] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  948. [10:34:50] [Server thread/INFO]: [IconicSpy] Enabling IconicSpy v4.7
  949. [10:34:50] [Server thread/INFO]: [DiamondHunter] Enabling DiamondHunter v3.0.1
  950. [10:34:50] [Server thread/INFO]: [DiamondHunter] Diamond Hunter has been enabled
  951. [10:34:50] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.6.7
  952. [10:34:50] [Server thread/INFO]:
  953. [10:34:50] [Server thread/INFO]: === Super Trails ===
  954. [10:34:50] [Server thread/INFO]: SuperTrails 9.6.7 for MC 1.11 enabled
  955. [10:34:50] [Server thread/INFO]: Thank you for using !
  956. [10:34:50] [Server thread/INFO]: =====================
  957. [10:34:50] [Server thread/INFO]:
  958. [10:34:50] [Server thread/INFO]: [WeatherVote] Enabling WeatherVote v1.32
  959. [10:34:50] [Server thread/INFO]: [WeatherVote] a Plugin by F_o_F_1092
  960. [10:34:50] [Server thread/INFO]: [WeatherVote] ServerType: Bukkit/Spigot, Version: 1.11.X
  961. [10:34:50] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v1.0
  962. [10:34:50] [Server thread/INFO]: [TeamSpeakIP] Enabling TeamSpeakIP v5.0
  963. [10:34:50] [Server thread/INFO]: [TeamSpeakIP] Connectet to Teamspeak!
  964. [10:34:52] [Server thread/INFO]: [Enchants] Enabling Enchants v3.1.9
  965. [10:34:52] [Server thread/INFO]: 
  966. [10:34:52] [Server thread/INFO]: *==============================*
  967. [10:34:52] [Server thread/INFO]: * *
  968. [10:34:52] [Server thread/INFO]: * Enabling Enchants v3.1.9... *
  969. [10:34:52] [Server thread/INFO]: * *
  970. [10:34:52] [Server thread/INFO]: *==============================*
  971. [10:34:52] [Server thread/INFO]: 
  972. [10:34:52] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.1.1
  973. [10:34:52] [Server thread/INFO]: [UltraPermissions] Enabling UltraPermissions v1.5.9_2
  974. [10:34:52] [Server thread/INFO]: [Ultra Permissions] Thank you for purchasing Ultra Permissions from TechXcrafter
  975. [10:34:52] [Server thread/INFO]: [Ultra Permissions] Version: 1.5.9_2
  976. [10:34:52] [Server thread/INFO]: [Ultra Permissions] Loading file... Versions.cfg
  977. [10:34:52] [Server thread/INFO]: [Ultra Permissions] [Task Manager] Loading...
  978. [10:34:52] [Server thread/INFO]: [Ultra Permissions] [GUI Manager] Loading...
  979. [10:34:52] [Server thread/INFO]: [Ultra Permissions] [Command Base] Loading...
  980. [10:34:52] [Server thread/INFO]: [Ultra Permissions] You can reduce the output by typing in reduceoutput
  981. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Priority Manager] Loading...
  982. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Data Storage Manager] Loading...
  983. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Data Storage Manager] Userdata and groups will be stored in local files
  984. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [PerPlayerPerms] Loading...
  985. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Injector] Loading...
  986. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Injector] Using Default Injector
  987. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Visual Manager] Loading...
  988. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Timed Rankup Manager] Loading...
  989. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [SuperAdmin Manager] Loading...
  990. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [SuperAdmin Manager] To give yourself rights to edit things, type this in the chat:
  991. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [SuperAdmin Manager] 206a50b3-55d5-4a45-9256-8c53a4c3facc
  992. [10:34:53] [Server thread/INFO]: [Ultra Permissions] Hooking into Vault
  993. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Import Manager] Loading...
  994. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Join Leave Messages] Loading...
  995. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Donations] Loading...
  996. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Donations] Thanks to these people for supporting Uperms with a small donation:
  997. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Donations] - SomethingPlayzMC with 10 Euros
  998. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Donations] If you want to donate, here is the PayPal Email: paul@giese.in
  999. [10:34:53] [Server thread/INFO]: [Ultra Permissions] [Donations] Type in 'hidedonors' in the console to hide this list!
  1000. [10:34:53] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  1001. [10:34:53] [Server thread/INFO]: [TimeVote] Enabling TimeVote v1.31
  1002. [10:34:53] [Server thread/INFO]: [TimeVote] a Plugin by F_o_F_1092
  1003. [10:34:53] [Server thread/INFO]: [TimeVote] ServerType: Bukkit/Spigot, Version: 1.11.X
  1004. [10:34:53] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3
  1005. [10:34:53] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  1006. [10:34:53] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  1007. [10:34:53] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 as the Bukkit adapter
  1008. [10:34:53] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
  1009. [10:34:53] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.31.3
  1010. [10:34:53] [Server thread/INFO]: [MarriageMaster] Config Version: 28 => no update needed
  1011. [10:34:53] [Server thread/INFO]: [MarriageMaster] Config loaded
  1012. [10:34:53] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no update needed
  1013. [10:34:53] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  1014. [10:34:54] [Server thread/INFO]: [MarriageMaster] Marriage Master wurde aktiviert!
  1015. [10:34:54] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  1016. [10:34:54] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
  1017. [10:34:54] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is blocked.
  1018. [10:34:54] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1019. [10:34:54] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1020. [10:34:54] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1021. [10:34:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1022. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is blocked.
  1023. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1024. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  1025. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1026. [10:34:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1027. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is blocked.
  1028. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1029. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1030. [10:34:54] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1031. [10:34:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1032. [10:34:54] [Server thread/INFO]: [WorldGuard] (Farmwelt) TNT ignition is blocked.
  1033. [10:34:54] [Server thread/INFO]: [WorldGuard] (Farmwelt) Lighters are PERMITTED.
  1034. [10:34:54] [Server thread/INFO]: [WorldGuard] (Farmwelt) Lava fire is blocked.
  1035. [10:34:54] [Server thread/INFO]: [WorldGuard] (Farmwelt) Fire spread is UNRESTRICTED.
  1036. [10:34:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Farmwelt'
  1037. [10:34:54] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is blocked.
  1038. [10:34:54] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
  1039. [10:34:54] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
  1040. [10:34:54] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
  1041. [10:34:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
  1042. [10:34:54] [Server thread/INFO]: [WorldGuard] (Test) TNT ignition is blocked.
  1043. [10:34:54] [Server thread/INFO]: [WorldGuard] (Test) Lighters are PERMITTED.
  1044. [10:34:54] [Server thread/INFO]: [WorldGuard] (Test) Lava fire is blocked.
  1045. [10:34:54] [Server thread/INFO]: [WorldGuard] (Test) Fire spread is UNRESTRICTED.
  1046. [10:34:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Test'
  1047. [10:34:54] [Server thread/INFO]: [WorldGuard] (old) TNT ignition is blocked.
  1048. [10:34:54] [Server thread/INFO]: [WorldGuard] (old) Lighters are PERMITTED.
  1049. [10:34:54] [Server thread/INFO]: [WorldGuard] (old) Lava fire is blocked.
  1050. [10:34:54] [Server thread/INFO]: [WorldGuard] (old) Fire spread is UNRESTRICTED.
  1051. [10:34:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'old'
  1052. [10:34:54] [Server thread/INFO]: [WorldGuard] Loading region data...
  1053. [10:34:55] [Server thread/INFO]: [SignColors] Enabling SignColors v1.1.1
  1054. [10:34:55] [Server thread/INFO]: [SignColors] Successfully loaded the language file (EN.yml)!
  1055. [10:34:55] [Server thread/INFO]: [SignColors] Loading database (SQLITE).
  1056. [10:34:55] [Server thread/INFO]: [SignColors] Metrics are ENABLED :)
  1057. [10:34:55] [Server thread/INFO]: [SignColors] Looking for a newer version...
  1058. [10:34:55] [Server thread/INFO]: [SignColors] Version 1.1.1 by CodeHat enabled.
  1059. [10:34:55] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.7.1
  1060. [10:34:55] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  1061. [10:34:55] [Server thread/INFO]: [GriefPrevention] 17 total claims loaded.
  1062. [10:34:56] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  1063. [10:34:56] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  1064. [10:34:56] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  1065. [10:34:56] [Server thread/INFO]: [GriefPrevention] GriefPrevention requires Vault for economy integration.
  1066. [10:34:56] [Server thread/INFO]: [GriefPrevention] Attempting to load Vault...
  1067. [10:34:56] [Server thread/INFO]: [GriefPrevention] Vault loaded successfully!
  1068. [10:34:56] [Server thread/INFO]: [GriefPrevention] Looking for a Vault-compatible economy plugin...
  1069. [10:34:56] [Server thread/INFO]: [GriefPrevention] Hooked into economy: Essentials Economy.
  1070. [10:34:56] [Server thread/INFO]: [GriefPrevention] Ready to buy/sell claim blocks!
  1071. [10:34:56] [Server thread/INFO]: [GriefPrevention] Boot finished.
  1072. [10:34:56] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  1073. [10:34:56] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  1074. [10:34:56] [Server thread/INFO]: creating table 'items'
  1075. [10:34:56] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
  1076. [10:34:56] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  1077. [10:34:56] [Server thread/INFO]: creating table 'accounts'
  1078. [10:34:56] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
  1079. [10:34:56] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  1080. [10:34:56] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  1081. [10:34:57] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  1082. [10:34:57] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.4.0
  1083. [10:34:58] [Server thread/INFO]: [Jobs] Enabling Jobs v4.1.3
  1084. [10:34:58] [Server thread/INFO]: [Jobs] Loaded 8 titles!
  1085. [10:34:58] [Server thread/INFO]: [Jobs] Loaded 0 restricted areas!
  1086. [10:34:58] [Server thread/INFO]: [Jobs] Loaded 49 protected blocks timers!
  1087. [10:34:59] [Server thread/INFO]: [Jobs] Loaded 641 custom item names!
  1088. [10:34:59] [Server thread/INFO]: [Jobs] Loaded 41 custom entity names!
  1089. [10:34:59] [Server thread/INFO]: [Jobs] Loaded 27 custom enchant names!
  1090. [10:34:59] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  1091. [10:34:59] [Server thread/INFO]: [Jobs] 4 shop items loaded!
  1092. [10:34:59] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
  1093. [10:34:59] [Server thread/INFO]: [Jobs] Explorer job manager registered!
  1094. [10:35:00] [Server thread/INFO]: [Jobs] Loaded 0 schedulers!
  1095. [10:35:00] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  1096. [10:35:00] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  1097. [10:35:00] [Server thread/INFO]: [Jobs] Preloaded 29 players data in 0.02
  1098. [10:35:00] [Server thread/INFO]: [Jobs] WorldGuard detected.
  1099. [10:35:00] [Server thread/INFO]: [Jobs] loaded 19 block protection entries. 0
  1100. [10:35:00] [Server thread/INFO]: [Jobs] Loading explorer data
  1101. [10:35:00] [Server thread/INFO]: [Jobs] Loaded explorer data
  1102. [10:35:00] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
  1103. [10:35:00] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.0
  1104. [10:35:00] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1105. [10:35:00] [Server thread/INFO]: [SilkSpawners] Loading support for v1_11_R1
  1106. [10:35:00] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  1107. [10:35:00] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  1108. [10:35:00] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  1109. [10:35:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1110. [10:35:01] [Server thread/INFO]: Done (30.986s)! For help, type "help" or "?"
  1111. [10:35:01] [Server thread/INFO]: Stopping server
  1112. [10:35:01] [Server thread/INFO]: [SilkSpawners] Disabling SilkSpawners v5.0.0
  1113. [10:35:01] [Server thread/INFO]: [Jobs] Disabling Jobs v4.1.3
  1114. [10:35:01] [Server thread/INFO]: [Jobs] Saving blocks
  1115. [10:35:01] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Database save task shutdown!
  1116. [10:35:01] [Server thread/INFO]: [Jobs] Plugin has been disabled succesfully.
  1117. [10:35:01] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Buffered payment thread shutdown.
  1118. [10:35:01] [Server thread/INFO]: [AreaShop] Disabling AreaShop v2.4.0
  1119. [10:35:01] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
  1120. [10:35:01] [Server thread/INFO]: [GriefPrevention] Disabling GriefPrevention v16.7.1
  1121. [10:35:01] [Server thread/INFO]: [GriefPrevention] GriefPrevention disabled.
  1122. [10:35:01] [Server thread/INFO]: [MysqlEconomyBank] Disabling MysqlEconomyBank v1.10.1
  1123. [10:35:01] [Server thread/INFO]: [MysqlEconomyBank] MysqlEconomyBank is disabled!
  1124. [10:35:01] [Server thread/INFO]: [SignColors] Disabling SignColors v1.1.1
  1125. [10:35:01] [Server thread/INFO]: [SignColors] Closing database...
  1126. [10:35:01] [Server thread/INFO]: [SignColors] Database successfully closed.
  1127. [10:35:01] [Server thread/INFO]: [SignColors] Version 1.1.1 by CodeHat disabled.
  1128. [10:35:01] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.2;e38d98d
  1129. [10:35:01] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1130. [10:35:01] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.6
  1131. [10:35:01] [Server thread/INFO]: [MarriageMaster] Disabling MarriageMaster v1.31.3
  1132. [10:35:01] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  1133. [10:35:01] [Server thread/INFO]: [MarriageMaster] Marriage Master wurde deaktiviert.
  1134. [10:35:01] [Server thread/INFO]: [LogBlock] Disabling LogBlock v1.10.0
  1135. [10:35:01] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  1136. [10:35:01] [Server thread/INFO]: [JPanel] Disabling JPanel v1.0-SNAPSHOT
  1137. [10:35:01] [Server thread/INFO]: >>> Spark shutting down ...
  1138. [10:35:01] [Server thread/INFO]: Stopped ServerConnector@46c29315{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}
  1139. [10:35:01] [Server thread/INFO]: Stopped o.e.j.s.ServletContextHandler@2113e6eb{/,null,UNAVAILABLE}
  1140. [10:35:01] [Server thread/INFO]: done
  1141. [10:35:01] [Server thread/INFO]: [SimpleSit] Disabling SimpleSit v1.6.3
  1142. [10:35:01] [Server thread/INFO]: [TimeVote] Disabling TimeVote v1.31
  1143. [10:35:01] [Server thread/INFO]: [TimeVote] a Plugin by F_o_F_1092
  1144. [10:35:01] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1145. [10:35:01] [Server thread/INFO]: [UltraPermissions] Disabling UltraPermissions v1.5.9_2
  1146. [10:35:01] [Server thread/INFO]: [Vault] Disabling Vault v1.6.1
  1147. [10:35:01] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.1.1
  1148. [10:35:01] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
  1149. [10:35:01] [Server thread/INFO]: [EpicWorldGenerator] Disabling EpicWorldGenerator v7.2.23
  1150. [10:35:01] [Server thread/INFO]: [Enchants] Disabling Enchants v3.1.9
  1151. [10:35:01] [Server thread/INFO]: 
  1152. [10:35:01] [Server thread/INFO]: *===============================*
  1153. [10:35:01] [Server thread/INFO]: * *
  1154. [10:35:01] [Server thread/INFO]: * Disabling Enchants v3.1.9... *
  1155. [10:35:01] [Server thread/INFO]: * *
  1156. [10:35:01] [Server thread/INFO]: *===============================*
  1157. [10:35:01] [Server thread/INFO]: 
  1158. [10:35:01] [Server thread/INFO]: [TeamSpeakIP] Disabling TeamSpeakIP v5.0
  1159. [10:35:01] [[TeamSpeak-3-Java-API] SocketReader/INFO]: [2017-10-18 10:35:01.932] [WARNING] SocketReader has stopped!
  1160. [10:35:01] [Server thread/INFO]: [TeamSpeakIP] Plugin disabeld.
  1161. [10:35:01] [Server thread/INFO]: [DeathMessages] Disabling DeathMessages v1.0
  1162. [10:35:01] [Server thread/INFO]: [WeatherVote] Disabling WeatherVote v1.32
  1163. [10:35:01] [Server thread/INFO]: [WeatherVote] a Plugin by F_o_F_1092
  1164. [10:35:01] [Server thread/INFO]: [SuperTrails] Disabling SuperTrails v9.6.7
  1165. [10:35:01] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v17.10.16-7a4b7be-936-17.0.19
  1166. [10:35:01] [Server thread/INFO]: [DiamondHunter] Disabling DiamondHunter v3.0.1
  1167. [10:35:01] [Server thread/INFO]: [DiamondHunter] Diamond Hunter has been disabled
  1168. [10:35:01] [Server thread/INFO]: [IconicSpy] Disabling IconicSpy v4.7
  1169. [10:35:01] [Server thread/INFO]: [IconicSpy] Disabled!
  1170. [10:35:01] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
  1171. [10:35:01] [Server thread/INFO]: [IronElevators] Disabling IronElevators v1.1
  1172. [10:35:01] [Server thread/INFO]: [InWartung] Disabling InWartung v2.2
  1173. [10:35:01] [Server thread/INFO]: [DecoHeads] Disabling DecoHeads v1.4
  1174. [10:35:01] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.7
  1175. [10:35:01] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
  1176. [10:35:02] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.1.3-RELEASE
  1177. [10:35:02] [Server thread/INFO]: Database closed
  1178. [10:35:02] [Server thread/INFO]:
  1179.  
  1180. []=====[Disabling AdvancedBan]=====[]
  1181. | Information:
  1182. | Name: AdvancedBan
  1183. | Developer: Leoko
  1184. | Version: 2.1.3-RELEASE
  1185. | Storage: HSQLDB (local)
  1186. | Support:
  1187. | Skype: Leoko33
  1188. | Mail: Leoko4433@gmail.com
  1189. []================================[]
  1190.  
  1191. [10:35:02] [Server thread/INFO]: [PlayTime] Disabling PlayTime v1.8
  1192. [10:35:02] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.7
  1193. [10:35:02] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  1194. [10:35:02] [Server thread/INFO]: [Command Blocker] Disabling CommandBlocker v5.5
  1195. [10:35:02] [Server thread/INFO]: [MinePacks] Disabling MinePacks v1.17.4
  1196. [10:35:02] [Server thread/INFO]: [MinePacks] Checking for updates ...
  1197. [10:35:02] [Server thread/INFO]: Minepacks-Connection-Pool - is closing down.
  1198. [10:35:02] [Server thread/INFO]: [MinePacks] MinePacks wurde deaktiviert.
  1199. [10:35:02] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1200. [10:35:02] [Server thread/INFO]: [EasyElevators] Disabling EasyElevators v1.2.2
  1201. [10:35:02] [Server thread/INFO]: Saving players
  1202. [10:35:02] [Server thread/INFO]: Saving worlds
  1203. [10:35:02] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  1204. [10:35:02] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  1205. [10:35:02] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  1206. [10:35:02] [Server thread/INFO]: Saving chunks for level 'Farmwelt'/Overworld
  1207. [10:35:02] [Server thread/INFO]: Saving chunks for level 'flatroom'/Overworld
  1208. [10:35:02] [Server thread/INFO]: Saving chunks for level 'Test'/Overworld
  1209. [10:35:02] [Server thread/INFO]: Saving chunks for level 'old'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement