bergerhealer / TrainCarts

Minecarts redefined
MIT License
202 stars 63 forks source link

Traincart & BKCommonLib 1.8 don't work #242

Closed JonasFS1234 closed 5 years ago

JonasFS1234 commented 5 years ago
BkCommonLib version: 1.70-2
TrainCarts version: 1.73.0
Spigot version: Spigot 1.8 @ Java 8

Problem or bug:

[20:43:46 ERROR]: [Train_Carts] Could not enable 'Train_Carts v1.73.0' because dependency 'BKCommonLib' failed to enable! [20:43:46 ERROR]: [Train_Carts] Perhaps the dependency has to be updated? Please check the log for any errors related to BKCommonLib

Expected behaviour: /

Steps to reproduce:/

bbayu123 commented 5 years ago

Do you have the logs of BKCommonLib?

JonasFS1234 commented 5 years ago

What do you mean exactly?

bbayu123 commented 5 years ago

The logs you posted are only from TrainCarts, the error is from BKCommonLib so you need to post that as well.

JonasFS1234 commented 5 years ago

[22:04:41 ERROR]: [BKCommonLib] This version of BKCommonLib is not compatible with: Spigot (git-Spigot-550ebac-7019900) : v1_8_R1 (Minecraft 1.8) [22:04:41 ERROR]: [BKCommonLib] It could be that BKCommonLib has to be updated, as the current version is built for MC v1_8_R3 [22:04:41 ERROR]: [BKCommonLib] Please look for an available BKCommonLib version that is compatible: [22:04:41 ERROR]: [BKCommonLib] http://www.spigotmc.org/resources/updated-bkcommonlib.7716/ [22:04:41 ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...

bbayu123 commented 5 years ago

Aah I see now. The version you are using is made for Minecraft 1.8.8, and is not backwards compatible with Minecraft 1.8. If you want to use BKCommonLib and TrainCarts on 1.8, you may download the latest BKCommonLib and TrainCarts using the links below. The latest version is backwards compatible up to 1.8. https://www.spigotmc.org/resources/traincarts.39592/ https://www.spigotmc.org/resources/bkcommonlib.39590/

JonasFS1234 commented 5 years ago

Can I use the lastest update for both? TrainCarts: 1.13.1-v1 BKCommonLib: 1.13.1-v4

bbayu123 commented 5 years ago

The latest version is backwards compatible with 1.8 - 1.12.2, so yes, you can use the latest version.

JonasFS1234 commented 5 years ago

I gonna try it

bbayu123 commented 5 years ago

However, there are many changes between the version you were using and the latest version, so you might want to make a backup, for safety reasons.

JonasFS1234 commented 5 years ago

Done

JonasFS1234 commented 5 years ago

When I use /pl i don't see BKCommonLib or Traincarts….

JonasFS1234 commented 5 years ago

another plugin may affect the operation? Vault?

bbayu123 commented 5 years ago

Are there any errors in the console?

JonasFS1234 commented 5 years ago

TCHang rail maybe

JonasFS1234 commented 5 years ago

No errors

bbayu123 commented 5 years ago

Did you place the plugins in the correct folder?

JonasFS1234 commented 5 years ago

[22:17:34 ERROR]: Could not load 'plugins/TrainCarts-1.13.1-v1.jar' in folder 'plugins' [22:17:35 ERROR]: Could not load 'plugins/TCHangRail.jar' in folder 'plugins'

bbayu123 commented 5 years ago

Update HangRails as well https://www.spigotmc.org/resources/tc-hangrail.39627/

JonasFS1234 commented 5 years ago

Now I get this; [22:22:27 ERROR]: Could not load 'plugins/TrainCarts-1.13.1-v1.jar' in folder 'plugins' [22:22:28 ERROR]: Could not load 'plugins/TCHangRail-1.13.1-v1.jar' in folder 'plugins'

JonasFS1234 commented 5 years ago

Before this I used the old version from all 3 plugins, until I had this problem.

bbayu123 commented 5 years ago

Would it be possible for you to send the full server logs?

JonasFS1234 commented 5 years ago

