Advertisement
LucianDevran

Full log

Dec 30th, 2018
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.43 KB | None | 0 0
  1. [15:17:09] [main/INFO]: Loaded 0 recipes
  2. [15:17:09] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [15:17:09] [Server thread/INFO]: Loading properties
  4. [15:17:09] [Server thread/INFO]: Default game type: SURVIVAL
  5. [15:17:18] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-518206a-a5b9c7b (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  6. [15:17:36] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [15:17:36] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [15:17:36] [Server thread/INFO]: Debug logging is disabled
  9. [15:17:36] [Server thread/INFO]: Generating keypair
  10. [15:17:43] [Server thread/INFO]: Starting Minecraft server on 31.214.163.148:25565
  11. [15:17:43] [Server thread/INFO]: Using epoll channel type
  12. [15:17:43] [Server thread/ERROR]: Ambiguous plugin name `FastAsyncWorldEdit' for files `plugins/FastAsyncWorldEdit-bukkit-18.12.24-4198932-2085.jar' and `plugins/DummyFawe.jar' in `plugins'
  13. [15:18:11] [Server thread/INFO]: Vault is used for persistent `/wea` toggles.
  14. [15:18:11] [Server thread/INFO]: ====== USE PAPER ======
  15. [15:18:11] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/Paper-1.13/
  16. [15:18:11] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  17. [15:18:11] [Server thread/INFO]: - This is only a recommendation
  18. [15:18:11] [Server thread/INFO]: ==============================
  19. [15:18:11] [Server thread/INFO]: Using com.boydti.fawe.bukkit.adapter.v1_13_1.Spigot_v1_13_R2 as the Bukkit adapter
  20. [15:18:41] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  21. [15:19:30] [Server thread/ERROR]: Could not load 'plugins/worldedit-bukkit-7.0.0-beta-04.jar' in folder 'plugins'
  22. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
  23. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:136) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  24. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  25. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  26. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:323) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  27. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  28. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  29. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  30. Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
  31. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:165) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  32. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  33. at com.sk89q.worldedit.bukkit.WorldEditPlugin.<init>(WorldEditPlugin.java:118) ~[?:?]
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_171]
  36. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_171]
  37. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_171]
  38. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_171]
  39. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:70) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  40. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:132) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  41. ... 6 more
  42. Caused by: java.lang.IllegalStateException: Initial initialization
  43. at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:168) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  44. at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  45. at com.sk89q.worldedit.bukkit.WorldEditPlugin.<init>(WorldEditPlugin.java:118) ~[?:?]
  46. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
  47. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_171]
  48. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_171]
  49. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_171]
  50. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_171]
  51. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:70) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  52. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:132) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  53. ... 6 more
  54. [15:19:38] [Server thread/ERROR]: Could not load 'plugins/worldguard-legacy-7.0.0-SNAPSHOT-dist (1).jar' in folder 'plugins'
  55. org.bukkit.plugin.UnknownDependencyException: WorldEdit
  56. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  57. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:323) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  58. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  59. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  60. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  61. [15:19:40] [Server thread/INFO]: [MCCore] Loading MCCore v1.67
  62. [15:19:40] [Server thread/INFO]: [EditDrops] Loading EditDrops v1.0.6
  63. [15:19:40] [Server thread/INFO]: [Arconix] Loading Arconix v2.0.0
  64. [15:19:40] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit vunspecified
  65. [15:19:40] [Server thread/INFO]: [PlayerSkills2] Loading PlayerSkills2 v1.2
  66. [15:19:40] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v8.0.2
  67. [15:20:02] [Server thread/INFO]: [Elevator] Loading Elevator v2.15.6
  68. [15:20:02] [Server thread/INFO]: [EpicFarming] Loading EpicFarming v2.0.19
  69. [15:20:02] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  70. [15:20:02] [Server thread/INFO]: [EnchantmentAPI] Loading EnchantmentAPI v1.0.6
  71. [15:20:02] [Server thread/INFO]: [654BetterEnchants] Loading 654BetterEnchants v1.0
  72. [15:20:02] [Server thread/INFO]: [InfernalMobs] Loading InfernalMobs v5.6
  73. [15:20:02] [Server thread/INFO]: [EnchantmentPack] Loading EnchantmentPack v1.0.3
  74. [15:20:02] [Server thread/INFO]: [UltimateRepairing] Loading UltimateRepairing v1
  75. [15:20:02] [Server thread/INFO]: [Essentials] Loading Essentials v2.16-pre2.3
  76. [15:20:02] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1.9.6.5
  77. [15:20:02] [Server thread/INFO]: [MobMoney] Loading MobMoney v2.5
  78. [15:20:02] [Server thread/INFO]: [Envoys] Loading Envoys v4.6.1
  79. [15:20:02] [Server thread/INFO]: [EpicAnchors] Loading EpicAnchors v1.1.7
  80. [15:20:02] [Server thread/INFO]: [EpicHoppers] Loading EpicHoppers v3.2.8
  81. [15:20:02] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v8.0.2
  82. [15:20:02] [Server thread/INFO]:
  83. [15:20:02] [Server thread/INFO]:
  84. [15:20:02] [Server thread/INFO]: _ __
  85. [15:20:02] [Server thread/INFO]: |_ ._ o _ \ / _ ._ | _| /__ _ ._ _ ._ _. _|_ _ ._
  86. [15:20:02] [Server thread/INFO]: |_ |_) | (_ \/\/ (_) | | (_| \_| (/_ | | (/_ | (_| |_ (_) |
  87. [15:20:02] [Server thread/INFO]: |
  88. [15:20:02] [Server thread/INFO]:
  89. [15:20:02] [Server thread/INFO]: Version 8.0.2 | Licensed to 490789
  90. [15:20:02] [Server thread/INFO]:
  91. [15:20:02] [Server thread/INFO]: Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
  92. [15:20:02] [Server thread/INFO]:
  93. [15:20:02] [Server thread/INFO]:
  94. [15:20:02] [Server thread/INFO]: > Loading structures (.EWG schematics)
  95. [15:20:04] [Server thread/INFO]: - TREES_jungle_normal_2
  96. [15:20:04] [Server thread/INFO]: - TREES_forgottenForest_normal_2
  97. [15:20:04] [Server thread/INFO]: - TREES_birch_normal_3
  98. [15:20:04] [Server thread/INFO]: - TREES_swamp_medium_3
  99. [15:20:04] [Server thread/INFO]: - TREES_jungle_medium
  100. [15:20:04] [Server thread/INFO]: - TREES_fantasy_small_2
  101. [15:20:04] [Server thread/INFO]: - TREES_scotsPine_normal_12
  102. [15:20:04] [Server thread/INFO]: - DECO_rock_18
  103. [15:20:04] [Server thread/INFO]: - TREES_pine_small_3
  104. [15:20:04] [Server thread/INFO]: - TREES_dead_normal
  105. [15:20:04] [Server thread/INFO]: - DECO_swampRoot_5
  106. [15:20:04] [Server thread/INFO]: - TREES_willow_small
  107. [15:20:04] [Server thread/INFO]: - DECO_jungle_tower
  108. [15:20:04] [Server thread/INFO]: - TREES_willow_big
  109. [15:20:04] [Server thread/INFO]: - TREES_tropicalForest_medium_3
  110. [15:20:04] [Server thread/INFO]: - TREES_scotsPine_normal_9
  111. [15:20:04] [Server thread/INFO]: - TREES_oakTree_huge_2
  112. [15:20:04] [Server thread/INFO]: - TREES_jungle_normal
  113. [15:20:04] [Server thread/INFO]: - TREES_willow_tiny
  114. [15:20:04] [Server thread/INFO]: - TREES_jungle_small_3
  115. [15:20:04] [Server thread/INFO]: - TREES_snowyPine_normal_03
  116. [15:20:04] [Server thread/INFO]: - TREES_pine_tiny
  117. [15:20:04] [Server thread/INFO]: - TREES_stoneForest_normal
  118. [15:20:05] [Server thread/INFO]: - DECO_rock_24
  119. [15:20:05] [Server thread/INFO]: - TREES_bonsai_huge
  120. [15:20:05] [Server thread/INFO]: - TREES_tropicalForest_medium_4
  121. [15:20:05] [Server thread/INFO]: - TREES_tropicalForest_medium_1
  122. [15:20:05] [Server thread/INFO]: - TREES_pine_small_2
  123. [15:20:05] [Server thread/INFO]: - DECO_swampPlants_2
  124. [15:20:05] [Server thread/INFO]: - TREES_swamp_huge_2
  125. [15:20:05] [Server thread/INFO]: - DECO_swampPlants_1
  126. [15:20:05] [Server thread/INFO]: - TREES_oakTree_huge_1
  127. [15:20:05] [Server thread/INFO]: - TREES_tropicalForest_medium_2
  128. [15:20:05] [Server thread/INFO]: - DECO_rock_10
  129. [15:20:05] [Server thread/INFO]: - TREES_pineLong_huge_4
  130. [15:20:05] [Server thread/INFO]: - TREES_bonsai_small
  131. [15:20:05] [Server thread/INFO]: - TREES_swamp_small_1
  132. [15:20:05] [Server thread/INFO]: - DECO_rock_04
  133. [15:20:05] [Server thread/INFO]: - DECO_rock_25
  134. [15:20:05] [Server thread/INFO]: - DECO_rock_02
  135. [15:20:05] [Server thread/INFO]: - TREES_pineLong_normal_2
  136. [15:20:05] [Server thread/INFO]: - TREES_nether_normal
  137. [15:20:05] [Server thread/INFO]: - TREES_scotsPine_normal_10
  138. [15:20:05] [Server thread/INFO]: - TREES_oakTree_huge_3
  139. [15:20:06] [Server thread/INFO]: - TREES_jungle_normal_3
  140. [15:20:11] [Server thread/INFO]: - DECO_swampRootSmall_5
  141. [15:20:11] [Server thread/INFO]: - TREES_bonsai_normal_2
  142. [15:20:11] [Server thread/INFO]: - DECO_swampRocks_1
  143. [15:20:11] [Server thread/INFO]: - TREES_jungle_small
  144. [15:20:11] [Server thread/INFO]: - TREES_bonsai_big_3
  145. [15:20:11] [Server thread/INFO]: - TREES_oldtree_normal_1
  146. [15:20:11] [Server thread/INFO]: - TREES_oakTree_normal_4
  147. [15:20:11] [Server thread/INFO]: - TREES_birch_normal_4
  148. [15:20:11] [Server thread/INFO]: - DECO_swampPlants_3
  149. [15:20:11] [Server thread/INFO]: - TREES_dead_normal_2
  150. [15:20:11] [Server thread/INFO]: - DECO_swampRootSmall_3
  151. [15:20:11] [Server thread/INFO]: - TREES_willow_medium
  152. [15:20:11] [Server thread/INFO]: - DECO_rock_23
  153. [15:20:11] [Server thread/INFO]: - TREES_fantasy_normal
  154. [15:20:11] [Server thread/INFO]: - TREES_fantasy_small
  155. [15:20:11] [Server thread/INFO]: - TREES_bonsai_tiny
  156. [15:20:11] [Server thread/INFO]: - TREES_bonsai_medium_2
  157. [15:20:11] [Server thread/INFO]: - TREES_jungle_small_2
  158. [15:20:11] [Server thread/INFO]: - TREES_pine_normal
  159. [15:20:11] [Server thread/INFO]: - DECO_rock_22
  160. [15:20:11] [Server thread/INFO]: - DECO_swampRoot_6
  161. [15:20:11] [Server thread/INFO]: - DECO_swampRootSmall_2
  162. [15:20:11] [Server thread/INFO]: - TREES_dead_big
  163. [15:20:11] [Server thread/INFO]: - TREES_bonsai_normal
  164. [15:20:11] [Server thread/INFO]: - DECO_swampRootSmall_4
  165. [15:20:11] [Server thread/INFO]: - TREES_pineLong_normal_1
  166. [15:20:11] [Server thread/INFO]: - TREES_dead_medium_2
  167. [15:20:11] [Server thread/INFO]: - TREES_stoneForest_normal_2
  168. [15:20:11] [Server thread/INFO]: - DECO_rock_19
  169. [15:20:11] [Server thread/INFO]: - TREES_snowyPine_normal_02
  170. [15:20:11] [Server thread/INFO]: - DECO_rock_01
  171. [15:20:11] [Server thread/INFO]: - TREES_snowyPine_normal_01
  172. [15:20:11] [Server thread/INFO]: - TREES_swamp_huge_1
  173. [15:20:11] [Server thread/INFO]: - DECO_swampPlants_4
  174. [15:20:11] [Server thread/INFO]: - TREES_birch_normal
  175. [15:20:11] [Server thread/INFO]: - TREES_pine_medium
  176. [15:20:11] [Server thread/INFO]: - DECO_rock_20
  177. [15:20:11] [Server thread/INFO]: - TREES_pine_small
  178. [15:20:11] [Server thread/INFO]: - TREES_jungle_normal_4
  179. [15:20:11] [Server thread/INFO]: - TREES_willow_medium_2
  180. [15:20:11] [Server thread/INFO]: - TREES_swamp_medium_1
  181. [15:20:11] [Server thread/INFO]: - TREES_oldtree_normal_2
  182. [15:20:11] [Server thread/INFO]: - DECO_swampRoot_3
  183. [15:20:11] [Server thread/INFO]: - DECO_rock_21
  184. [15:20:11] [Server thread/INFO]: - DECO_rock_17
  185. [15:20:11] [Server thread/INFO]: - DECO_swampRoot_4
  186. [15:20:11] [Server thread/INFO]: - DECO_swampRoot_2
  187. [15:20:11] [Server thread/INFO]: - TREES_forgottenForest_medium_4
  188. [15:20:11] [Server thread/INFO]: - TREES_pine_huge
  189. [15:20:11] [Server thread/INFO]: - TREES_willow_huge
  190. [15:20:11] [Server thread/INFO]: - TREES_dead_medium
  191. [15:20:11] [Server thread/INFO]: - TREES_forgottenForest_medium_5
  192. [15:20:11] [Server thread/INFO]: - DECO_forest_house
  193. [15:20:11] [Server thread/INFO]: - TREES_jungle_big
  194. [15:20:11] [Server thread/INFO]: - TREES_scotsPine_normal_6
  195. [15:20:11] [Server thread/INFO]: - TREES_swamp_medium_2
  196. [15:20:11] [Server thread/INFO]: - TREES_fantasy_normal_2
  197. [15:20:11] [Server thread/INFO]: - TREES_willow_tiny_2
  198. [15:20:11] [Server thread/INFO]: - DECO_swampRoot_1
  199. [15:20:11] [Server thread/INFO]: - TREES_scotsPine_normal_8
  200. [15:20:11] [Server thread/INFO]: - TREES_bonsai_big
  201. [15:20:11] [Server thread/INFO]: - TREES_birch_normal_2
  202. [15:20:11] [Server thread/INFO]: - DECO_swampRootSmall_1
  203. [15:20:11] [Server thread/INFO]: - DECO_swampRootSmall_6
  204. [15:20:11] [Server thread/INFO]: - TREES_forgottenForest_medium
  205. [15:20:11] [Server thread/INFO]: - TREES_willow_big_2
  206. [15:20:11] [Server thread/INFO]: - DECO_swampRoot_7
  207. [15:20:11] [Server thread/INFO]: - TREES_bonsai_medium
  208. [15:20:11] [Server thread/INFO]: - DECO_portals_204
  209. [15:20:11] [Server thread/INFO]: - TREES_pineLong_normal_3
  210. [15:20:11] [Server thread/INFO]: - TREES_tropicalForest_small_1
  211. [15:20:11] [Server thread/INFO]: - TREES_scotsPine_normal_11
  212. [15:20:11] [Server thread/INFO]: - TREES_pine_tiny_2
  213. [15:20:11] [Server thread/INFO]: - TREES_forgottenForest_normal_3
  214. [15:20:11] [Server thread/INFO]: - TREES_fantasy_small_3
  215. [15:20:11] [Server thread/INFO]: - TREES_dead_huge
  216. [15:20:11] [Server thread/INFO]: - DECO_rock_03
  217. [15:20:11] [Server thread/INFO]: - TREES_stoneForest_normal_3
  218. [15:20:11] [Server thread/INFO]: - DECO_desert_tower
  219. [15:20:11] [Server thread/INFO]: - TREES_bonsai_big_2
  220. [15:20:11] [Server thread/INFO]: - TREES_pine_big
  221. [15:20:11] [Server thread/INFO]: - TREES_pine_normal_2
  222. [15:20:11] [Server thread/INFO]: - DECO_swampBush_1
  223. [15:20:11] [Server thread/INFO]: - TREES_jungle_huge
  224. [15:20:11] [Server thread/INFO]: - TREES_willow_normal
  225. [15:20:11] [Server thread/INFO]: - TREES_willow_tiny_3
  226. [15:20:11] [Server thread/INFO]:
  227. [15:20:11] [Server thread/INFO]: > Loading configuration
  228. [15:20:12] [Server thread/INFO]:
  229. [15:20:12] [Server thread/INFO]: Done
  230. [15:20:12] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
  231. [15:20:12] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  232. [15:20:12] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  233. [15:20:12] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  234. [15:20:12] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  235. [15:20:12] [Server thread/INFO]: Preparing level "world"
  236. [15:20:27] [Server thread/WARN]: Missing data pack file/Enhanced Loot Tables.zip
  237. [15:20:27] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit, 12 trapdoors v1.0.0.zip, 4 bark blocks v1.0.0.zip, Mo villager v1.4, armoruncrafting, back to blocks v1.0.0.zip, black dye with charcoal v1.0.0.zip, craftable gravel v1.0.0.zip, craftable-rare-items-1535301600-1535301656-1540494725.zip, creatures++ 2.0, double shulker shells v1.0.0.zip, double slab crafting v1.0.0.zip, dragon drops elytra v1.0.0.zip, giant phantoms v1.0.0.zip, more bricks crafting v1.0.0.zip, more mob heads v1.2.0.zip, more stairs crafting v1.0.0.zip, multiplayer sleep v1.0.0.zip, player graves v1.2.0.zip, renewable coral blocks 2x2 v1.0.0.zip, renewable coral blocks v1.0.0.zip, rotten flesh to leather v1.0.0.zip, sandstone dyeing v1.0.0.zip, silence mobs v1.0.0.zip, track statistics v1.0.0.zip, uncraftable ice v1.0.0.zip, uncraftable nether wart block v1.0.0.zip, universal dyeing v1.0.0.zip, bac_advancements
  238. [15:20:31] [Server thread/INFO]: Loaded 708 recipes
  239. [15:20:34] [Server thread/INFO]: Loaded 634 custom command functions
  240. [15:20:35] [Server thread/INFO]: -------- World Settings For [world] --------
  241. [15:20:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  242. [15:20:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  243. [15:20:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  244. [15:20:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  245. [15:20:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  246. [15:20:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  247. [15:20:35] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  248. [15:20:35] [Server thread/INFO]: Carrot Growth Modifier: 100%
  249. [15:20:35] [Server thread/INFO]: Potato Growth Modifier: 100%
  250. [15:20:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  251. [15:20:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  252. [15:20:35] [Server thread/INFO]: Vine Growth Modifier: 100%
  253. [15:20:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  254. [15:20:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  255. [15:20:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  256. [15:20:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  257. [15:20:35] [Server thread/INFO]: Random Lighting Updates: false
  258. [15:20:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  259. [15:20:35] [Server thread/INFO]: Max TNT Explosions: 100
  260. [15:20:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  261. [15:20:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  262. [15:20:35] [Server thread/INFO]: Mob Spawn Range: 4
  263. [15:20:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  264. [15:20:35] [Server thread/INFO]: Item Merge Radius: 2.5
  265. [15:20:35] [Server thread/INFO]: Item Despawn Rate: 6000
  266. [15:20:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  267. [15:20:35] [Server thread/INFO]: View Distance: 8
  268. [15:20:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  269. [15:20:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  270. [15:20:35] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest
  271. [15:20:35] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for world ]~~~~~~~~~~~~
  272. [15:20:35] [Server thread/INFO]: Biomes that will generated;
  273. [15:20:35] [Server thread/INFO]: * Birch Forest
  274. [15:20:35] [Server thread/INFO]: * Bonsai Forest
  275. [15:20:35] [Server thread/INFO]: * Volcano
  276. [15:20:35] [Server thread/INFO]: * Dark forest
  277. [15:20:35] [Server thread/INFO]: * Desert
  278. [15:20:35] [Server thread/INFO]: * Deep Ocean
  279. [15:20:35] [Server thread/INFO]: * Deciduous Forest
  280. [15:20:35] [Server thread/INFO]: * Fantasy Forest
  281. [15:20:35] [Server thread/INFO]: * Farmland
  282. [15:20:35] [Server thread/INFO]: * Forgotten Forest
  283. [15:20:35] [Server thread/INFO]: * Frozen Ocean
  284. [15:20:35] [Server thread/INFO]: * Scots pine forest
  285. [15:20:35] [Server thread/INFO]: * Jungle
  286. [15:20:35] [Server thread/INFO]: * Jungle Edge
  287. [15:20:35] [Server thread/INFO]: * Lukewarm Ocean
  288. [15:20:35] [Server thread/INFO]: * Mesa
  289. [15:20:35] [Server thread/INFO]: * Mega Spruce Taiga
  290. [15:20:35] [Server thread/INFO]: * Mega Taiga
  291. [15:20:35] [Server thread/INFO]: * Ocean
  292. [15:20:35] [Server thread/INFO]: * Pine Forest
  293. [15:20:35] [Server thread/INFO]: * Plains
  294. [15:20:35] [Server thread/INFO]: * River
  295. [15:20:35] [Server thread/INFO]: * Stone Forest
  296. [15:20:35] [Server thread/INFO]: * Swamp
  297. [15:20:35] [Server thread/INFO]: * Snowy Pine
  298. [15:20:35] [Server thread/INFO]: * Savanna
  299. [15:20:35] [Server thread/INFO]: * Swamp Edge
  300. [15:20:35] [Server thread/INFO]: * Swampland
  301. [15:20:35] [Server thread/INFO]: * Tropical Forest
  302. [15:20:35] [Server thread/INFO]: * Warm Ocean
  303. [15:20:35] [Server thread/INFO]: Generator version: 8.0.2
  304. [15:20:35] [Server thread/INFO]: Biomes in total: 30
  305. [15:20:35] [Server thread/INFO]: Preparing world injection
  306. [15:20:35] [Server thread/ERROR]: Could not pass event WorldInitEvent to EpicWorldGenerator v8.0.2
  307. org.bukkit.event.EventException: null
  308. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  309. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  310. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  311. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  312. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:404) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  313. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  314. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  315. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  316. Caused by: java.lang.NoClassDefFoundError: gnu/trove/map/TLongObjectMap
  317. at com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_13_R2.NMSImplementation.g(uc:141) ~[?:?]
  318. at com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_13_R2.NMSImplementation.g(uc:35) ~[?:?]
  319. at com.minelazz.epicworldgenerator.EpicWorldGenerator.g(zh:534) ~[?:?]
  320. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  321. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
  322. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
  323. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
  324. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  325. ... 7 more
  326. Caused by: java.lang.ClassNotFoundException: gnu.trove.map.TLongObjectMap
  327. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_171]
  328. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:134) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  329. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:80) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  330. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_171]
  331. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_171]
  332. at com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_13_R2.NMSImplementation.g(uc:141) ~[?:?]
  333. at com.minelazz.epicworldgenerator.nativeAPI.implementations.v1_13_R2.NMSImplementation.g(uc:35) ~[?:?]
  334. at com.minelazz.epicworldgenerator.EpicWorldGenerator.g(zh:534) ~[?:?]
  335. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  336. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
  337. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
  338. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
  339. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  340. ... 7 more
  341. [15:20:35] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  342. [15:20:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  343. [15:20:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  344. [15:20:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  345. [15:20:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  346. [15:20:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  347. [15:20:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  348. [15:20:35] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  349. [15:20:35] [Server thread/INFO]: Carrot Growth Modifier: 100%
  350. [15:20:35] [Server thread/INFO]: Potato Growth Modifier: 100%
  351. [15:20:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  352. [15:20:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  353. [15:20:35] [Server thread/INFO]: Vine Growth Modifier: 100%
  354. [15:20:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  355. [15:20:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  356. [15:20:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  357. [15:20:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  358. [15:20:35] [Server thread/INFO]: Random Lighting Updates: false
  359. [15:20:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  360. [15:20:35] [Server thread/INFO]: Max TNT Explosions: 100
  361. [15:20:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  362. [15:20:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  363. [15:20:35] [Server thread/INFO]: Mob Spawn Range: 4
  364. [15:20:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  365. [15:20:35] [Server thread/INFO]: Item Merge Radius: 2.5
  366. [15:20:35] [Server thread/INFO]: Item Despawn Rate: 6000
  367. [15:20:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  368. [15:20:35] [Server thread/INFO]: View Distance: 8
  369. [15:20:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  370. [15:20:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  371. [15:20:35] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  372. [15:20:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  373. [15:20:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  374. [15:20:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  375. [15:20:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  376. [15:20:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  377. [15:20:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  378. [15:20:35] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  379. [15:20:35] [Server thread/INFO]: Carrot Growth Modifier: 100%
  380. [15:20:35] [Server thread/INFO]: Potato Growth Modifier: 100%
  381. [15:20:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  382. [15:20:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  383. [15:20:35] [Server thread/INFO]: Vine Growth Modifier: 100%
  384. [15:20:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  385. [15:20:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  386. [15:20:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  387. [15:20:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  388. [15:20:35] [Server thread/INFO]: Random Lighting Updates: false
  389. [15:20:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  390. [15:20:35] [Server thread/INFO]: Max TNT Explosions: 100
  391. [15:20:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  392. [15:20:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  393. [15:20:35] [Server thread/INFO]: Mob Spawn Range: 4
  394. [15:20:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  395. [15:20:35] [Server thread/INFO]: Item Merge Radius: 2.5
  396. [15:20:35] [Server thread/INFO]: Item Despawn Rate: 6000
  397. [15:20:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  398. [15:20:35] [Server thread/INFO]: View Distance: 8
  399. [15:20:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  400. [15:20:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  401. [15:20:36] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 1802565133098024441)
  402. [15:20:36] [Server thread/INFO]: Preparing spawn area: 4%
  403. [15:20:36] [Server thread/INFO]: Preparing spawn area: 8%
  404. [15:20:36] [Server thread/INFO]: Preparing spawn area: 12%
  405. [15:20:36] [Server thread/INFO]: Preparing spawn area: 16%
  406. [15:20:36] [Server thread/INFO]: Preparing spawn area: 20%
  407. [15:20:37] [Server thread/INFO]: Preparing spawn area: 24%
  408. [15:20:37] [Server thread/INFO]: Preparing spawn area: 28%
  409. [15:20:38] [Server thread/INFO]: Preparing spawn area: 32%
  410. [15:20:38] [Server thread/INFO]: Preparing spawn area: 36%
  411. [15:20:38] [Server thread/INFO]: Preparing spawn area: 40%
  412. [15:20:38] [Server thread/INFO]: Preparing spawn area: 44%
  413. [15:20:39] [Server thread/INFO]: Preparing spawn area: 48%
  414. [15:20:39] [Server thread/INFO]: Preparing spawn area: 52%
  415. [15:20:39] [Server thread/INFO]: Preparing spawn area: 56%
  416. [15:20:39] [Server thread/INFO]: Preparing spawn area: 60%
  417. [15:20:39] [Server thread/INFO]: Preparing spawn area: 64%
  418. [15:20:39] [Server thread/INFO]: Preparing spawn area: 68%
  419. [15:20:39] [Server thread/INFO]: Preparing spawn area: 72%
  420. [15:20:39] [Server thread/INFO]: Preparing spawn area: 76%
  421. [15:20:39] [Server thread/INFO]: Preparing spawn area: 80%
  422. [15:20:39] [Server thread/INFO]: Preparing spawn area: 84%
  423. [15:20:39] [Server thread/INFO]: Preparing spawn area: 88%
  424. [15:20:39] [Server thread/INFO]: Preparing spawn area: 92%
  425. [15:20:39] [Server thread/INFO]: Preparing spawn area: 96%
  426. [15:20:39] [Server thread/INFO]: Preparing spawn area: 100%
  427. [15:20:39] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: -4098164343622649120)
  428. [15:20:39] [Server thread/INFO]: Preparing spawn area: 4%
  429. [15:20:39] [Server thread/INFO]: Preparing spawn area: 8%
  430. [15:20:39] [Server thread/INFO]: Preparing spawn area: 12%
  431. [15:20:39] [Server thread/INFO]: Preparing spawn area: 16%
  432. [15:20:40] [Server thread/INFO]: Preparing spawn area: 20%
  433. [15:20:40] [Server thread/INFO]: Preparing spawn area: 24%
  434. [15:20:40] [Server thread/INFO]: Preparing spawn area: 28%
  435. [15:20:40] [Server thread/INFO]: Preparing spawn area: 32%
  436. [15:20:40] [Server thread/INFO]: Preparing spawn area: 36%
  437. [15:20:40] [Server thread/INFO]: Preparing spawn area: 40%
  438. [15:20:40] [Server thread/INFO]: Preparing spawn area: 44%
  439. [15:20:40] [Server thread/INFO]: Preparing spawn area: 48%
  440. [15:20:40] [Server thread/INFO]: Preparing spawn area: 52%
  441. [15:20:40] [Server thread/INFO]: Preparing spawn area: 56%
  442. [15:20:40] [Server thread/INFO]: Preparing spawn area: 60%
  443. [15:20:40] [Server thread/INFO]: Preparing spawn area: 64%
  444. [15:20:40] [Server thread/INFO]: Preparing spawn area: 68%
  445. [15:20:40] [Server thread/INFO]: Preparing spawn area: 72%
  446. [15:20:40] [Server thread/INFO]: Preparing spawn area: 76%
  447. [15:20:40] [Server thread/INFO]: Preparing spawn area: 80%
  448. [15:20:40] [Server thread/INFO]: Preparing spawn area: 84%
  449. [15:20:41] [Server thread/INFO]: Preparing spawn area: 88%
  450. [15:20:41] [Server thread/INFO]: Preparing spawn area: 92%
  451. [15:20:41] [Server thread/INFO]: Preparing spawn area: 96%
  452. [15:20:41] [Server thread/INFO]: Preparing spawn area: 100%
  453. [15:20:41] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: -4098164343622649120)
  454. [15:20:41] [Server thread/INFO]: Preparing spawn area: 4%
  455. [15:20:41] [Server thread/INFO]: Preparing spawn area: 8%
  456. [15:20:42] [Server thread/INFO]: Preparing spawn area: 12%
  457. [15:20:42] [Server thread/INFO]: Preparing spawn area: 16%
  458. [15:20:42] [Server thread/INFO]: Preparing spawn area: 20%
  459. [15:20:42] [Server thread/INFO]: Preparing spawn area: 24%
  460. [15:20:43] [Server thread/INFO]: Preparing spawn area: 28%
  461. [15:20:43] [Server thread/INFO]: Preparing spawn area: 32%
  462. [15:20:43] [Server thread/INFO]: Preparing spawn area: 36%
  463. [15:20:43] [Server thread/INFO]: Preparing spawn area: 40%
  464. [15:20:43] [Server thread/INFO]: Preparing spawn area: 44%
  465. [15:20:43] [Server thread/INFO]: Preparing spawn area: 48%
  466. [15:20:43] [Server thread/INFO]: Preparing spawn area: 52%
  467. [15:20:43] [Server thread/INFO]: Preparing spawn area: 56%
  468. [15:20:43] [Server thread/INFO]: Preparing spawn area: 60%
  469. [15:20:43] [Server thread/INFO]: Preparing spawn area: 64%
  470. [15:20:43] [Server thread/INFO]: Preparing spawn area: 68%
  471. [15:20:43] [Server thread/INFO]: Preparing spawn area: 72%
  472. [15:20:44] [Server thread/INFO]: Preparing spawn area: 76%
  473. [15:20:44] [Server thread/INFO]: Preparing spawn area: 80%
  474. [15:20:44] [Server thread/INFO]: Preparing spawn area: 84%
  475. [15:20:44] [Server thread/INFO]: Preparing spawn area: 88%
  476. [15:20:44] [Server thread/INFO]: Preparing spawn area: 92%
  477. [15:20:44] [Server thread/INFO]: Preparing spawn area: 96%
  478. [15:20:44] [Server thread/INFO]: Preparing spawn area: 100%
  479. [15:20:44] [Server thread/INFO]: Time elapsed: 8069 ms
  480. [15:20:44] [Server thread/INFO]: [MCCore] Enabling MCCore v1.67
  481. [15:20:44] [Server thread/INFO]: Server version: 11302
  482. [15:20:44] [Server thread/INFO]: Failed to set up reflection for scoreboards - restoring to slow method
  483. [15:20:44] [Server thread/INFO]: [EditDrops] Enabling EditDrops v1.0.6
  484. [15:21:00] [Server thread/INFO]: [Arconix] Enabling Arconix v2.0.0
  485. [15:21:00] [Server thread/INFO]: Setting up packets for v1_13_R2
  486. [15:21:00] [Server thread/INFO]: [PlayerSkills2] Enabling PlayerSkills2 v1.2
  487. [15:21:00] [Server thread/INFO]: [PlayerSkills2] Thank you for purchasing PlayerSkills2.
  488. [15:21:00] [Server thread/INFO]: [PlayerSkills2] If this is a leaked version, then shame on you :(
  489. [15:21:00] [Server thread/INFO]: [Elevator] Enabling Elevator v2.15.6
  490. [15:21:00] [Server thread/INFO]: [EpicFarming] Enabling EpicFarming v2.0.19
  491. [15:21:00] [Server thread/INFO]: [Arconix] Plugin hooked: EpicFarming
  492. [15:21:00] [Server thread/INFO]: =============================
  493. [15:21:00] [Server thread/INFO]: EpicFarming 2.0.19 by Brianna <3!
  494. [15:21:00] [Server thread/INFO]: Action: Enabling...
  495. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "it_IT"
  496. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "pl_PL"
  497. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "es_ES"
  498. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "nl_NL"
  499. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "pr_FA"
  500. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "fr_FR"
  501. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "en_US"
  502. [15:21:00] [Server thread/INFO]: [EpicFarming] Found and loaded locale "de_DE"
  503. [15:21:02] [Server thread/INFO]: [EpicFarming] Loading data file
  504. [15:21:02] [Server thread/INFO]: [EpicFarming] Loading Data File
  505. [15:21:02] [Server thread/INFO]: =============================
  506. [15:21:02] [Server thread/INFO]: [EnchantmentAPI] Enabling EnchantmentAPI v1.0.6
  507. [15:21:03] [Server thread/INFO]: [EnchantmentAPI] SkillAPI not enabled, skipping skill-based enchantments
  508. [15:21:03] [Server thread/INFO]: [654BetterEnchants] Enabling 654BetterEnchants v1.0
  509. [15:21:03] [Server thread/INFO]: =======================================
  510. [15:21:03] [Server thread/INFO]: 654BetterEnchants Enabled
  511. [15:21:03] [Server thread/INFO]: =======================================
  512. [15:21:03] [Server thread/INFO]: [InfernalMobs] Enabling InfernalMobs v5.6
  513. [15:21:03] [Server thread/INFO]: [InfernalMobs] Registered Events.
  514. [15:21:03] [Server thread/INFO]: [EnchantmentPack] Enabling EnchantmentPack v1.0.3
  515. [15:21:03] [Server thread/INFO]: [UltimateRepairing] Enabling UltimateRepairing v1
  516. [15:21:03] [Server thread/INFO]: [Arconix] Plugin hooked: UltimateRepairing
  517. [15:21:03] [Server thread/INFO]: =============================
  518. [15:21:03] [Server thread/INFO]: UltimateRepairing 1 by Brianna <3!
  519. [15:21:03] [Server thread/INFO]: Action: Enabling...
  520. [15:21:03] [Server thread/INFO]: [UltimateRepairing] Loading data file
  521. [15:21:03] [Server thread/INFO]: [UltimateRepairing] Found and loaded locale "en_US"
  522. [15:21:04] [Server thread/INFO]: =============================
  523. [15:21:04] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16-pre2.3
  524. [15:21:04] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  525. [15:21:04] [Server thread/INFO]: No kits found to migrate.
  526. [15:21:04] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  527. [15:21:04] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  528. [15:21:04] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  529. [15:21:04] [Server thread/INFO]: Loaded 17245 items from items.json.
  530. [15:21:04] [Server thread/INFO]: Using locale en_US
  531. [15:21:04] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  532. [15:21:04] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  533. [15:21:04] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  534. [15:21:04] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
  535. [15:21:04] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1.9.6.5
  536. [15:21:04] [Server thread/INFO]: [TimeIsMoney] Loaded 7 Payouts!
  537. [15:21:04] [Server thread/INFO]: Time is Money: Essentials found. Hook in it -> Will use Essentials's AFK feature if afk is enabled.
  538. [15:21:04] [Server thread/INFO]: Time is Money v1.9.6.5 started.
  539. [15:21:04] [Server thread/INFO]: [MobMoney] Enabling MobMoney v2.5
  540. [15:21:04] [Server thread/INFO]: [Envoys] Enabling Envoys v4.6.1
  541. [15:21:07] [Server thread/WARN]: Invalid item name: Diamnond_Pickaxe
  542. [15:21:08] [Server thread/ERROR]: Error occurred while enabling Envoys v4.6.1 (Is it up to date?)
  543. java.lang.NoClassDefFoundError: com/sk89q/worldguard/bukkit/WorldGuardPlugin
  544. at com.perkelle.dev.envoys.dependencies.org.codemc.worldguardwrapper.WorldGuardWrapper.<init>(WorldGuardWrapper.java:38) ~[?:?]
  545. at com.perkelle.dev.envoys.dependencies.org.codemc.worldguardwrapper.WorldGuardWrapper.getInstance(WorldGuardWrapper.java:20) ~[?:?]
  546. at com.perkelle.dev.envoys.Envoys.onEnable(Envoys.kt:100) ~[?:?]
  547. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  548. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  549. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  550. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  551. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  552. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:579) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  553. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:541) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  554. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:419) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  555. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  556. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  557. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  558. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.bukkit.WorldGuardPlugin
  559. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_171]
  560. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:134) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  561. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:80) ~[craftbukkit.jar:git-Spigot-518206a-a5b9c7b]
  562. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_171]
  563. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_171]
  564. ... 14 more
  565. [15:21:08] [Server thread/INFO]: [EpicAnchors] Enabling EpicAnchors v1.1.7
  566. [15:21:08] [Server thread/INFO]: =============================
  567. [15:21:08] [Server thread/INFO]: EpicAnchors 1.1.7 by Brianna <3!
  568. [15:21:08] [Server thread/INFO]: Action: Enabling...
  569. [15:21:08] [Server thread/INFO]: [EpicAnchors] Found and loaded locale "en_US"
  570. [15:21:08] [Server thread/INFO]: [EpicAnchors] Loading Data File
  571. [15:21:08] [Server thread/INFO]: [EpicAnchors] Loading data file
  572. [15:21:09] [Server thread/INFO]: =============================
  573. [15:21:09] [Server thread/INFO]: [EpicHoppers] Enabling EpicHoppers v3.2.8
  574. [15:21:09] [Server thread/INFO]: [Arconix] Plugin hooked: EpicHoppers
  575. [15:21:09] [Server thread/INFO]: =============================
  576. [15:21:09] [Server thread/INFO]: EpicHoppers 3.2.8 by Brianna <3!
  577. [15:21:09] [Server thread/INFO]: Action: Enabling...
  578. [15:21:09] [Server thread/INFO]: [EpicHoppers] Loading data file
  579. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "ru_RU"
  580. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "pl_PL"
  581. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "es_ES"
  582. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "nl_NL"
  583. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "pr_FA"
  584. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "fr_FR"
  585. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "pt_BR"
  586. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "en_US"
  587. [15:21:09] [Server thread/INFO]: [EpicHoppers] Found and loaded locale "de_DE"
  588. [15:21:13] [Server thread/INFO]: =============================
  589. [15:21:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  590. [15:21:48] [Server thread/INFO]: Done (96.352s)! For help, type "help"
  591. [15:21:48] [Server thread/INFO]: Starting GS4 status listener
  592. [15:21:48] [Query Listener #1/INFO]: Query running on 31.214.163.148:25565
  593. [15:21:50] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
  594. [15:21:50] [Server thread/INFO]: Saving the game (this may take a moment!)
  595. [15:21:57] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
  596. [15:22:00] [Server thread/INFO]: Saved the game
  597. [15:35:21] [Server thread/INFO]: Saving the game (this may take a moment!)
  598. [15:35:21] [Server thread/INFO]: Saved the game
  599. [15:50:23] [Server thread/INFO]: Saving the game (this may take a moment!)
  600. [15:50:23] [Server thread/INFO]: Saved the game
  601. [15:50:25] [User Authenticator #1/INFO]: UUID of player RainbowMen is aacc71b4-bf36-406f-b5f5-f11aff6afd20
  602. [15:50:27] [Server thread/INFO]: RainbowMen[/78.35.67.138:55013] logged in with entity id 248 at ([world]-2505.559094344031, 64.0, -770.4505835694515)
  603. [15:50:33] [Server thread/INFO]: RainbowMen issued server command: /envoy debug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement