Advertisement
LucianDevran

Audioconnect 1.3.3 full log

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