[22:26:38 INFO]: Starting minecraft server version 1.8 [22:26:38 INFO]: Loading properties [22:26:38 INFO]: Default game type: ADVENTURE [22:26:38 INFO]: This server is running CraftBukkit version git-Spigot-550ebac-7019900 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT) [22:26:39 INFO]: Server Ping Player Sample Count: 12 [22:26:39 INFO]: Using 4 threads for Netty based IO [22:26:39 INFO]: Debug logging is disabled [22:26:39 INFO]: Generating keypair [22:26:39 INFO]: Starting Minecraft server on *:41586 [22:26:40 ERROR]: Could not load 'plugins/ParachutePlus.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] Caused by: java.util.zip.ZipException: zip file is empty at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_172] at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_172] at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_172] at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_172] at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_172] at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900] ... 5 more [22:26:40 INFO]: Set PluginClassLoader as parallel capable [22:26:40 ERROR]: Could not load 'plugins/TrainCarts-1.13.1-v1.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: BKCommonLib at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] [22:26:41 ERROR]: Could not load 'plugins/TCHangRail-1.13.1-v1.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: Train_Carts at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] [22:26:41 INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611 [22:26:41 INFO]: [ColoredSigns] Loading ColoredSigns v4.25 Release [22:26:41 INFO]: [Carousel] Loading Carousel v1.0 [22:26:41 INFO]: [SimpleBroadcast] Loading SimpleBroadcast v1.9.2 [22:26:41 INFO]: [Essentials] Loading Essentials vTeamCity [22:26:41 INFO]: [ClearChat] Loading ClearChat v1.0 [22:26:41 INFO]: [ClearLag] Loading ClearLag v2.9.7 [22:26:41 INFO]: [BuycraftX] Loading BuycraftX v10.1.3 [22:26:41 INFO]: [GroupManagerX] Loading GroupManagerX vGMBuildVer (Phoenix)+1 [22:26:41 INFO]: [notnt] Loading notnt v1.0 [22:26:41 INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242 [22:26:41 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699 [22:26:41 INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity [22:26:41 INFO]: [RealTimePlugin] Loading RealTimePlugin v1.3 [22:26:41 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity [22:26:41 INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity [22:26:41 INFO]: [RollercoasterCore] Loading RollercoasterCore v1.0 [22:26:41 INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4 [22:26:41 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity [22:26:41 INFO]: [EmpireWand] Loading EmpireWand v2.3 [22:26:41 INFO]: [Seek_and_Hide] Loading Seek_and_Hide v1.0 [22:26:41 INFO]: Seek and Hide loaded.......OK [22:26:41 INFO]: [AntiBuild] Loading AntiBuild v2.5 [22:26:41 INFO]: [FerrisWheel] Loading FerrisWheel v1.0 [22:26:41 INFO]: [Vault] Loading Vault v1.5.0-b28 [22:26:41 INFO]: [ChairStairs] Loading ChairStairs v1.1 [22:26:41 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity [22:26:41 INFO]: [WirelessRedstone] Loading WirelessRedstone v3.0.3 [22:26:41 INFO]: [ArmorStandTools] Loading ArmorStandTools v2.1.4 [22:26:41 INFO]: [MinetopiaATM] Loading MinetopiaATM v4.0 [22:26:41 INFO]: [ServerSigns] Loading ServerSigns v4.5.1 [22:26:41 INFO]: [Vault] Enabling Vault v1.5.0-b28 [22:26:41 INFO]: [Vault] [Economy] Essentials Economy found: Waiting [22:26:41 INFO]: [Vault] [Permission] PermissionsEx found: Waiting [22:26:41 INFO]: [Vault] [Permission] GroupManager found: Waiting [22:26:41 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [22:26:41 INFO]: [Vault] [Chat] PermissionsEx found: Waiting [22:26:41 INFO]: [Vault] [Chat] GroupManager found: Waiting [22:26:41 INFO]: [Vault] Enabled Version 1.5.0-b28 [22:26:41 INFO]: Beginning UUID conversion, this may take A LONG time [22:26:41 INFO]: Preparing level "Parc Flying Eagle" [22:26:41 INFO]: -------- World Settings For [Parc Flying Eagle] -------- [22:26:41 INFO]: Anti X-Ray: true [22:26:41 INFO]: Engine Mode: 1 [22:26:41 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [22:26:41 INFO]: Replace Blocks: [1, 5] [22:26:41 INFO]: Mob Spawn Range: 4 [22:26:41 INFO]: Nerfing mobs spawned from spawners: true [22:26:41 INFO]: Cactus Growth Modifier: 100% [22:26:41 INFO]: Cane Growth Modifier: 100% [22:26:41 INFO]: Melon Growth Modifier: 100% [22:26:41 INFO]: Mushroom Growth Modifier: 100% [22:26:41 INFO]: Pumpkin Growth Modifier: 100% [22:26:41 INFO]: Sapling Growth Modifier: 100% [22:26:41 INFO]: Wheat Growth Modifier: 100% [22:26:41 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [22:26:41 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [22:26:41 INFO]: Alternative Hopper Ticking: false [22:26:41 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [22:26:41 INFO]: Random Lighting Updates: false [22:26:41 INFO]: Structure Info Saving: true [22:26:41 INFO]: Sending up to 10 chunks per packet [22:26:41 INFO]: Max Entity Collisions: 8 [22:26:41 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [22:26:41 INFO]: Max TNT Explosions: 100 [22:26:41 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [22:26:41 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [22:26:41 INFO]: Item Merge Radius: 2.5 [22:26:41 INFO]: Item Despawn Rate: 6000 [22:26:41 INFO]: Arrow Despawn Rate: 1200 [22:26:41 INFO]: View Distance: 10 [22:26:41 INFO]: Zombie Aggressive Towards Villager: true [22:26:41 INFO]: Chunks to Grow per Tick: 650 [22:26:41 INFO]: Clear tick list: false [22:26:41 INFO]: Experience Merge Radius: 3.0 [22:26:42 INFO]: -------- World Settings For [Parc Flying Eagle_nether] -------- [22:26:42 INFO]: Anti X-Ray: true [22:26:42 INFO]: Engine Mode: 1 [22:26:42 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [22:26:42 INFO]: Replace Blocks: [1, 5] [22:26:42 INFO]: Mob Spawn Range: 4 [22:26:42 INFO]: Nerfing mobs spawned from spawners: true [22:26:42 INFO]: Cactus Growth Modifier: 100% [22:26:42 INFO]: Cane Growth Modifier: 100% [22:26:42 INFO]: Melon Growth Modifier: 100% [22:26:42 INFO]: Mushroom Growth Modifier: 100% [22:26:42 INFO]: Pumpkin Growth Modifier: 100% [22:26:42 INFO]: Sapling Growth Modifier: 100% [22:26:42 INFO]: Wheat Growth Modifier: 100% [22:26:42 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [22:26:42 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [22:26:42 INFO]: Alternative Hopper Ticking: false [22:26:42 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [22:26:42 INFO]: Random Lighting Updates: false [22:26:42 INFO]: Structure Info Saving: true [22:26:42 INFO]: Sending up to 10 chunks per packet [22:26:42 INFO]: Max Entity Collisions: 8 [22:26:42 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [22:26:42 INFO]: Max TNT Explosions: 100 [22:26:42 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [22:26:42 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [22:26:42 INFO]: Item Merge Radius: 2.5 [22:26:42 INFO]: Item Despawn Rate: 6000 [22:26:42 INFO]: Arrow Despawn Rate: 1200 [22:26:42 INFO]: View Distance: 10 [22:26:42 INFO]: Zombie Aggressive Towards Villager: true [22:26:42 INFO]: Chunks to Grow per Tick: 650 [22:26:42 INFO]: Clear tick list: false [22:26:42 INFO]: Experience Merge Radius: 3.0 [22:26:42 INFO]: -------- World Settings For [Parc Flying Eagle_the_end] -------- [22:26:42 INFO]: Anti X-Ray: true [22:26:42 INFO]: Engine Mode: 1 [22:26:42 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [22:26:42 INFO]: Replace Blocks: [1, 5] [22:26:42 INFO]: Mob Spawn Range: 4 [22:26:42 INFO]: Nerfing mobs spawned from spawners: true [22:26:42 INFO]: Cactus Growth Modifier: 100% [22:26:42 INFO]: Cane Growth Modifier: 100% [22:26:42 INFO]: Melon Growth Modifier: 100% [22:26:42 INFO]: Mushroom Growth Modifier: 100% [22:26:42 INFO]: Pumpkin Growth Modifier: 100% [22:26:42 INFO]: Sapling Growth Modifier: 100% [22:26:42 INFO]: Wheat Growth Modifier: 100% [22:26:42 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [22:26:42 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [22:26:42 INFO]: Alternative Hopper Ticking: false [22:26:42 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [22:26:42 INFO]: Random Lighting Updates: false [22:26:42 INFO]: Structure Info Saving: true [22:26:42 INFO]: Sending up to 10 chunks per packet [22:26:42 INFO]: Max Entity Collisions: 8 [22:26:42 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [22:26:42 INFO]: Max TNT Explosions: 100 [22:26:42 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [22:26:42 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [22:26:42 INFO]: Item Merge Radius: 2.5 [22:26:42 INFO]: Item Despawn Rate: 6000 [22:26:42 INFO]: Arrow Despawn Rate: 1200 [22:26:42 INFO]: View Distance: 10 [22:26:42 INFO]: Zombie Aggressive Towards Villager: true [22:26:42 INFO]: Chunks to Grow per Tick: 650 [22:26:42 INFO]: Clear tick list: false [22:26:42 INFO]: Experience Merge Radius: 3.0 [22:26:42 INFO]: Preparing start region for level 0 (Seed: 5717798490811185201) [22:26:42 INFO]: Preparing start region for level 1 (Seed: 5717798490811185201) [22:26:43 INFO]: Preparing spawn area: 86% [22:26:43 INFO]: Preparing start region for level 2 (Seed: 5717798490811185201) 22:26:44 INFO: [WorldEdit] Enabling WorldEdit v6.1.5;4651611 22:26:44 INFO: WEPIF: Using the Bukkit Permissions API. 22:26:44 INFO: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter 22:26:44 INFO: [ColoredSigns] Enabling ColoredSigns v4.25 Release 22:26:44 INFO: [ColoredSigns] ColoredSigns v4.25 Release has been enabled. 22:26:44 INFO: [Carousel] Enabling Carousel v1.0 [22:26:44 WARN]: java.io.FileNotFoundException: plugins/Carousel/Carousels.json (No such file or directory) [22:26:44 WARN]: at java.io.FileInputStream.open0(Native Method) [22:26:44 WARN]: at java.io.FileInputStream.open(FileInputStream.java:195) [22:26:44 WARN]: at java.io.FileInputStream.(FileInputStream.java:138) [22:26:44 WARN]: at java.io.FileInputStream.(FileInputStream.java:93) [22:26:44 WARN]: at java.io.FileReader.(FileReader.java:58) [22:26:44 WARN]: at com.kaarez.spigot.carousel.Carousel.onEnable(Carousel.java:58) [22:26:44 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [22:26:44 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [22:26:44 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [22:26:44 WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [22:26:44 WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [22:26:44 WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [22:26:44 WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [22:26:44 WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [22:26:44 WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [22:26:44 WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [22:26:44 WARN]: at java.lang.Thread.run(Thread.java:748) 22:26:44 INFO: Carousel plugin by KaareZ enabled 22:26:44 INFO: [SimpleBroadcast] Enabling SimpleBroadcast v1.9.2 [22:26:44 ERROR]: Cannot load plugins/SimpleBroadcast/bossbar.yml org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping in 'string', line 17, column 3:

