Advertisement
Guest User

Untitled

a guest
Feb 7th, 2020
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.02 KB | None | 0 0
  1. [15:16:48] [Server thread/INFO]: Starting minecraft server version 1.8.7
  2. [15:16:48] [Server thread/INFO]: Loading properties
  3. [15:16:48] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:16:48] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3ccbe77-a6a57a9 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT)
  5. [15:16:49] [Server thread/INFO]: Debug logging is disabled
  6. [15:16:49] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [15:16:49] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [15:16:49] [Server thread/INFO]: Generating keypair
  9. [15:16:50] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:20454
  10. [15:16:51] [Server thread/INFO]: Using epoll channel type
  11. [15:16:52] [Server thread/ERROR]: Could not load 'plugins/Citizens0.1-4v.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  15. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
  19. Caused by: java.util.zip.ZipException: error in opening zip file
  20. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_60]
  21. at java.util.zip.ZipFile. init (ZipFile.java:219) ~[?:1.8.0_60]
  22. at java.util.zip.ZipFile. init (ZipFile.java:149) ~[?:1.8.0_60]
  23. at java.util.jar.JarFile. init (JarFile.java:166) ~[?:1.8.0_60]
  24. at java.util.jar.JarFile. init (JarFile.java:130) ~[?:1.8.0_60]
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  26. ... 5 more
  27. [15:16:52] [Server thread/ERROR]: Could not load 'plugins/NYWildSkript.jar' in folder 'plugins'
  28. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  29. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:164) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  30. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  31. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  32. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  33. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  34. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
  35. Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  36. in 'reader', line 3, column 5:
  37. name: WildSkript
  38. ^
  39.  
  40. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  41. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  42. at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:249) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  43. at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:253) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  44. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  45. at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:168) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  46. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  47. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  48. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  49. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  50. at org.yaml.snakeyaml.Yaml.load(Yaml.java:381) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  51. at org.bukkit.plugin.PluginDescriptionFile. init (PluginDescriptionFile.java:232) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  52. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:159) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  53. ... 5 more
  54. [15:16:52] [Server thread/ERROR]: Ambiguous plugin name `ViaVersion' for files `plugins/ViaVersion-1.0.1.jar' and `plugins/ViaVersion.jar' in `plugins'
  55. [15:16:52] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  56. [15:16:53] [Server thread/ERROR]: Could not load 'plugins/CommandNPC-1.9.1.jar' in folder 'plugins'
  57. org.bukkit.plugin.UnknownDependencyException: Citizens
  58. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  59. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  60. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  61. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  62. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
  63. [15:16:59] [Server thread/INFO]: [LampControl] Loading LampControl v2.5.5
  64. [15:16:59] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
  65. [15:16:59] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (Phoenix)
  66. [15:16:59] [Server thread/INFO]: [StackSpawner] Loading StackSpawner v1.1.1
  67. [15:16:59] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.6
  68. [15:16:59] [Server thread/INFO]: [skUnity] Loading skUnity v1.1
  69. [15:16:59] [Server thread/INFO]: [SkWaze] Loading SkWaze v2.2.1
  70. [15:16:59] [Server thread/INFO]: [CustomHeads] Loading CustomHeads v1.8-SNAPSHOT
  71. [15:16:59] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
  72. [15:16:59] [Server thread/INFO]: [AntiAutoClicker] Loading AntiAutoClicker v1.1
  73. [15:16:59] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.0.1
  74. [15:16:59] [Server thread/INFO]: [ViaVersion] ViaVersion 1.0.1 is now loaded, injecting!
  75. [15:16:59] [Server thread/INFO]: [EmptyServerStopper] Loading EmptyServerStopper v0.2
  76. [15:16:59] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  77. [15:16:59] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  78. [15:16:59] [Server thread/INFO]: [SketchMap] Loading SketchMap v1.0.0
  79. [15:16:59] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
  80. [15:16:59] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  81. [15:16:59] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.4
  82. [15:16:59] [Server thread/INFO]: [skDragon] Loading skDragon v0.14.0
  83. [15:16:59] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
  84. [15:16:59] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
  85. [15:16:59] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
  86. [15:17:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b697
  87. [15:17:00] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
  88. [15:17:00] [Server thread/INFO]: [Skellett] Loading Skellett v1.9.6b
  89. [15:17:00] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.6
  90. [15:17:00] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
  91. [15:17:00] [Server thread/INFO]: [MCB] Loading MCB v1.2
  92. [15:17:00] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  93. [15:17:00] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  94. [15:17:00] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.9.0
  95. [15:17:00] [Server thread/INFO]: [UnixBukkit] Loading UnixBukkit v1.3.5
  96. [15:17:00] [Server thread/INFO]: [skUtilities] Loading skUtilities v0.9.2
  97. [15:17:00] [Server thread/INFO]: [CustomCrates] Loading CustomCrates v1.7.9
  98. [15:17:00] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  99. [15:17:00] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.13.2
  100. [15:17:00] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
  101. [15:17:00] [Server thread/INFO]: [SignShop] Loading SignShop v1.7.4
  102. [15:17:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
  103. [15:17:00] [Server thread/INFO]: [SkMorkaz] Loading SkMorkaz v0.21
  104. [15:17:00] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.1.17-b${BUILD_NUMBER}
  105. [15:17:01] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v1.0
  106. [15:17:01] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
  107. [15:17:01] [Server thread/INFO]: [MobStacker] Loading MobStacker v2.0.0
  108. [15:17:01] [Server thread/INFO]: [FactionsTop] Loading FactionsTop v1.2.0
  109. [15:17:01] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
  110. [15:17:01] [Server thread/INFO]: [Umbaska] Loading Umbaska v3.3
  111. [15:17:01] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v3.1.1
  112. [15:17:01] [Server thread/INFO]: [SkExtras] Loading SkExtras v3.9.1
  113. [15:17:01] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  114. [15:17:01] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.9
  115. [15:17:01] [Server thread/INFO]: [GenBucket] Loading GenBucket v1.0.7
  116. [15:17:01] [Server thread/INFO]: [SpawnerShop] Loading SpawnerShop v3.2
  117. [15:17:01] [Server thread/INFO]: [CombatLog] Loading CombatLog v2.3.0
  118. [15:17:01] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.6.7
  119. [15:17:01] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2-Pikachu-Patch-3
  120. [15:17:01] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.3.10
  121. [15:17:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
  122. [15:17:01] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  123. [15:17:01] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  124. [15:17:01] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  125. [15:17:01] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  126. [15:17:01] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  127. [15:17:01] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  128. [15:17:01] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  129. [15:17:01] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  130. [15:17:01] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  131. [15:17:01] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  132. [15:17:01] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  133. [15:17:01] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.13.2
  134. [15:17:01] [Server thread/INFO]: [MassiveCore 2.13.2] === ENABLE START ===
  135. [15:17:01] [Server thread/INFO]: [MassiveCore 2.13.2] Loading Cachefile datas...
  136. [15:17:01] [Server thread/INFO]: [MassiveCore 2.13.2] Loading Onlineplayer datas...
  137. [15:17:01] [Server thread/INFO]: [MassiveCore 2.13.2] Loading Registry datas...
  138. [15:17:01] [Server thread/INFO]: [MassiveCore 2.13.2] Saving Cachefile...
  139. [15:17:01] [Server thread/INFO]: [MassiveCore 2.13.2] Setup of IdUtil took 94ms.
  140. [15:17:07] [Server thread/INFO]: [MassiveCore 2.13.2] Integration Activated IntegrationVault
  141. [15:17:07] [Server thread/INFO]: [MassiveCore 2.13.2] === ENABLE COMPLETE (Took 6306ms) ===
  142. [15:17:07] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  143. [15:17:07] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  144. [15:17:07] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  145. [15:17:07] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  146. [15:17:07] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  147. [15:17:07] [Server thread/INFO]: Preparing level "world"
  148. [15:17:07] [Server thread/INFO]: -------- World Settings For [world] --------
  149. [15:17:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
  150. [15:17:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
  151. [15:17:07] [Server thread/INFO]: Clear tick list: false
  152. [15:17:07] [Server thread/INFO]: Experience Merge Radius: 3.0
  153. [15:17:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  154. [15:17:07] [Server thread/INFO]: Mob Spawn Range: 4
  155. [15:17:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  156. [15:17:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
  157. [15:17:07] [Server thread/INFO]: Cane Growth Modifier: 100%
  158. [15:17:07] [Server thread/INFO]: Melon Growth Modifier: 100%
  159. [15:17:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  160. [15:17:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  161. [15:17:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
  162. [15:17:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
  163. [15:17:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  164. [15:17:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  165. [15:17:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  166. [15:17:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  167. [15:17:07] [Server thread/INFO]: Random Lighting Updates: false
  168. [15:17:07] [Server thread/INFO]: Structure Info Saving: true
  169. [15:17:07] [Server thread/INFO]: Sending up to 5 chunks per packet
  170. [15:17:07] [Server thread/INFO]: Max Entity Collisions: 8
  171. [15:17:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  172. [15:17:07] [Server thread/INFO]: Max TNT Explosions: 100
  173. [15:17:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  174. [15:17:07] [Server thread/INFO]: Anti X-Ray: true
  175. [15:17:07] [Server thread/INFO]: Engine Mode: 1
  176. [15:17:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  177. [15:17:07] [Server thread/INFO]: Replace Blocks: [1, 5]
  178. [15:17:07] [Server thread/INFO]: Item Despawn Rate: 6000
  179. [15:17:07] [Server thread/INFO]: Item Merge Radius: 2.5
  180. [15:17:07] [Server thread/INFO]: View Distance: 10
  181. [15:17:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  182. [15:17:08] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  183. [15:17:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
  184. [15:17:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
  185. [15:17:08] [Server thread/INFO]: Clear tick list: false
  186. [15:17:08] [Server thread/INFO]: Experience Merge Radius: 3.0
  187. [15:17:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  188. [15:17:08] [Server thread/INFO]: Mob Spawn Range: 4
  189. [15:17:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  190. [15:17:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
  191. [15:17:08] [Server thread/INFO]: Cane Growth Modifier: 100%
  192. [15:17:08] [Server thread/INFO]: Melon Growth Modifier: 100%
  193. [15:17:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  194. [15:17:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  195. [15:17:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
  196. [15:17:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
  197. [15:17:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  198. [15:17:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  199. [15:17:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  200. [15:17:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  201. [15:17:08] [Server thread/INFO]: Random Lighting Updates: false
  202. [15:17:08] [Server thread/INFO]: Structure Info Saving: true
  203. [15:17:08] [Server thread/INFO]: Sending up to 5 chunks per packet
  204. [15:17:08] [Server thread/INFO]: Max Entity Collisions: 8
  205. [15:17:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  206. [15:17:08] [Server thread/INFO]: Max TNT Explosions: 100
  207. [15:17:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  208. [15:17:08] [Server thread/INFO]: Anti X-Ray: true
  209. [15:17:08] [Server thread/INFO]: Engine Mode: 1
  210. [15:17:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  211. [15:17:08] [Server thread/INFO]: Replace Blocks: [1, 5]
  212. [15:17:08] [Server thread/INFO]: Item Despawn Rate: 6000
  213. [15:17:08] [Server thread/INFO]: Item Merge Radius: 2.5
  214. [15:17:08] [Server thread/INFO]: View Distance: 10
  215. [15:17:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  216. [15:17:08] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  217. [15:17:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
  218. [15:17:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
  219. [15:17:08] [Server thread/INFO]: Clear tick list: false
  220. [15:17:08] [Server thread/INFO]: Experience Merge Radius: 3.0
  221. [15:17:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  222. [15:17:08] [Server thread/INFO]: Mob Spawn Range: 4
  223. [15:17:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  224. [15:17:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
  225. [15:17:08] [Server thread/INFO]: Cane Growth Modifier: 100%
  226. [15:17:08] [Server thread/INFO]: Melon Growth Modifier: 100%
  227. [15:17:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  228. [15:17:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  229. [15:17:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
  230. [15:17:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
  231. [15:17:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  232. [15:17:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  233. [15:17:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  234. [15:17:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  235. [15:17:08] [Server thread/INFO]: Random Lighting Updates: false
  236. [15:17:08] [Server thread/INFO]: Structure Info Saving: true
  237. [15:17:08] [Server thread/INFO]: Sending up to 5 chunks per packet
  238. [15:17:08] [Server thread/INFO]: Max Entity Collisions: 8
  239. [15:17:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  240. [15:17:08] [Server thread/INFO]: Max TNT Explosions: 100
  241. [15:17:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  242. [15:17:08] [Server thread/INFO]: Anti X-Ray: true
  243. [15:17:08] [Server thread/INFO]: Engine Mode: 1
  244. [15:17:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  245. [15:17:08] [Server thread/INFO]: Replace Blocks: [1, 5]
  246. [15:17:08] [Server thread/INFO]: Item Despawn Rate: 6000
  247. [15:17:08] [Server thread/INFO]: Item Merge Radius: 2.5
  248. [15:17:08] [Server thread/INFO]: View Distance: 10
  249. [15:17:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  250. [15:17:08] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3246328219607239783)
  251. [15:17:09] [Server thread/INFO]: Preparing spawn area: 15%
  252. [15:17:10] [Server thread/INFO]: Preparing spawn area: 54%
  253. [15:17:11] [Server thread/INFO]: Preparing start region for level 1 (Seed: -2502747763260774001)
  254. [15:17:12] [Server thread/INFO]: Preparing spawn area: 23%
  255. [15:17:13] [Server thread/INFO]: Preparing spawn area: 50%
  256. [15:17:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2502747763260774001)
  257. [15:17:14] [Server thread/INFO]: [LampControl] Enabling LampControl v2.5.5
  258. [15:17:16] [Thread-25/WARN]: [LampControl] The author of this plugin (jacklink01) has misconfigured their Auto Update system
  259. [15:17:16] [Thread-25/WARN]: [LampControl] File versions should follow the format 'PluginName vVERSION'
  260. [15:17:16] [Thread-25/WARN]: [LampControl] Please notify the author of this error.
  261. [15:17:16] [Server thread/INFO]: [LampControl] 4.0.0 - Snapshot is the latest version available, and the updatability of it is: FAIL_NOVERSION. The latest version is for 1.15 only.
  262. [15:17:16] [Server thread/INFO]: [LampControl] LampControl v2.5.5 is enabled!
  263. [15:17:16] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
  264. [15:17:16] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  265. [15:17:16] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (Phoenix)
  266. [15:17:16] [Server thread/INFO]: GroupManager - INFO - World Found: world
  267. [15:17:16] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  268. [15:17:16] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  269. [15:17:16] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  270. [15:17:16] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is enabled!
  271. [15:17:16] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  272. [15:17:16] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  273. [15:17:16] [Server thread/INFO]: [StackSpawner] Enabling StackSpawner v1.1.1
  274. [15:17:16] [Server thread/INFO]: [StackSpawner] StackSpawner v1.1.1 by antiPerson
  275. [15:17:16] [Server thread/INFO]: [StackSpawner] Find more information at 1.1.1
  276. [15:17:16] [Server thread/INFO]: [StackSpawner] Loading spawner stack amounts...
  277. [15:17:16] [Server thread/INFO]: [StackSpawner] Loaded spawner stack amounts!
  278. [15:17:16] [Server thread/INFO]: [StackSpawner] Registering event listeners and commands...
  279. [15:17:16] [Server thread/INFO]: [StackSpawner] Regestered event listeners and commands!
  280. [15:17:16] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.6
  281. [15:17:16] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
  282. [15:17:16] [Server thread/INFO]: [skUnity] Enabling skUnity v1.1
  283. [15:17:16] [Server thread/INFO]: [SkWaze] Enabling SkWaze v2.2.1
  284. [15:17:16] [Server thread/INFO]: [SkWaze] Metrics setup was successful!
  285. [15:17:16] [Server thread/INFO]: [SkWaze] Updater setup was successful!
  286. [15:17:16] [Server thread/INFO]: Your server is running version v1_8_R3
  287. [15:17:16] [Thread-26/INFO]: [SkWaze] [Updater] Searching for updates.
  288. [15:17:16] [Server thread/ERROR]: [SkWaze] Failed to setup BungeeBridge, you need it installed to protect your data across your network!
  289. [15:17:16] [Server thread/INFO]: [SkWaze] HolographicDisplays setup was successful, you can now create holograms!
  290. [15:17:16] [Server thread/ERROR]: [SkWaze] Failed to setup Netherboard, you need it installed to use scoreboards features!
  291. [15:17:16] [Server thread/ERROR]: [SkWaze] Failed to setup ProtocolLib and LibsDisguises! do you have both installed?
  292. [15:17:16] [Server thread/ERROR]: [SkWaze] Failed to setup Citizens and Builder! do you have both installed?
  293. [15:17:16] [Server thread/ERROR]: [SkWaze] Failed to setup BossBarAPI! activating 1.9 Weefle BossBar API!
  294. [15:17:16] [Server thread/INFO]: [SkWaze] NMS setup was successful!
  295. [15:17:16] [Server thread/INFO]: [SkWaze] The plugin setup process is complete!
  296. [15:17:16] [Server thread/INFO]: [CustomHeads] Enabling CustomHeads v1.8-SNAPSHOT
  297. [15:17:16] [Server thread/INFO]: [CustomHeads] Failed to check for Updates
  298. [15:17:16] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
  299. [15:17:16] [Thread-26/WARN]: [SkWaze] [Updater] API connection returned response code 404
  300. [15:17:16] [Thread-26/WARN]: java.io.FileNotFoundException: https://api.inventivetalent.org/spigot/resource-simple/49195
  301. [15:17:16] [Thread-26/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835)
  302. [15:17:16] [Thread-26/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
  303. [15:17:16] [Thread-26/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  304. [15:17:16] [Thread-26/WARN]: at fr.weefle.waze.utils.Updater.run(Updater.java:100)
  305. [15:17:17] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  306. [15:17:17] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  307. [15:17:17] [Server thread/INFO]: [AntiAutoClicker] Enabling AntiAutoClicker v1.1
  308. [15:17:17] [Server thread/WARN]: [AntiAutoClicker] Could not save config.yml to plugins/AntiAutoClicker/config.yml because config.yml already exists.
  309. [15:17:17] [Server thread/INFO]: [AntiAutoClicker] Failed to update: heyimerik.net
  310. [15:17:17] [Server thread/INFO]: [AntiAutoClicker] AntiAutoClicker v1.1 enabled.
  311. [15:17:17] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.0.1
  312. [15:17:17] [Server thread/INFO]: [EmptyServerStopper] Enabling EmptyServerStopper v0.2
  313. [15:17:17] [Server thread/INFO]: [EmptyServerStopper] EmptyServerStopper : LoadConfig exception : java.io.FileNotFoundException: plugins/EmptyServerStopper/config.yml (Permission denied)
  314. [15:17:17] [Server thread/INFO]: [EmptyServerStopper] Server empty - shutdown in 4 minute(s).
  315. [15:17:17] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  316. [15:17:20] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  317. [15:17:20] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  318. [15:17:20] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  319. [15:17:20] [Server thread/INFO]: im] Unused enchantments: DEPTH_STRIDER(8) LUCK(61) LURE(62) 
  320. [15:17:20] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  321. [15:17:20] [Server thread/INFO]: [SketchMap] Enabling SketchMap v1.0.0
  322. [15:17:20] [Server thread/INFO]: | |
  323. [15:17:20] [Server thread/INFO]: | SketchMap 1.0.0 has been Enabled! |
  324. [15:17:20] [Server thread/INFO]: |  Authors: SlipsWhitley & Fyrinlight |
  325. [15:17:20] [Server thread/INFO]: | |
  326. [15:17:20] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
  327. [15:17:26] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
  328. [15:17:26] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
  329. [15:17:26] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  330. [15:17:26] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  331. [15:17:26] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  332. [15:17:26] [Server thread/INFO]: git-Spigot-3ccbe77-a6a57a9 (MC: 1.8.7)
  333. [15:17:26] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
  334. [15:17:26] [Server thread/INFO]: Using locale en_GB
  335. [15:17:27] [Server thread/INFO]: Using locale en_GB
  336. [15:17:28] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  337. [15:17:28] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  338. [15:17:28] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.6-b49)
  339. [15:17:28] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.4
  340. [15:17:28] [Server thread/INFO]: [ClearLag] Loading modules...
  341. [15:17:28] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  342. [15:17:28] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  343. [15:17:28] [Server thread/INFO]: [skDragon] Enabling skDragon v0.14.0
  344. [15:17:28] [Thread-28/INFO]: [ClearLag] Checking for updates...
  345. [15:17:28] [Server thread/INFO]: §3[§bskDragon§3] §aPlugin has been Enabled
  346. [15:17:29] [Thread-28/INFO]: [ClearLag] Clearlag version v2.9.7 update available! Downloading...
  347. [15:17:29] [Thread-28/INFO]: [ClearLag] Updating finished! Restart your server for files to take effect
  348. [15:17:30] [Server thread/ERROR]: [skDragon] Plugin skDragon v0.14.0 has failed to register events for class ud.skript.sashie.skDragon.particleEngine.utils.ItemFountainEvents because org/bukkit/event/entity/ItemMergeEvent does not exist.
  349. [15:17:30] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
  350. [15:17:30] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
  351. [15:17:30] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
  352. [15:17:30] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
  353. [15:17:30] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
  354. [15:17:30] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
  355. [15:17:30] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
  356. [15:17:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  357. [15:17:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  358. [15:17:31] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -205.0 Y: 76.0 Z: 400.0
  359. [15:17:31] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b697
  360. [15:17:32] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
  361. [15:17:33] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b697 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  362. [15:17:33] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
  363. [15:17:33] [Server thread/INFO]: [AntiWDL] -----------------------------
  364. [15:17:33] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
  365. [15:17:33] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
  366. [15:17:33] [Server thread/INFO]: [AntiWDL] -----------------------------
  367. [15:17:33] [Server thread/INFO]: [Skellett] Enabling Skellett v1.9.6b
  368. [15:17:33] [Server thread/INFO]: [Skellett] The item merge event is only for 1.9+ versions!
  369. [15:17:33] [Server thread/INFO]: [Skellett] The offhand switch event is only for 1.9+ versions!
  370. [15:17:34] [Server thread/INFO]: [Skellett] The breeding event is only for 1.10+ versions!
  371. [15:17:35] [Server thread/INFO]: [Skellett] Syntax.Expressions.Unbreakable syntax is for 1.11.2+ spigot versions!
  372. [15:17:35] [Server thread/INFO]: [Skellett] Main.Bossbars syntax is for 1.9R1+ spigot versions!
  373. [15:17:36] [Server thread/INFO]: [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
  374. [15:17:36] [Server thread/INFO]: [Skellett] LlamaColour syntax is for 1.11+ spigot versions!
  375. [15:17:36] [Server thread/INFO]: [Skellett] SpectralArrow syntax is for 1.10+ spigot versions!
  376. [15:17:36] [Server thread/INFO]: [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!
  377. [15:17:36] [Server thread/INFO]: [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
  378. [15:17:37] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
  379. [15:17:37] [Server thread/INFO]: [Skellett] InvulnerableState syntax is for 1.9R1+ spigot versions!
  380. [15:17:38] [Server thread/INFO]: [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
  381. [15:17:38] [Server thread/INFO]: [Skellett] LlamaInventoryDecor syntax is for 1.11+ spigot versions!
  382. [15:17:38] [Server thread/INFO]: [Skellett] TitleAndSubtitle syntax is for 1.11.2+ spigot versions!
  383. [15:17:38] [Server thread/INFO]: [Skellett] GlideState syntax is for 1.10+ spigot versions!
  384. [15:17:39] [Server thread/INFO]: [Skellett] SilentState syntax is for 1.10+ spigot versions!
  385. [15:17:39] [Server thread/INFO]: [Skellett] EntityScoreboardTag syntax is for 1.11+ spigot versions!
  386. [15:17:40] [Server thread/INFO]: [Skellett] Main.Maps syntax is for 1.11+ spigot versions!
  387. [15:17:40] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
  388. [15:17:40] [Server thread/INFO]: [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
  389. [15:17:40] [Server thread/INFO]: [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
  390. [15:17:41] [Server thread/INFO]: [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
  391. [15:17:41] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
  392. [15:17:41] [Server thread/INFO]: [Skellett] ItemCooldown syntax is for 1.11.2+ spigot versions!
  393. [15:17:41] [Server thread/INFO]: [Skellett] GravityState syntax is for 1.10+ spigot versions!
  394. [15:17:41] [Server thread/INFO]: [Skellett] LlamaInventory syntax is for 1.11+ spigot versions!
  395. [15:17:41] [Server thread/INFO]: [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!
  396. [15:17:41] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
  397. [15:17:41] [Server thread/INFO]: [Skellett] Registered 59 Effects, 22 Conditions, 156 Expressions and 20 Events
  398. [15:17:41] [Server thread/INFO]: [Skellett] Failed to check for an update on spigot
  399. [15:17:41] [Server thread/INFO]: [Skellett] Has been enabled!
  400. [15:17:41] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.6
  401. [15:17:41] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
  402. [15:17:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
  403. [15:17:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
  404. [15:17:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
  405. [15:17:41] [Server thread/INFO]: [MCB] Enabling MCB v1.2
  406. [15:17:41] [Server thread/INFO]: MCB has been enabled!
  407. [15:17:41] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  408. [15:17:41] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  409. [15:17:41] [Server thread/INFO]: [iConomy - April Fools] Enabled (178 ms)
  410. [15:17:41] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  411. [15:17:41] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  412. [15:17:41] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.9.0
  413. [15:17:41] [Thread-29/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  414. [15:17:41] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  415. [15:17:41] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.9.0
  416. [15:17:41] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-06
  417. [15:17:41] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  418. [15:17:41] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
  419. [15:17:41] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  420. [15:17:41] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
  421. [15:17:41] [Server thread/INFO]: [FeatherBoard] Downloading Javax Persistence 2.1.0 ...
  422. [15:17:41] [Server thread/INFO]: [FeatherBoard] Description: Used to database mapping
  423. [15:17:42] [Server thread/ERROR]: [FeatherBoard] An error occured while downloading a required lib.
  424. [15:17:42] [Server thread/WARN]: java.net.UnknownHostException: central.maven.org
  425. [15:17:42] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
  426. [15:17:42] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  427. [15:17:42] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:589)
  428. [15:17:42] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:538)
  429. [15:17:42] [Server thread/WARN]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  430. [15:17:42] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
  431. [15:17:42] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
  432. [15:17:42] [Server thread/WARN]: at sun.net.www.http.HttpClient. init (HttpClient.java:211)
  433. [15:17:42] [Server thread/WARN]: at sun.net.www.http.HttpClient.New(HttpClient.java:308)
  434. [15:17:42] [Server thread/WARN]: at sun.net.www.http.HttpClient.New(HttpClient.java:326)
  435. [15:17:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1168)
  436. [15:17:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1104)
  437. [15:17:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:998)
  438. [15:17:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:932)
  439. [15:17:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512)
  440. [15:17:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
  441. [15:17:42] [Server thread/WARN]: at be.maximvdw.featherboard.A.a(A.java:23)
  442. [15:17:42] [Server thread/WARN]: at be.maximvdw.featherboard.aN.a(aN.java:32)
  443. [15:17:42] [Server thread/WARN]: at be.maximvdw.featherboard.aN.a(aN.java:7)
  444. [15:17:42] [Server thread/WARN]: at be.maximvdw.featherboard.FeatherBoard.b(FeatherBoard.java:9)
  445. [15:17:42] [Server thread/WARN]: at be.maximvdw.featherboard.aU.h(aU.java:63)
  446. [15:17:42] [Server thread/WARN]: at be.maximvdw.featherboard.aU.onEnable(aU.java:72)
  447. [15:17:42] [Server thread/WARN]: at be.maximvdw.featherboard.FeatherBoard.onEnable(FeatherBoard.java:84)
  448. [15:17:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  449. [15:17:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  450. [15:17:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  451. [15:17:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356)
  452. [15:17:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316)
  453. [15:17:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:418)
  454. [15:17:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:382)
  455. [15:17:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:337)
  456. [15:17:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:256)
  457. [15:17:42] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528)
  458. [15:17:42] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  459. [15:17:42] [Server thread/WARN]: [FeatherBoard] The plugin was unable to download the required dependencies!
  460. [15:17:42] [Server thread/WARN]: [FeatherBoard] Make sure you are using a compatible Java version and have internet connection.
  461. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  462. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  463. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  464. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
  465. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
  466. [15:17:42] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
  467. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Armor] ...
  468. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Bukkit] ...
  469. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [BungeeCord] ...
  470. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Color] ...
  471. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CommandPlaceholderPack] ...
  472. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Compass placeholders] ...
  473. [15:17:42] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Economy] ...
  474. [15:17:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Effects] ...
  475. [15:17:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Entities] ...
  476. [15:17:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Essentials] ...
  477. [15:17:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Facebook] ...
  478. [15:17:46] [Server thread/INFO]: [FeatherBoard] Downloading placeholder [Factions 1.0.1] ...
  479. [15:17:47] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Factions 1.0.1] ...
  480. [15:17:47] [Server thread/INFO]: [FeatherBoard] Unable to load placeholders 'factions1_6'. MVdWPlaceholderAPI is outdated! (minimum: 3.0.0)
  481. [15:17:47] [Server thread/WARN]: [FeatherBoard] Deleting placeholder bundle: factions.jar
  482. [15:17:47] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Factions 1.8] ...
  483. [15:17:47] [Server thread/INFO]: [FeatherBoard] Loading placeholder [FireworkEffect] ...
  484. [15:17:47] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Geographical] ...
  485. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
  486. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
  487. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
  488. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
  489. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
  490. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
  491. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
  492. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
  493. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
  494. [15:17:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
  495. [15:17:48] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Hotbar] ...
  496. [15:17:48] [Server thread/INFO]: [FeatherBoard] Loading placeholder [JavaInfo] ...
  497. [15:17:48] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Memory] ...
  498. [15:17:48] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Multiverse-Core] ...
  499. [15:17:48] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Permissions] ...
  500. [15:17:48] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlaceholderAPI] ...
  501. [15:17:48] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Player] ...
  502. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Previous Names] ...
  503. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RedisBungee] ...
  504. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ServerPinger] ...
  505. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Skript] ...
  506. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Sound Effects] ...
  507. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Statistics] ...
  508. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [TicksPerSecond] ...
  509. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Twitter] ...
  510. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Unicode Characters] ...
  511. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VanillaEvents] ...
  512. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
  513. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
  514. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
  515. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
  516. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
  517. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
  518. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
  519. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
  520. [15:17:49] [Server thread/INFO]: [FeatherBoard] Loading placeholder [World] ...
  521. [15:17:50] [Server thread/INFO]: [FeatherBoard] Loading event hook: World change ...
  522. [15:17:50] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldBorder] ...
  523. [15:17:50] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldGuard] ...
  524. [15:17:50] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
  525. [15:17:50] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
  526. [15:17:50] [Server thread/INFO]: [FeatherBoard] Loaded 2457 of the 2457 placholders
  527. [15:17:50] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
  528. [15:17:51] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
  529. [15:17:51] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
  530. [15:17:51] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
  531. [15:17:51] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
  532. [15:17:51] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
  533. [15:17:51] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
  534. [15:17:53] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
  535. [15:17:53] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
  536. [15:17:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
  537. [15:17:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
  538. [15:17:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
  539. [15:17:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
  540. [15:17:54] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
  541. [15:17:54] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
  542. [15:17:54] [Server thread/ERROR]: Error occurred while enabling FeatherBoard v4.9.0 (Is it up to date?)
  543. java.lang.NoClassDefFoundError: com/j256/ormlite/support/ConnectionSource
  544. at be.maximvdw.featherboard.FeatherBoard.a(FeatherBoard.java:94) ~[?:?]
  545. at be.maximvdw.featherboard.aU.h(aU.java:31) ~[?:?]
  546. at be.maximvdw.featherboard.aU.onEnable(aU.java:72) ~[?:?]
  547. at be.maximvdw.featherboard.FeatherBoard.onEnable(FeatherBoard.java:84) ~[?:?]
  548. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  549. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  550. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  551. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  552. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  553. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:418) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  554. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:382) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  555. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:337) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  556. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:256) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  557. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  558. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
  559. Caused by: java.lang.ClassNotFoundException: com.j256.ormlite.support.ConnectionSource
  560. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_60]
  561. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  562. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot18.jar:git-Spigot-3ccbe77-a6a57a9]
  563. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_60]
  564. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_60]
  565. ... 15 more
  566. [15:17:54] [Server thread/INFO]: [UnixBukkit] Enabling UnixBukkit v1.3.5
  567. [15:17:55] [Server thread/INFO]: [UnixBukkit] v1.3.5 enabled. Startup took 391ms.
  568. [15:17:55] [Server thread/INFO]: [skUtilities] Enabling skUtilities v0.9.2
  569. [15:17:55] [Server thread/INFO]: [skUtilities] v0.9.2: loaded modules (Conversions, Files, Yaml, Urls, Utilities) in 302ms
  570. [15:17:55] [Server thread/INFO]: [CustomCrates] Enabling CustomCrates v1.7.9
  571. [15:17:55] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant me.icodetits.customCrates.particles.ParticleEffects.MOBSPELL
  572. [15:17:55] [Server thread/WARN]: at java.lang.Enum.valueOf(Enum.java:238)
  573. [15:17:55] [Server thread/WARN]: at me.icodetits.customCrates.particles.ParticleEffects.valueOf(ParticleEffects.java:1)
  574. [15:17:55] [Server thread/WARN]: at me.icodetits.customCrates.configutils.ConfigUtils.setupParticles(ConfigUtils.java:65)
  575. [15:17:55] [Server thread/WARN]: at me.icodetits.customCrates.Main.onEnable(Main.java:33)
  576. [15:17:55] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  577. [15:17:55] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  578. [15:17:55] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  579. [15:17:55] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356)
  580. [15:17:55] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316)
  581. [15:17:55] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:418)
  582. [15:17:55] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:382)
  583. [15:17:55] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:337)
  584. [15:17:55] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:256)
  585. [15:17:55] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528)
  586. [15:17:55] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  587. [15:17:55] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
  588. [15:17:55] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  589. [15:17:55] [Server thread/INFO]: [SignShop] Enabling SignShop v1.7.4
  590. [15:17:56] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  591. [15:17:56] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  592. [15:17:56] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  593. [15:17:56] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  594. [15:17:56] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  595. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  596. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  597. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  598. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  599. [15:17:56] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  600. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  601. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  602. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  603. [15:17:56] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  604. [15:17:56] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  605. [15:17:56] [Server thread/INFO]: [WorldGuard] Loading region data...
  606. [15:17:57] [Server thread/INFO]: §f§l[§9§lSk§b§lMorkaz§f§l] §3§lStarting..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement