[03:12:40] [Server thread/INFO]: Starting minecraft server version 1.8.8
[03:12:40] [Server thread/INFO]: Loading properties
[03:12:40] [Server thread/INFO]: Default game type: SURVIVAL
[03:12:40] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[03:12:41] [Server thread/INFO]: Debug logging is disabled
[03:12:41] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[03:12:41] [Server thread/INFO]: Server Ping Player Sample Count: 12
[03:12:41] [Server thread/INFO]: Using 4 threads for Netty based IO
[03:12:41] [Server thread/INFO]: Data value allowed items:
[03:12:41] [Server thread/INFO]: Generating keypair
[03:12:41] [Server thread/INFO]: Starting Minecraft server on *:25567
[03:12:41] [Server thread/INFO]: Using default channel type
[03:12:43] [Server thread/ERROR]: Ambiguous plugin name `DeluxeMenus' for files `plugins\DeluxeMenus.jar' and `plugins\DeluxeMenus(0).jar' in `plugins'
[03:12:44] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[03:12:45] [Server thread/ERROR]: Could not load 'plugins\ViaVersion.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
Caused by: org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:200) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:146) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:1199) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:289) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:381) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at us.myles.ViaVersion.util.Config.loadConfig(Config.java:61) ~[?:?]
at us.myles.ViaVersion.util.Config.reloadConfig(Config.java:122) ~[?:?]
at us.myles.ViaVersion.bukkit.platform.BukkitConfigAPI.<init>(BukkitConfigAPI.java:20) ~[?:?]
at us.myles.ViaVersion.ViaVersionPlugin.<init>(ViaVersionPlugin.java:54) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_201]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_201]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_201]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
... 6 more
Caused by: java.nio.charset.MalformedInputException: Input length = 1
at java.nio.charset.CoderResult.throwException(Unknown Source) ~[?:1.8.0_201]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_201]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_201]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_201]
at org.yaml.snakeyaml.reader.UnicodeReader.read(UnicodeReader.java:123) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at java.io.Reader.read(Unknown Source) ~[?:1.8.0_201]
at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:184) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:146) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:1199) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:289) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:381) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at us.myles.ViaVersion.util.Config.loadConfig(Config.java:61) ~[?:?]
at us.myles.ViaVersion.util.Config.reloadConfig(Config.java:122) ~[?:?]
at us.myles.ViaVersion.bukkit.platform.BukkitConfigAPI.<init>(BukkitConfigAPI.java:20) ~[?:?]
at us.myles.ViaVersion.ViaVersionPlugin.<init>(ViaVersionPlugin.java:54) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_201]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_201]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_201]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_201]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
... 6 more
[03:12:49] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.0
[03:12:49] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
[03:12:49] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
[03:12:49] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
[03:12:49] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.21
[03:12:49] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.5.0
[03:12:49] [Server thread/INFO]: [asCMD] Loading asCMD v2.0
[03:12:49] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.5.1-SNAPSHOT
[03:12:49] [Server thread/INFO]: [AntiShutdownCrash] Loading AntiShutdownCrash v2.5
[03:12:49] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
[03:12:49] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.1.1
[03:12:49] [Server thread/INFO]: [AJB] Loading AntiJoinBot v5.0
[03:12:49] [Server thread/INFO]: [TornadoSpawners] Loading TornadoSpawners v2.0
[03:12:49] [Server thread/INFO]: [1P] Loading 1P v1.0
[03:12:49] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
[03:12:49] [Server thread/INFO]: [FastCraft] Loading FastCraft v2.0.3
[03:12:49] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev36
[03:12:49] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.1-SNAPSHOT
[03:12:49] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
[03:12:49] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[03:12:49] [Server thread/INFO]: Injected custom channel handlers.
[03:12:49] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.0
[03:12:49] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.6.0-*
[03:12:49] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.9.1
[03:12:49] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
[03:12:49] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
[03:12:49] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.2.1
[03:12:49] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[03:12:49] [Server thread/INFO]: [WorldEditCrashFix] Loading WorldEditCrashFix v2.0
[03:12:49] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
[03:12:49] [Server thread/INFO]: [skUtilities] Loading skUtilities v0.9.2
[03:12:49] [Server thread/INFO]: [skript-mirror] Loading skript-mirror v0.19.1
[03:12:49] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
[03:12:49] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
[03:12:49] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.7.4.4
[03:12:49] [Server thread/INFO]: [VipZero] Loading VipZero v1.2.4
[03:12:49] [Server thread/INFO]: [WolvSK] Loading WolvSK v1.5.8
[03:12:49] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
[03:12:49] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v3.3
[03:12:49] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.8
[03:12:49] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[03:12:49] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
[03:12:49] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.3
[03:12:49] [Server thread/INFO]: [AutoSell] Loading AutoSell v2.0.10
[03:12:49] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
[03:12:49] [Server thread/INFO]: [ItemEdit] Loading ItemEdit v2.1-Beta
[03:12:49] [Server thread/INFO]: ItemEdit ► loading....
[03:12:49] [Server thread/INFO]: ItemEdit ► BuildNummber: Wed Jan 24 16:06:04 PST 2018
[03:12:49] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
[03:12:50] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
[03:12:50] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[03:12:50] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[03:12:50] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[03:12:50] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
[03:12:50] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
[03:12:50] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.86
[03:12:50] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.9
[03:12:50] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.3
[03:12:50] [Server thread/INFO]: [Lottery] Loading Lottery v1.2.0
[03:12:50] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.7
[03:12:50] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
[03:12:50] [Server thread/INFO]: [ASkyBlock-IslandBorder] Loading ASkyBlock-IslandBorder v1.5.1
[03:12:50] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
[03:12:50] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.1
[03:12:50] [Server thread/INFO]: [AAC] Loading AAC v3.6.4
[03:12:50] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
[03:12:50] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v3.1.8.3
[03:12:50] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.3
[03:12:50] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[03:12:50] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.3.1.1
[03:12:50] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.3
[03:12:50] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
[03:12:50] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.5
[03:12:50] [Server thread/INFO]: [Skellett] Loading Skellett v1.9.6b
[03:12:50] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2
[03:12:50] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.5.0
[03:12:50] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.8.8
[03:12:50] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[03:12:50] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[03:12:50] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[03:12:50] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
[03:12:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[03:12:50] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[03:12:50] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[03:12:51] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[03:12:51] [Server thread/INFO]: [Vault] Plugin enabled (88ms)
[03:12:51] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.8
[03:12:51] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[03:12:51] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 1000
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BEETROOT_BLOCK) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BLACK_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BLACK_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BLUE_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BLUE_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_ACACIA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_BIRCH) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_DARK_OAK) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_JUNGLE) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_SPRUCE) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BONE_BLOCK) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BROWN_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (BROWN_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (CHORUS_FLOWER) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (CHORUS_PLANT) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (CONCRETE) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (CONCRETE_POWDER) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (CYAN_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (CYAN_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (END_BRICKS) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (FROSTED_ICE) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (GRASS_PATH) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (GRAY_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (GRAY_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (GREEN_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (GREEN_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (LIGHT_BLUE_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (LIGHT_BLUE_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (LIME_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (LIME_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (MAGENTA_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (MAGENTA_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (MAGMA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (NETHER_WART_BLOCK) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (OBSERVER) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (ORANGE_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (ORANGE_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PINK_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PINK_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPLE_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPLE_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_BLOCK) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_DOUBLE_SLAB) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_PILLAR) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_SLAB) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_STAIRS) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (RED_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (RED_NETHER_BRICK) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (RED_SANDSTONE_SLAB) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (RED_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (SILVER_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (SILVER_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (WHITE_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (WHITE_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (YELLOW_GLAZED_TERRACOTTA) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/WARN]: [ASkyBlock] Unknown material (YELLOW_SHULKER_BOX) in blockvalues.yml blocks section. Skipping...
[03:12:51] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
[03:12:51] [Server thread/WARN]: Spawner setting of WITHER_SKELETON is unknown for this server. Skipping.
[03:12:51] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
[03:12:51] [Server thread/INFO]: [ASkyBlock] Loading schematic ReizerCraft Ozel Ada (island.schematic) for all players, order 1
[03:12:51] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[03:12:52] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
[03:12:52] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[03:12:52] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[03:12:52] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[03:12:52] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[03:12:52] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[03:12:52] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[03:12:52] [Server thread/INFO]: Preparing level "world"
[03:12:52] [Server thread/INFO]: -------- World Settings For [world] --------
[03:12:52] [Server thread/INFO]: Item Despawn Rate: 6000
[03:12:52] [Server thread/INFO]: Item Merge Radius: 3.5
[03:12:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[03:12:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:12:52] [Server thread/INFO]: View Distance: 5
[03:12:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:12:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:12:52] [Server thread/INFO]: Anti X-Ray: true
[03:12:52] [Server thread/INFO]: Engine Mode: 1
[03:12:52] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[03:12:52] [Server thread/INFO]: Replace Blocks: [1, 5]
[03:12:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[03:12:52] [Server thread/INFO]: Mob Spawn Range: 3
[03:12:52] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[03:12:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[03:12:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:12:52] [Server thread/INFO]: Structure Info Saving: true
[03:12:52] [Server thread/INFO]: Random Lighting Updates: false
[03:12:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:12:52] [Server thread/INFO]: Max TNT Explosions: 100
[03:12:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[03:12:52] [Server thread/INFO]: Clear tick list: false
[03:12:52] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:12:52] [Server thread/INFO]: Max Entity Collisions: 2
[03:12:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[03:12:52] [Server thread/INFO]: -------- World Settings For [world] --------
[03:12:52] [Server thread/INFO]: Water over lava flow speed: 5
[03:12:52] [Server thread/INFO]: Fix TNT cannons: false
[03:12:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[03:12:52] [Server thread/INFO]: Allow undead horse types to be leashed: false
[03:12:52] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[03:12:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[03:12:52] [Server thread/INFO]: World async lighting: false
[03:12:52] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[03:12:52] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[03:12:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[03:12:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[03:12:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[03:12:52] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[03:12:52] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[03:12:52] [Server thread/INFO]: Item Despawn Rate: 6000
[03:12:52] [Server thread/INFO]: Item Merge Radius: 3.5
[03:12:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[03:12:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:12:52] [Server thread/INFO]: View Distance: 5
[03:12:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:12:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:12:52] [Server thread/INFO]: Anti X-Ray: true
[03:12:52] [Server thread/INFO]: Engine Mode: 1
[03:12:52] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[03:12:52] [Server thread/INFO]: Replace Blocks: [1, 5]
[03:12:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[03:12:52] [Server thread/INFO]: Mob Spawn Range: 3
[03:12:52] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[03:12:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[03:12:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:12:52] [Server thread/INFO]: Structure Info Saving: true
[03:12:52] [Server thread/INFO]: Random Lighting Updates: false
[03:12:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:12:52] [Server thread/INFO]: Max TNT Explosions: 100
[03:12:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[03:12:52] [Server thread/INFO]: Clear tick list: false
[03:12:52] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:12:52] [Server thread/INFO]: Max Entity Collisions: 2
[03:12:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[03:12:52] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[03:12:52] [Server thread/INFO]: Water over lava flow speed: 5
[03:12:52] [Server thread/INFO]: Fix TNT cannons: false
[03:12:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[03:12:52] [Server thread/INFO]: Allow undead horse types to be leashed: false
[03:12:52] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[03:12:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[03:12:52] [Server thread/INFO]: World async lighting: false
[03:12:52] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[03:12:52] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[03:12:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[03:12:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[03:12:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[03:12:52] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3860243058912930952)
[03:12:52] [Server thread/INFO]: Creating ASkyBlock's Nether...
[03:12:52] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[03:12:52] [Server thread/INFO]: Item Despawn Rate: 6000
[03:12:52] [Server thread/INFO]: Item Merge Radius: 3.5
[03:12:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[03:12:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:12:52] [Server thread/INFO]: View Distance: 5
[03:12:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[03:12:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[03:12:52] [Server thread/INFO]: Anti X-Ray: true
[03:12:52] [Server thread/INFO]: Engine Mode: 1
[03:12:52] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[03:12:52] [Server thread/INFO]: Replace Blocks: [1, 5]
[03:12:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[03:12:52] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[03:12:52] [Server thread/INFO]: Mob Spawn Range: 3
[03:12:52] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[03:12:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[03:12:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:12:52] [Server thread/INFO]: Structure Info Saving: true
[03:12:52] [Server thread/INFO]: Random Lighting Updates: false
[03:12:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:12:52] [Server thread/INFO]: Max TNT Explosions: 100
[03:12:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[03:12:52] [Server thread/INFO]: Clear tick list: false
[03:12:52] [Server thread/INFO]: Experience Merge Radius: 6.0
[03:12:52] [Server thread/INFO]: Max Entity Collisions: 2
[03:12:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[03:12:52] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[03:12:52] [Server thread/INFO]: Water over lava flow speed: 5
[03:12:52] [Server thread/INFO]: Fix TNT cannons: false
[03:12:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[03:12:52] [Server thread/INFO]: Allow undead horse types to be leashed: false
[03:12:52] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 28 Hard: 96
[03:12:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[03:12:52] [Server thread/INFO]: World async lighting: false
[03:12:52] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[03:12:52] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[03:12:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[03:12:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[03:12:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[03:12:52] [Server thread/INFO]: Preparing start region for level 2 (Seed: -324706722789397519)
[03:12:53] [Server thread/INFO]: Preparing spawn area: 58%
[03:12:53] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3860243058912930952)
[03:12:53] [Server thread/INFO]: Preparing start region for level 2 (Seed: -324706722789397519)
[03:12:53] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.0
[03:12:53] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
[03:12:53] [Server thread/INFO]: GroupManager - INFO - World Found: world
[03:12:53] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[03:12:53] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[03:12:53] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[03:12:53] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled!
[03:12:53] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[03:12:53] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: askyblock
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: skript
[03:12:53] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.mcstatistics.StatisticsExpansion
[03:12:53] [Server thread/ERROR]: [PlaceholderAPI] org.bukkit.Material.isItem()Z
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[03:12:53] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[03:12:53] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
[03:12:53] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[03:12:53] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
[03:12:53] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled! Yay! (Core version 1.3.5)
[03:12:53] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
[03:12:54] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154, 52]
[03:12:54] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[03:12:54] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[03:12:54] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version Pre2.14.1.3 FINAL (Phoenix)
[03:12:54] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[03:12:54] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[03:12:54] [Server thread/INFO]: [asCMD] Enabling asCMD v2.0
[03:12:54] [Server thread/INFO]: [asCMD] asCMD version 2.0 is enabled!
[03:12:54] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.5.1-SNAPSHOT
[03:12:54] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory.
[03:12:54] [Server thread/INFO]: [AntiShutdownCrash] Enabling AntiShutdownCrash v2.5
[03:12:54] [Server thread/INFO]:
[03:12:54] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
[03:12:54] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
[03:12:54] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
[03:12:54] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.1.1
[03:12:54] [Server thread/INFO]: <<[ DeathMessages ]>> [ Version ]=[ 3.1.1 ] [ Successfully Loaded! ]
[03:12:54] [Server thread/INFO]: [AJB] Enabling AntiJoinBot v5.0
[03:12:54] [Server thread/INFO]: AntiJoinBot enabled in 60 seconds
[03:12:54] [Server thread/INFO]: [AJB] Loaded: 51661 IP's
[03:12:54] [Server thread/INFO]: [AJB] Loaded: 32 User's
[03:12:55] [Server thread/INFO]: [AJB] Downloading Blacklist...
[03:12:55] [Server thread/INFO]: [AJB] Blacklist successfully Downloaded
[03:12:55] [Server thread/INFO]: [TornadoSpawners] Enabling TornadoSpawners v2.0
[03:12:56] [Server thread/INFO]: [1P] Enabling 1P v1.0
[03:12:56] [Server thread/INFO]: (!) SonOsmanli --- SpaceTR --- Halil
[03:12:56] [Server thread/INFO]: (!) Skype: [LordsOfKeci]
[03:12:56] [Server thread/INFO]: (!) Discord: [Halil#4439]
[03:12:56] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
[03:12:56] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[03:12:56] [Server thread/INFO]: [FastCraft] Enabling FastCraft v2.0.3
[03:12:56] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev36
[03:12:56] [Server thread/WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
[03:12:56] [Server thread/WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
[03:12:56] [Server thread/WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
[03:12:57] [Server thread/INFO]: [Skript] Starting updater thread
[03:13:14] [Server thread/INFO]: [Skript] Loaded a total of 782074 english aliases
[03:13:14] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
[03:13:14] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.1-SNAPSHOT
[03:13:15] [Server thread/INFO]: Adding channels for online players...
[03:13:15] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.0
[03:13:15] [Server thread/INFO]: [ClearLag] Loading modules...
[03:13:15] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[03:13:15] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[03:13:15] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[03:13:15] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.6.0-*
[03:13:15] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[03:13:15] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[03:13:15] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 148 classes.
[03:13:15] [Server thread/INFO]: [skQuery] Beginning to process a total of 148 from SkQuery
[03:13:15] [Server thread/INFO]: [skQuery] Out of 148 classes, 144 classes were loaded from SkQuery
[03:13:15] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.9.1
[03:13:15] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
[03:13:15] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
[03:13:15] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
[03:13:15] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
[03:13:15] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
java.net.BindException: Cannot assign requested address: JVM_Bind
at java.net.DualStackPlainSocketImpl.bind0(Native Method) ~[?:1.8.0_201]
at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source) ~[?:1.8.0_201]
at java.net.AbstractPlainSocketImpl.bind(Unknown Source) ~[?:1.8.0_201]
at java.net.PlainSocketImpl.bind(Unknown Source) ~[?:1.8.0_201]
at java.net.ServerSocket.bind(Unknown Source) ~[?:1.8.0_201]
at java.net.ServerSocket.bind(Unknown Source) ~[?:1.8.0_201]
at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [votifier-1.9.jar:?]
at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [votifier-1.9.jar:?]
at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [votifier-1.9.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[03:13:15] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
[03:13:15] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
[03:13:15] [Server thread/INFO]: [AntiWDL] -----------------------------
[03:13:15] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
[03:13:15] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
[03:13:15] [Server thread/INFO]: [AntiWDL] -----------------------------
[03:13:15] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.2.1
[03:13:15] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[03:13:15] [Server thread/INFO]: [WildSkript] skQuery hooked!
[03:13:15] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[03:13:15] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[03:13:15] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[03:13:15] [Server thread/INFO]: [WorldEditCrashFix] Enabling WorldEditCrashFix v2.0
[03:13:15] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
[03:13:15] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[03:13:15] [Server thread/INFO]: [DeluxeMenus] 11 GUI menus loaded!
[03:13:15] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[03:13:15] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[03:13:15] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[03:13:15] [Server thread/INFO]: [skUtilities] Enabling skUtilities v0.9.2
[03:13:16] [Server thread/INFO]: [skUtilities] v0.9.2: loaded modules (Conversions, Files, Yaml, Urls, Utilities) in 102ms
[03:13:16] [Server thread/INFO]: [skript-mirror] Enabling skript-mirror v0.19.1
[03:13:16] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.1
[03:13:16] [Server thread/INFO]: [GAListener] GAListener v1.3.1 Enabled
[03:13:16] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.7.4.4
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/avip+.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/avip.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/edit.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/lore.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/mvip+.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/mvip.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/spawner.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/vip+.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/vip.yml.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[03:13:16] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Loaded 9 physical crate locations.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Failed to load 19 physical crate locations.
[03:13:16] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[03:13:16] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[03:13:16] [Server thread/INFO]: [VipZero] Enabling VipZero v1.2.4
[03:13:16] [Server thread/INFO]: [VipZero] Enabling VipZero (V1.2.4) - Author: SubZero0 & nathampa0909
[03:13:16] [Server thread/INFO]: [VipZero] Checking for updates...