[22:27:04 WARN]: [Vault] Stable Version: 1.7.1 is out! You are still running version: 1.5.0 [22:27:04 WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault [22:27:06 INFO]: [BuycraftX] Fetching all due players... [22:27:07 INFO]: [BuycraftX] Fetched due players (0 found).

bbayu123 commented 5 years ago

did you put BKCommonLib in the plugins folder?

JonasFS1234 commented 5 years ago

Omg what stupid of me, done ( restarting )

JonasFS1234 commented 5 years ago

[22:36:49 ERROR]: [Train_Carts] Could not enable 'Train_Carts v1.13.1-v1' because dependency 'BKCommonLib' failed to enable! [22:36:49 ERROR]: [Train_Carts] Perhaps the dependency has to be updated? Please check the log for any errors related to BKCommonLib [22:36:49 ERROR]: Error occurred while enabling TCHangRail v1.13.1-v1 (Is it up to date?)

bbayu123 commented 5 years ago

As I said, I don't think you placed BKCommonLib in the plugins folder

JonasFS1234 commented 5 years ago

Now it is, because i get this: [22:40:01 ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...

JonasFS1234 commented 5 years ago
JonasFS1234 commented 5 years ago

In /pl can i find ( finaly ) traincarts + BKCommonLib in red, TCHangRail = green

JonasFS1234 commented 5 years ago

I go to bed, if you find an answer, I'll write it tomorrow!

JonasFS1234 commented 5 years ago
bergerkiller commented 5 years ago

It would help a lot to have the server log, as it'll explain why BKCommonLib failed to enable. Also, the version of BKC that you chose to install will help. It looks like you're using MC 1.8, BKCommonLib should support that, but maybe something broke that I don't know about.

JonasFS1234 commented 5 years ago

And how exactly do I give the server log?

JonasFS1234 commented 5 years ago

Is it normal that I only have a map by plugin folder with this: ( BKC ) -> By traincarts and the most other plugins i have a map and i have a doc ( when you click on it, you get the plugin in WinRAR.

> Below are the localization nodes set for plugin 'BKCommonLib'.

> For colors, use the & character followed up by 0 - F

> Need help with this file? Please visit:

> http://dev.bukkit.org/server-mods/bkcommonlib/pages/general/localization/

commands: commondebug: description: Developer debugging commands for changing values usage: /debug [name] [value...]

bergerkiller commented 5 years ago

Yes, that is normal.

The server logs are found in the 'logs' subdirectory where the server jar is located. If you are using an online portal to manage the server, youll have to look in the web interface for a place to download log files.

JonasFS1234 commented 5 years ago

When I open the folder: logs I get this: https://prnt.sc/lhwz9s

mio9 commented 5 years ago

download the gz zip files for logs when you find BKCL not loading, then use winrar/7zip (this type of slightly more advanced zip tools) to extract the compressed log inside

JonasFS1234 commented 5 years ago

So I can take the newest ZIP-file?

bergerkiller commented 5 years ago

latest.log is fine too.

JonasFS1234 commented 5 years ago

And I need to download it? Or just copy and paste it here?

bergerkiller commented 5 years ago

Download the file and pasting the contents in here is fine. You can open the .log file in notepad.

JonasFS1234 commented 5 years ago
[16:30:34] [Server thread/INFO]: Starting minecraft server version 1.8
[16:30:34] [Server thread/INFO]: Loading properties
[16:30:34] [Server thread/INFO]: Default game type: ADVENTURE
[16:30:34] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-550ebac-7019900 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[16:30:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:30:35] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:30:35] [Server thread/INFO]: Debug logging is disabled
[16:30:35] [Server thread/INFO]: Generating keypair
[16:30:35] [Server thread/INFO]: Starting Minecraft server on *:41586
[16:30:36] [Server thread/ERROR]: Could not load 'plugins/ParachutePlus.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
Caused by: java.util.zip.ZipException: zip file is empty
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_172]
    at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_172]
    at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_172]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_172]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_172]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    ... 5 more
[16:30:36] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[16:30:37] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
[16:30:37] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v4.25 Release
[16:30:37] [Server thread/INFO]: [Carousel] Loading Carousel v1.0
[16:30:37] [Server thread/INFO]: [SimpleBroadcast] Loading SimpleBroadcast v1.9.2
[16:30:37] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[16:30:37] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
[16:30:37] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
[16:30:37] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.1.3
[16:30:37] [Server thread/INFO]: [GroupManagerX] Loading GroupManagerX vGMBuildVer (Phoenix)+1
[16:30:37] [Server thread/INFO]: [notnt] Loading notnt v1.0
[16:30:37] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
[16:30:37] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
[16:30:37] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[16:30:37] [Server thread/INFO]: [RealTimePlugin] Loading RealTimePlugin v1.3
[16:30:37] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[16:30:37] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
[16:30:37] [Server thread/INFO]: [RollercoasterCore] Loading RollercoasterCore v1.0
[16:30:37] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[16:30:37] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
[16:30:37] [Server thread/INFO]: [EmpireWand] Loading EmpireWand v2.3
[16:30:37] [Server thread/INFO]: [Seek_and_Hide] Loading Seek_and_Hide v1.0
[16:30:37] [Server thread/INFO]: Seek and Hide loaded.......OK
[16:30:37] [Server thread/INFO]: [AntiBuild] Loading AntiBuild v2.5
[16:30:37] [Server thread/INFO]: [FerrisWheel] Loading FerrisWheel v1.0
[16:30:37] [Server thread/INFO]: [Vault] Loading Vault v1.5.0-b28
[16:30:37] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
[16:30:37] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[16:30:37] [Server thread/INFO]: [WirelessRedstone] Loading WirelessRedstone v3.0.3
[16:30:37] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.13.1-v4
[16:30:43] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.1.4
[16:30:43] [Server thread/INFO]: [MinetopiaATM] Loading MinetopiaATM v4.0
[16:30:43] [Server thread/INFO]: [Train_Carts] Loading Train_Carts v1.13.1-v1
[16:30:43] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
[16:30:43] [Server thread/INFO]: [TCHangRail] Loading TCHangRail v1.13.1-v1
[16:30:43] [Server thread/INFO]: [Vault] Enabling Vault v1.5.0-b28
[16:30:44] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[16:30:44] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[16:30:44] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[16:30:44] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[16:30:44] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[16:30:44] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[16:30:44] [Server thread/INFO]: [Vault] Enabled Version 1.5.0-b28
[16:30:44] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.13.1-v4
[16:30:44] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Spigot (git-Spigot-550ebac-7019900) : v1_8_R1 (Minecraft 1.8)
[16:30:44] [Server thread/ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...
[16:30:44] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.13.1-v4
[16:30:44] [Server thread/INFO]: [BKCommonLib] BKCommonLib disabled!
[16:30:44] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[16:30:44] [Server thread/INFO]: Preparing level "Parc Flying Eagle"
[16:30:44] [Server thread/INFO]: -------- World Settings For [Parc Flying Eagle] --------
[16:30:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:44] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:44] [Server thread/INFO]: Random Lighting Updates: false
[16:30:44] [Server thread/INFO]: Structure Info Saving: true
[16:30:44] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:44] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:44] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:44] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:44] [Server thread/INFO]: Anti X-Ray: true
[16:30:44] [Server thread/INFO]:    Engine Mode: 1
[16:30:44] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:44] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:44] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:44] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:44] [Server thread/INFO]: View Distance: 10
[16:30:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:44] [Server thread/INFO]: Clear tick list: false
[16:30:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:44] [Server thread/INFO]: -------- World Settings For [Parc Flying Eagle_nether] --------
[16:30:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:44] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:44] [Server thread/INFO]: Random Lighting Updates: false
[16:30:44] [Server thread/INFO]: Structure Info Saving: true
[16:30:44] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:44] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:44] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:44] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:44] [Server thread/INFO]: Anti X-Ray: true
[16:30:44] [Server thread/INFO]:    Engine Mode: 1
[16:30:44] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:44] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:44] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:44] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:44] [Server thread/INFO]: View Distance: 10
[16:30:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:44] [Server thread/INFO]: Clear tick list: false
[16:30:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:44] [Server thread/INFO]: -------- World Settings For [Parc Flying Eagle_the_end] --------
[16:30:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:44] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:44] [Server thread/INFO]: Random Lighting Updates: false
[16:30:44] [Server thread/INFO]: Structure Info Saving: true
[16:30:44] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:44] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:44] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:44] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:44] [Server thread/INFO]: Anti X-Ray: true
[16:30:44] [Server thread/INFO]:    Engine Mode: 1
[16:30:44] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:44] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:44] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:44] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:44] [Server thread/INFO]: View Distance: 10
[16:30:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:44] [Server thread/INFO]: Clear tick list: false
[16:30:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:44] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5717798490811185201)
[16:30:45] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5717798490811185201)
[16:30:46] [Server thread/INFO]: Preparing spawn area: 94%
[16:30:46] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5717798490811185201)
[16:30:46] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
[16:30:46] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[16:30:47] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
[16:30:47] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v4.25 Release
[16:30:47] [Server thread/INFO]: [ColoredSigns] ColoredSigns v4.25 Release has been enabled.
[16:30:47] [Server thread/INFO]: [Carousel] Enabling Carousel v1.0
[16:30:47] [Server thread/WARN]: java.io.FileNotFoundException: plugins/Carousel/Carousels.json (No such file or directory)
[16:30:47] [Server thread/WARN]:    at java.io.FileInputStream.open0(Native Method)
[16:30:47] [Server thread/WARN]:    at java.io.FileInputStream.open(FileInputStream.java:195)
[16:30:47] [Server thread/WARN]:    at java.io.FileInputStream.<init>(FileInputStream.java:138)
[16:30:47] [Server thread/WARN]:    at java.io.FileInputStream.<init>(FileInputStream.java:93)
[16:30:47] [Server thread/WARN]:    at java.io.FileReader.<init>(FileReader.java:58)
[16:30:47] [Server thread/WARN]:    at com.kaarez.spigot.carousel.Carousel.onEnable(Carousel.java:58)
[16:30:47] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[16:30:47] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
[16:30:47] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[16:30:47] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
[16:30:47] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
[16:30:47] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
[16:30:47] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
[16:30:47] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
[16:30:47] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
[16:30:47] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
[16:30:47] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:748)
[16:30:47] [Server thread/INFO]: Carousel plugin by KaareZ enabled
[16:30:47] [Server thread/INFO]: [SimpleBroadcast] Enabling SimpleBroadcast v1.9.2
[16:30:47] [Server thread/ERROR]: Cannot load plugins/SimpleBroadcast/bossbar.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.simplebroadcast.Main.getBossBarConfig(Main.java:323) [SimpleBroadcast.jar:?]
    at net.simplebroadcast.Main.loadBossBarMessages(Main.java:301) [SimpleBroadcast.jar:?]
    at net.simplebroadcast.Main.onEnable(Main.java:57) [SimpleBroadcast.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:200) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    ... 17 more
[16:30:47] [Server thread/ERROR]: Cannot load plugins/SimpleBroadcast/bossbar.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.simplebroadcast.Main.getBossBarConfig(Main.java:323) [SimpleBroadcast.jar:?]
    at net.simplebroadcast.Main.onEnable(Main.java:136) [SimpleBroadcast.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:200) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    ... 16 more
[16:30:47] [Server thread/ERROR]: Cannot load plugins/SimpleBroadcast/bossbar.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.simplebroadcast.Main.getBossBarConfig(Main.java:323) [SimpleBroadcast.jar:?]
    at net.simplebroadcast.Main.onEnable(Main.java:181) [SimpleBroadcast.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:200) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    ... 16 more
[16:30:47] [Server thread/ERROR]: Cannot load plugins/SimpleBroadcast/bossbar.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.simplebroadcast.Main.getBossBarConfig(Main.java:323) [SimpleBroadcast.jar:?]
    at net.simplebroadcast.Main.onEnable(Main.java:207) [SimpleBroadcast.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
 in 'string', line 17, column 3:
    - 'Nieuwste attractie's: /warp hul ... 
      ^
expected <block end>, but found Scalar
 in 'string', line 17, column 23:
    - 'Nieuwste attractie's: /warp hulksmasher & /warp ali ... 
                          ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:200) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    ... 16 more
[16:30:47] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[16:30:47] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[16:30:47] [Server thread/INFO]: git-Spigot-550ebac-7019900 (MC: 1.8)
[16:30:47] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
[16:30:47] [Server thread/INFO]: Using locale en_US
[16:30:48] [Server thread/INFO]: Using locale en_US
[16:30:48] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[16:30:48] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[16:30:48] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[16:30:48] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
[16:30:48] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
[16:30:48] [Server thread/INFO]: [ClearChat] [ClearChat] Enabling Plugin...
[16:30:48] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
[16:30:48] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[16:30:48] [Server thread/INFO]: [ClearLag] Loading modules...
[16:30:48] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[16:30:48] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[16:30:48] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[16:30:48] [Thread-10/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[16:30:48] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.1.3
[16:30:48] [Server thread/INFO]: [BuycraftX] Validating your server key...
[16:30:49] [Thread-10/INFO]: [ClearLag] No updates found!
[16:30:49] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
[16:30:49] [Server thread/INFO]: [GroupManagerX] Enabling GroupManagerX vGMBuildVer (Phoenix)+1
[16:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: parc flying eagle
[16:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: the garwhal coaster pmc contest
[16:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: world
[16:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: youtube land
[16:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: ecclesia darii
[16:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: adventure craft
[16:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: kasteel
[16:30:49] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[16:30:49] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[16:30:49] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[16:30:49] [Server thread/INFO]: GroupManagerX version GMBuildVer (Phoenix)+1 is enabled!
[16:30:49] [Server thread/INFO]: [notnt] Enabling notnt v1.0
[16:30:49] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle) TNT ignition is PERMITTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle) Lighters are PERMITTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle) Lava fire is blocked.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle) Fire spread is UNRESTRICTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Parc Flying Eagle'
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_nether) TNT ignition is PERMITTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_nether) Lighters are PERMITTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_nether) Lava fire is blocked.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_nether) Fire spread is UNRESTRICTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Parc Flying Eagle_nether'
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_the_end) TNT ignition is PERMITTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_the_end) Lighters are PERMITTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_the_end) Lava fire is blocked.
[16:30:49] [Server thread/INFO]: [WorldGuard] (Parc Flying Eagle_the_end) Fire spread is UNRESTRICTED.
[16:30:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Parc Flying Eagle_the_end'
[16:30:49] [Server thread/INFO]: [WorldGuard] Loading region data...
[16:30:50] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
[16:30:50] [Server thread/INFO]: -------- World Settings For [Adventure Craft] --------
[16:30:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:50] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:50] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:50] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:50] [Server thread/INFO]: Random Lighting Updates: false
[16:30:50] [Server thread/INFO]: Structure Info Saving: true
[16:30:50] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:50] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:50] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:50] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:50] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:50] [Server thread/INFO]: Anti X-Ray: true
[16:30:50] [Server thread/INFO]:    Engine Mode: 1
[16:30:50] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:50] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:50] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:50] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:50] [Server thread/INFO]: View Distance: 10
[16:30:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:50] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:50] [Server thread/INFO]: Clear tick list: false
[16:30:50] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:50] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4389380655506449771)
[16:30:51] [Server thread/INFO]: [WorldGuard] (Adventure Craft) TNT ignition is PERMITTED.
[16:30:51] [Server thread/INFO]: [WorldGuard] (Adventure Craft) Lighters are PERMITTED.
[16:30:51] [Server thread/INFO]: [WorldGuard] (Adventure Craft) Lava fire is blocked.
[16:30:51] [Server thread/INFO]: [WorldGuard] (Adventure Craft) Fire spread is UNRESTRICTED.
[16:30:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Adventure Craft'
[16:30:51] [Server thread/INFO]: -------- World Settings For [Youtube land] --------
[16:30:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:51] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:51] [Server thread/INFO]: Random Lighting Updates: false
[16:30:51] [Server thread/INFO]: Structure Info Saving: true
[16:30:51] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:51] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:51] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:51] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:51] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:51] [Server thread/INFO]: Anti X-Ray: true
[16:30:51] [Server thread/INFO]:    Engine Mode: 1
[16:30:51] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:51] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:51] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:51] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:51] [Server thread/INFO]: View Distance: 10
[16:30:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:51] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:51] [Server thread/INFO]: Clear tick list: false
[16:30:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:51] [Server thread/INFO]: Preparing start region for level 4 (Seed: 6248805533704145321)
[16:30:52] [Server thread/INFO]: Preparing spawn area for Youtube land, 97%
[16:30:52] [Server thread/INFO]: [WorldGuard] (Youtube land) TNT ignition is PERMITTED.
[16:30:52] [Server thread/INFO]: [WorldGuard] (Youtube land) Lighters are PERMITTED.
[16:30:52] [Server thread/INFO]: [WorldGuard] (Youtube land) Lava fire is blocked.
[16:30:52] [Server thread/INFO]: [WorldGuard] (Youtube land) Fire spread is UNRESTRICTED.
[16:30:52] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Youtube land'
[16:30:52] [Server thread/INFO]: -------- World Settings For [Adventure Craft_the_end] --------
[16:30:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:52] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:52] [Server thread/INFO]: Random Lighting Updates: false
[16:30:52] [Server thread/INFO]: Structure Info Saving: true
[16:30:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:52] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:52] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:52] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:52] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:52] [Server thread/INFO]: Anti X-Ray: true
[16:30:52] [Server thread/INFO]:    Engine Mode: 1
[16:30:52] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:52] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:52] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:52] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:52] [Server thread/INFO]: View Distance: 10
[16:30:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:52] [Server thread/INFO]: Clear tick list: false
[16:30:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:52] [Server thread/INFO]: Preparing start region for level 5 (Seed: -4389380655506449771)
[16:30:53] [Server thread/INFO]: [WorldGuard] (Adventure Craft_the_end) TNT ignition is PERMITTED.
[16:30:53] [Server thread/INFO]: [WorldGuard] (Adventure Craft_the_end) Lighters are PERMITTED.
[16:30:53] [Server thread/INFO]: [WorldGuard] (Adventure Craft_the_end) Lava fire is blocked.
[16:30:53] [Server thread/INFO]: [WorldGuard] (Adventure Craft_the_end) Fire spread is UNRESTRICTED.
[16:30:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Adventure Craft_the_end'
[16:30:53] [Server thread/INFO]: -------- World Settings For [Adventure Craft_nether] --------
[16:30:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:53] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:53] [Server thread/INFO]: Random Lighting Updates: false
[16:30:53] [Server thread/INFO]: Structure Info Saving: true
[16:30:53] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:53] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:53] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:53] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:53] [Server thread/INFO]: Anti X-Ray: true
[16:30:53] [Server thread/INFO]:    Engine Mode: 1
[16:30:53] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:53] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:53] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:53] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:53] [Server thread/INFO]: View Distance: 10
[16:30:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:53] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:53] [Server thread/INFO]: Clear tick list: false
[16:30:53] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:53] [Server thread/INFO]: Preparing start region for level 6 (Seed: -4389380655506449771)
[16:30:54] [Server thread/INFO]: [WorldGuard] (Adventure Craft_nether) TNT ignition is PERMITTED.
[16:30:54] [Server thread/INFO]: [WorldGuard] (Adventure Craft_nether) Lighters are PERMITTED.
[16:30:54] [Server thread/INFO]: [WorldGuard] (Adventure Craft_nether) Lava fire is blocked.
[16:30:54] [Server thread/INFO]: [WorldGuard] (Adventure Craft_nether) Fire spread is UNRESTRICTED.
[16:30:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Adventure Craft_nether'
[16:30:54] [Server thread/INFO]: -------- World Settings For [Youtube land_nether] --------
[16:30:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:54] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:54] [Server thread/INFO]: Random Lighting Updates: false
[16:30:54] [Server thread/INFO]: Structure Info Saving: true
[16:30:54] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:54] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:54] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:54] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:54] [Server thread/INFO]: Anti X-Ray: true
[16:30:54] [Server thread/INFO]:    Engine Mode: 1
[16:30:54] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:54] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:54] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:54] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:54] [Server thread/INFO]: View Distance: 10
[16:30:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:54] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:54] [Server thread/INFO]: Clear tick list: false
[16:30:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:54] [Server thread/INFO]: Preparing start region for level 7 (Seed: 7734827198783504874)
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_nether) TNT ignition is PERMITTED.
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_nether) Lighters are PERMITTED.
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_nether) Lava fire is blocked.
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_nether) Fire spread is UNRESTRICTED.
[16:30:55] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Youtube land_nether'
[16:30:55] [Server thread/INFO]: -------- World Settings For [Youtube land_the_end] --------
[16:30:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:55] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:55] [Server thread/INFO]: Random Lighting Updates: false
[16:30:55] [Server thread/INFO]: Structure Info Saving: true
[16:30:55] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:55] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:55] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:55] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:55] [Server thread/INFO]: Anti X-Ray: true
[16:30:55] [Server thread/INFO]:    Engine Mode: 1
[16:30:55] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:55] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:55] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:55] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:55] [Server thread/INFO]: View Distance: 10
[16:30:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:55] [Server thread/INFO]: Clear tick list: false
[16:30:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:55] [Server thread/INFO]: Preparing start region for level 8 (Seed: 7734827198783504874)
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_the_end) TNT ignition is PERMITTED.
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_the_end) Lighters are PERMITTED.
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_the_end) Lava fire is blocked.
[16:30:55] [Server thread/INFO]: [WorldGuard] (Youtube land_the_end) Fire spread is UNRESTRICTED.
[16:30:55] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Youtube land_the_end'
[16:30:55] [Server thread/INFO]: -------- World Settings For [Survival] --------
[16:30:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:30:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:30:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[16:30:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:30:55] [Server thread/INFO]: Alternative Hopper Ticking: false
[16:30:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[16:30:55] [Server thread/INFO]: Random Lighting Updates: false
[16:30:55] [Server thread/INFO]: Structure Info Saving: true
[16:30:55] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:30:55] [Server thread/INFO]: Max Entity Collisions: 8
[16:30:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:30:55] [Server thread/INFO]: Max TNT Explosions: 100
[16:30:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:30:55] [Server thread/INFO]: Mob Spawn Range: 4
[16:30:55] [Server thread/INFO]: Anti X-Ray: true
[16:30:55] [Server thread/INFO]:    Engine Mode: 1
[16:30:55] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:30:55] [Server thread/INFO]:    Replace Blocks: [1, 5]
[16:30:55] [Server thread/INFO]: Item Merge Radius: 2.5
[16:30:55] [Server thread/INFO]: Item Despawn Rate: 6000
[16:30:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:30:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:30:55] [Server thread/INFO]: View Distance: 10
[16:30:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:30:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:30:55] [Server thread/INFO]: Clear tick list: false
[16:30:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:30:55] [Server thread/INFO]: Preparing start region for level 9 (Seed: -4470071449203957193)
[16:30:56] [Server thread/INFO]: Preparing spawn area for Survival, 57%
[16:30:57] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
[16:30:57] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
[16:30:57] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
[16:30:57] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
[16:30:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
[16:30:57] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded.
[16:30:57] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
[16:30:57] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[16:30:57] [Server thread/INFO]: [RealTimePlugin] Enabling RealTimePlugin v1.3
[16:30:57] [Server thread/WARN]: java.lang.NumberFormatException: For input string: "version: 1.0"
[16:30:57] [Server thread/WARN]:    at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
[16:30:57] [Server thread/WARN]:    at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
[16:30:57] [Server thread/WARN]:    at java.lang.Double.parseDouble(Double.java:538)
[16:30:57] [Server thread/WARN]:    at me.cybersoul.realtimeplugin.RealTimePlugin.onEnable(RealTimePlugin.java:39)
[16:30:57] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[16:30:57] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
[16:30:57] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[16:30:57] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
[16:30:57] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
[16:30:57] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
[16:30:57] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
[16:30:57] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
[16:30:57] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
[16:30:57] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
[16:30:57] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:748)
[16:30:57] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[16:30:57] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
[16:30:57] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[16:30:57] [Server thread/INFO]: [RollercoasterCore] Enabling RollercoasterCore v1.0
[16:30:57] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[16:30:57] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[16:30:57] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[16:30:57] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[16:30:57] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[16:30:57] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[16:30:57] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[16:30:57] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
[16:30:57] [Server thread/INFO]: [EmpireWand] Enabling EmpireWand v2.3
[16:30:58] [Server thread/INFO]: [Seek_and_Hide] Enabling Seek_and_Hide v1.0
[16:30:58] [Server thread/INFO]: Seek and Hide starting.....
[16:30:58] [Server thread/INFO]: [AntiBuild] Enabling AntiBuild v2.5
[16:30:58] [Server thread/INFO]: [AntiBuild] AntiBuild v2.5 enabled!
[16:30:58] [Server thread/INFO]: [FerrisWheel] Enabling FerrisWheel v1.0
[16:30:58] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
[16:30:58] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[16:30:58] [Server thread/INFO]: [WirelessRedstone] Enabling WirelessRedstone v3.0.3
[16:30:58] [Server thread/WARN]: java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (near "add": syntax error)
[16:30:58] [Server thread/WARN]:    at org.sqlite.DB.newSQLException(DB.java:383)
[16:30:58] [Server thread/WARN]:    at org.sqlite.DB.newSQLException(DB.java:387)
[16:30:58] [Server thread/WARN]:    at org.sqlite.DB.throwex(DB.java:374)
[16:30:58] [Server thread/WARN]:    at org.sqlite.NativeDB.prepare(Native Method)
[16:30:58] [Server thread/WARN]:    at org.sqlite.DB.prepare(DB.java:123)
[16:30:58] [Server thread/WARN]:    at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
[16:30:58] [Server thread/WARN]:    at org.sqlite.Conn.prepareStatement(Conn.java:404)
[16:30:58] [Server thread/WARN]:    at org.sqlite.Conn.prepareStatement(Conn.java:399)
[16:30:58] [Server thread/WARN]:    at org.sqlite.Conn.prepareStatement(Conn.java:383)
[16:30:58] [Server thread/WARN]:    at net.licks92.WirelessRedstone.Storage.SQLiteStorage.removeWirelessChannel(SQLiteStorage.java:913)
[16:30:58] [Server thread/WARN]:    at net.licks92.WirelessRedstone.Storage.SQLiteStorage.removeWirelessChannel(SQLiteStorage.java:904)
[16:30:58] [Server thread/WARN]:    at net.licks92.WirelessRedstone.Storage.SQLiteStorage.initiate(SQLiteStorage.java:965)
[16:30:58] [Server thread/WARN]:    at net.licks92.WirelessRedstone.Storage.SQLiteStorage.initStorage(SQLiteStorage.java:57)
[16:30:58] [Server thread/WARN]:    at net.licks92.WirelessRedstone.WirelessRedstone.onEnable(WirelessRedstone.java:150)
[16:30:58] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[16:30:58] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
[16:30:58] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[16:30:58] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
[16:30:58] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
[16:30:58] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
[16:30:58] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
[16:30:58] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
[16:30:58] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
[16:30:58] [Server thread/WARN]:    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
[16:30:58] [Server thread/WARN]:    at java.lang.Thread.run(Thread.java:748)
[16:31:08] [Server thread/INFO]: [WirelessRedstone] Plugin is now loaded
[16:31:08] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.1.4
[16:31:08] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
[16:31:08] [Server thread/INFO]: [MinetopiaATM] Enabling MinetopiaATM v4.0
[16:31:08] [Server thread/INFO]: [Train_Carts] Enabling Train_Carts v1.13.1-v1
[16:31:08] [Server thread/ERROR]: [Train_Carts] Could not enable 'Train_Carts v1.13.1-v1' because dependency 'BKCommonLib' failed to enable!
[16:31:08] [Server thread/ERROR]: [Train_Carts] Perhaps the dependency has to be updated? Please check the log for any errors related to BKCommonLib
[16:31:08] [Server thread/INFO]: [Train_Carts] Disabling Train_Carts v1.13.1-v1
[16:31:08] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
[16:31:09] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
[16:31:09] [Server thread/INFO]: [TCHangRail] Enabling TCHangRail v1.13.1-v1
[16:31:09] [Server thread/ERROR]: Error occurred while enabling TCHangRail v1.13.1-v1 (Is it up to date?)
java.lang.NoClassDefFoundError: com/bergerkiller/bukkit/common/config/FileConfiguration
    at com.bergerkiller.bukkit.hangrail.TCHangRail.onEnable(TCHangRail.java:21) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
Caused by: java.lang.ClassNotFoundException: com.bergerkiller.bukkit.common.config.FileConfiguration
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_172]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_172]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_172]
    ... 12 more
[16:31:09] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:31:09] [Server thread/INFO]: Done (24.908s)! For help, type "help" or "?"
[16:31:09] [Server thread/INFO]: Starting GS4 status listener
[16:31:09] [Query Listener #1/INFO]: Query running on 0.0.0.0:41586
[16:31:09] [OkHttp ConnectionPool/WARN]: A connection to https://plugin.buycraft.net/ was leaked. Did you forget to close a response body?
[16:31:09] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[16:31:09] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ... 
[16:31:09] [Craft Scheduler Thread - 16/WARN]: Exception in thread "Craft Scheduler Thread - 16" 
[16:31:09] [Craft Scheduler Thread - 16/WARN]: org.apache.commons.lang.UnhandledException: Plugin WirelessRedstone v3.0.3 generated an exception while executing task 140
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: com/google/gson/stream/JsonReader
    at net.licks92.WirelessRedstone.Updater.checkForUpdate(Updater.java:74)
    at net.licks92.WirelessRedstone.Updater.access$000(Updater.java:18)
    at net.licks92.WirelessRedstone.Updater$1.run(Updater.java:33)
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more
Caused by: java.lang.ClassNotFoundException: com.google.gson.stream.JsonReader
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 8 more

[16:31:10] [Craft Scheduler Thread - 7/WARN]: [Vault] Stable Version: 1.7.1 is out! You are still running version: 1.5.0
[16:31:10] [Craft Scheduler Thread - 7/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[16:31:11] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetching all due players...
[16:31:12] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetched due players (0 found).
[16:33:20] [Craft Scheduler Thread - 2/INFO]: [Metrics] Connection timed out (Connection timed out)
[16:33:30] [User Authenticator #1/INFO]: UUID of player JonasFS2002 is 7af817e9-ac1c-4abf-b4e2-52c5b1d83a5f
[16:33:31] [Server thread/INFO]: JonasFS2002[/84.196.184.213:56197] logged in with entity id 5905 at ([Youtube land] 15.628276762782669, 24.257797068180903, 449.66880471391687)
[16:33:35] [Server thread/INFO]: JonasFS2002 issued server command: /day
[16:33:37] [Server thread/INFO]: JonasFS2002 issued server command: /toggledownfall
[16:33:37] [Server thread/INFO]: [JonasFS2002: Toggled downfall]
[16:36:12] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetching all due players...
[16:36:13] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetched due players (0 found).
[16:37:50] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
[16:38:30] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
[16:41:14] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetching all due players...
[16:41:15] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetched due players (0 found).
[16:42:01] [Server thread/INFO]: JonasFS2002 issued server command: /pl
[16:42:14] [Craft Scheduler Thread - 21/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
[16:45:28] [Server thread/INFO]: JonasFS2002 lost connection: Internal Exception: io.netty.handler.timeout.ReadTimeoutException
[16:45:28] [Server thread/INFO]: JonasFS2002 left the game.
[16:45:32] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
[16:46:12] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
[16:46:16] [Craft Scheduler Thread - 22/INFO]: [BuycraftX] Fetching all due players...
[16:46:17] [Craft Scheduler Thread - 22/INFO]: [BuycraftX] Fetched due players (0 found).
[16:51:17] [Craft Scheduler Thread - 25/INFO]: [BuycraftX] Fetching all due players...
[16:51:18] [Craft Scheduler Thread - 25/INFO]: [BuycraftX] Fetched due players (0 found).
[16:52:16] [Craft Scheduler Thread - 31/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
[16:53:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
[16:53:53] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
[16:56:19] [Craft Scheduler Thread - 31/INFO]: [BuycraftX] Fetching all due players...
[16:56:21] [Craft Scheduler Thread - 31/INFO]: [BuycraftX] Fetched due players (0 found).
[17:00:55] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
[17:01:15] [Craft Scheduler Thread - 39/WARN]: Exception in thread "Craft Scheduler Thread - 39" 
[17:01:15] [Craft Scheduler Thread - 39/WARN]: org.apache.commons.lang.UnhandledException: Plugin WirelessRedstone v3.0.3 generated an exception while executing task 140
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: com/google/gson/stream/JsonReader
    at net.licks92.WirelessRedstone.Updater.checkForUpdate(Updater.java:74)
    at net.licks92.WirelessRedstone.Updater.access$000(Updater.java:18)
    at net.licks92.WirelessRedstone.Updater$1.run(Updater.java:33)
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[17:01:21] [Craft Scheduler Thread - 43/INFO]: [BuycraftX] Fetching all due players...
[17:01:23] [Craft Scheduler Thread - 43/INFO]: [BuycraftX] Fetched due players (0 found).
[17:01:35] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
[17:03:24] [Craft Scheduler Thread - 41/INFO]: [Metrics] Connection timed out (Connection timed out)
[17:06:24] [Craft Scheduler Thread - 41/INFO]: [BuycraftX] Fetching all due players...
[17:06:25] [Craft Scheduler Thread - 41/INFO]: [BuycraftX] Fetched due players (0 found).
[17:06:36] [User Authenticator #2/INFO]: UUID of player JonasFS2002 is 7af817e9-ac1c-4abf-b4e2-52c5b1d83a5f
[17:06:36] [Server thread/INFO]: JonasFS2002[/84.196.184.213:56592] logged in with entity id 5950 at ([Youtube land] 1.5484781518960617, 29.644423711027294, 311.65904176068284)
[17:06:39] [Server thread/INFO]: JonasFS2002 issued server command: /pl
[17:08:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
[17:09:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
[17:11:26] [Craft Scheduler Thread - 46/INFO]: [BuycraftX] Fetching all due players...
[17:11:28] [Craft Scheduler Thread - 46/INFO]: [BuycraftX] Fetched due players (0 found).
[17:11:44] [Server thread/INFO]: [Essentials] Lag Notice - Slow Permissions System (PermissionsEx) Response - Request took over 68.819ms!
[17:12:32] [Craft Scheduler Thread - 47/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
[17:16:17] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
[17:16:28] [Craft Scheduler Thread - 47/INFO]: [BuycraftX] Fetching all due players...
[17:16:30] [Craft Scheduler Thread - 47/INFO]: [BuycraftX] Fetched due players (0 found).
[17:16:57] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
[17:21:31] [Craft Scheduler Thread - 50/INFO]: [BuycraftX] Fetching all due players...
[17:21:32] [Craft Scheduler Thread - 50/INFO]: [BuycraftX] Fetched due players (0 found).
[17:23:29] [Craft Scheduler Thread - 56/INFO]: [Metrics] Connection timed out (Connection timed out)
[17:23:59] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
[17:24:39] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
[17:26:33] [Craft Scheduler Thread - 56/INFO]: [BuycraftX] Fetching all due players...
[17:26:34] [Craft Scheduler Thread - 56/INFO]: [BuycraftX] Fetched due players (0 found).
JonasFS1234 commented 5 years ago

Sorry I didn't saw your reaction yet

bergerkiller commented 5 years ago

Ok thats very strange, it doesnt look like theres anything on the server that would break BKCommonLib like this. I'll have to verify a few things on my end on MC 1.8 and see what might be going wrong.

bergerkiller commented 5 years ago

Found the problem. It doesn't seem to work on MC 1.8 when Protocollib is not installed. Must be the network logic that isn't properly working on MC 1.8.

It will have to be fixed, but as a workaround, try installing ProtocolLib. https://www.spigotmc.org/resources/protocollib.1997/

JonasFS1234 commented 5 years ago

Thank you so much! It works! Can I ask you off there is a 1.8 plugin that works with TrainCarts & BKCommonLib that you can use 'real' carts? The option you have in the TrainCarts from 1.12.2?

bergerkiller commented 5 years ago

That feature also works on 1.8, but its a little limited. You can not have multiple players in one cart, for example. But armor stands are since 1.8, so that aspect should work fine.

I don't know about the resource pack functionality in 1.8, but you can likely use custom models for blocks at the very least. I'm not very experienced in the model stuff though, and it's better to ask someone more experienced.

JonasFS1234 commented 5 years ago

Can I use the FLOATRAIL plugin?

bergerkiller commented 5 years ago

Floatrail doesnt work anymore, use hangrail instead. You can configure different rail (block) types in the config.yml.

JonasFS1234 commented 5 years ago

Can I chose more blocks?