Sol Reklam
Sağ Reklam

Çözüldü Oyuncu Oyuna Girdiğinde Sunucu da Oluşan Hata

Durum
Mesaj gönderimine kapalı.

yasin3453

Koydum Çalışma Masasını
Katılım
16 Eylül 2021
Mesajlar
59
Elmaslar
4
Puanlar
2.210
Yaş
21
Merhaba değerli MC-TR üyeleri
Bir oyuncu oyuna girdiği zaman ekteki gibi sunucu hata spamlıyor yardımcı olabilirmisiniz ayriyetten bir süre sonra crash verip kapanıyor araştırmalarım sonucu bir bilgi bulamadım şimdiden yardımcı olan herkese teşekkürler.


Kod:
[18:06:28] [Server thread/INFO]: Starting minecraft server version 1.8.8
[18:06:28] [Server thread/INFO]: Loading properties
[18:06:28] [Server thread/INFO]: Default game type: SURVIVAL
[18:06:28] [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)
[18:06:28] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[18:06:28] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:06:28] [Server thread/INFO]: Server Ping Player Sample Count: 12

[18:06:28] [Server thread/INFO]: Debug logging is disabled
[18:06:28] [Server thread/INFO]: Data value allowed items:
[18:06:28] [Server thread/WARN]: java.lang.NoSuchFieldException: modifiers
[18:06:28] [Server thread/WARN]:     at java.base/java.lang.Class.getDeclaredFieldInternal(Unknown Source)
[18:06:28] [Server thread/WARN]:     at java.base/java.lang.Class.getDeclaredField(Unknown Source)
[18:06:28] [Server thread/WARN]:     at org.github.paperspigot.PaperSpigotConfig.stackableBuckets(PaperSpigotConfig.java:192)
[18:06:28] [Server thread/WARN]:     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:06:28] [Server thread/WARN]:     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[18:06:28] [Server thread/WARN]:     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[18:06:28] [Server thread/WARN]:     at java.base/java.lang.reflect.Method.invoke(Unknown Source)
[18:06:28] [Server thread/WARN]:     at org.github.paperspigot.PaperSpigotConfig.readConfig(PaperSpigotConfig.java:84)
[18:06:28] [Server thread/WARN]:     at org.github.paperspigot.PaperSpigotConfig.init(PaperSpigotConfig.java:62)
[18:06:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:181)
[18:06:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[18:06:28] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Unknown Source)
[18:06:28] [Server thread/INFO]: Generating keypair
[18:06:28] [Server thread/INFO]: Starting Minecraft server on 185.118.141.73:25565
[18:06:28] [Server thread/INFO]: Using default channel type
[18:06:28] [Server thread/INFO]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
[18:06:29] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[18:06:30] [Server thread/ERROR]: Could not load 'plugins\skript-mirror-2.0.0-SNAPSHOT.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d"]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
    at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:123) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at com.btk5h.skriptmirror.SkriptMirror.<init>(SkriptMirror.java:18) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
    at java.base/java.lang.reflect.ReflectAccess.newInstance(Unknown Source) ~[?:?]
    at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source) ~[?:?]
    at java.base/java.lang.Class.newInstance(Unknown Source) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    ... 6 more
Caused by: java.lang.IllegalStateException: Initial initialization
    at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:126) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at com.btk5h.skriptmirror.SkriptMirror.<init>(SkriptMirror.java:18) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
    at java.base/java.lang.reflect.ReflectAccess.newInstance(Unknown Source) ~[?:?]
    at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(Unknown Source) ~[?:?]
    at java.base/java.lang.Class.newInstance(Unknown Source) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    ... 6 more
[18:06:33] [Server thread/INFO]: (Matrix) | Injecting server connection handler...
[18:06:33] [Server thread/WARN]: (Matrix) | Failed to inject PlayerConnection.class: java.io.IOException
[18:06:33] [Server thread/WARN]: (Matrix) | Current Loader: java.net.URLClassLoader
[18:06:36] [Server thread/INFO]: [OSZOAntiWDL] Loading OSZOAntiWDL v1.3-SNAPSHOT
[18:06:36] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
[18:06:36] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 44b
[18:06:36] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
[18:06:36] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.8.6
[18:06:36] [Server thread/INFO]: [SimpleVIPPerks] Loading SimpleVIPPerks v3.5
[18:06:36] [Server thread/INFO]: [WebSender] Loading WebSender v3.1
[18:06:36] [Server thread/INFO]: [BCommons] Loading BCommons v0.2.10
[18:06:36] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

[18:06:36] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation

[18:06:36] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

[18:06:36] [Server thread/INFO]: [PlayerReport] Loading PlayerReport v3.3.6
[18:06:36] [Server thread/INFO]: [RewardVoting] Loading RewardVoting v7.1.0
[18:06:36] [Server thread/INFO]: [InfiniteScoreboard] Loading InfiniteScoreboard v1.0.1
[18:06:36] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.2.1
[18:06:36] [Server thread/INFO]: [ViaVersion] ViaVersion 3.2.1 is now loaded, injecting!
[18:06:37] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[18:06:37] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[18:06:37] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[18:06:37] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[18:06:38] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[18:06:38] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.3
[18:06:38] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[18:06:38] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[18:06:39] [Server thread/INFO]: [AntiCrash] Loading AntiCrash v1.7
[18:06:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
[18:06:39] [Server thread/INFO]: [FastCraft] Loading FastCraft v3.2.9
[18:06:39] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev36
[18:06:39] [Server thread/INFO]: [ExploitGuard] Loading ExploitGuard v1.5.3
[18:06:39] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[18:06:39] [Server thread/INFO]: [DisableJoinMessage] Loading DisableJoinMessage v1.0
[18:06:39] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.6.1-Lime
[18:06:39] [Server thread/INFO]: [tce] Loading tce v1.1
[18:06:39] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.9.1
[18:06:39] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.7.0
[18:06:41] [Server thread/INFO]: [HamsterAPI] Loading HamsterAPI v0.1.6
[18:06:41] [Server thread/INFO]: [ChatSentinel] Loading ChatSentinel v0.4.0
[18:06:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.1.1
[18:06:41] [Server thread/INFO]: [BetterChatCooldowns] Loading BetterChatCooldowns v1.2
[18:06:41] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.9
[18:06:41] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[18:06:41] [Server thread/INFO]: [ExploitFixer] Loading ExploitFixer v1.6.1
[18:06:41] [Server thread/INFO]: [OtomatikPiston] Loading OtomatikPiston v1.0
[18:06:41] [Server thread/INFO]: [skript-reflect] Loading skript-reflect v2.1.0
[18:06:41] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[18:06:41] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.7
[18:06:41] [Server thread/INFO]: [TabPacketFixer] Loading TabPacketFixer v0.3
[18:06:41] [Server thread/INFO]: [Matrix] Loading Matrix v6.2.0
[18:06:41] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.5
[18:06:41] [Server thread/INFO]: [skript-holo] Loading skript-holo v1.0.0
[18:06:41] [Server thread/INFO]: [TimedRewards] Loading TimedRewards v3.1.0
[18:06:41] [Server thread/INFO]: [TopBalance] Loading TopBalance v1.0
[18:06:41] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
[18:06:41] [Server thread/INFO]: [ScratchCards] Loading ScratchCards v1.11.2
[18:06:41] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.6
[18:06:41] [Server thread/INFO]: [LPC] Loading LPC v3.2.0
[18:06:41] [Server thread/INFO]: [skript-yaml] Loading skript-yaml v1.3.2
[18:06:41] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.4
[18:06:41] [Server thread/INFO]: [XLTournaments] Loading XLTournaments v3.4.5
[18:06:41] [Server thread/INFO]: [spark] Loading spark v1.5.2
[18:06:41] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.6.9
[18:06:41] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2176)
[18:06:41] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.15
[18:06:41] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.3-Release
[18:06:41] [Server thread/INFO]: [TAB] Loading TAB v2.8.10
[18:06:41] [Server thread/INFO]: [AdvancedClans] Loading AdvancedClans vRevamped-1.3.5
[18:06:41] [Server thread/INFO]: [PixelVip] Loading PixelVip v3.0.3
[18:06:41] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10-RELEASE
[18:06:41] [Server thread/INFO]: [QuickShop] Loading QuickShop v1.13-0.9.39-beta
[18:06:41] [Server thread/INFO]: [LeaderHeadsRevamped] Loading LeaderHeadsRevamped v4.0.6
[18:06:41] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.23
[18:06:41] [Server thread/INFO]: [Quests] Loading Quests v2.0.15
[18:06:41] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[18:06:41] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.4
[18:06:41] [Server thread/INFO]: [Skellett] Loading Skellett v1.9.6b
[18:06:41] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2-Pikachu-Patch-3
[18:06:41] [Server thread/INFO]: [SuperiorSkyblock2] Loading SuperiorSkyblock2 v1.7.0-DEVb306
[18:06:41] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
[18:06:41] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.1
[18:06:41] [Server thread/INFO]: [CrazyEnvoy] Loading CrazyEnvoy v1.3.10-RELEASE
[18:06:41] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[18:06:41] [Server thread/INFO]: [antiRedstoneClock] Loading antiRedstoneClock v1.3.2
[18:06:41] [Server thread/ERROR]: com.sk89q.worldguard.protection.flags.registry.FlagConflictException initializing antiRedstoneClock v1.3.2 (Is it up to date?)
java.lang.NoClassDefFoundError: com.sk89q.worldguard.protection.flags.registry.FlagConflictException
    at java.base/java.lang.Class.forNameImpl(Native Method) ~[?:?]
    at java.base/java.lang.Class.forName(Unknown Source) ~[?:?]
    at com.trafalcraft.antiRedstoneClock.util.worldGuard.VersionWG.init(VersionWG.java:36) ~[?:?]
    at com.trafalcraft.antiRedstoneClock.util.worldGuard.VersionWG.getInstance(VersionWG.java:20) ~[?:?]
    at com.trafalcraft.antiRedstoneClock.Main.onLoad(Main.java:43) ~[?:?]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:298) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d"]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.flags.registry.FlagConflictException
    at java.base/java.net.URLClassLoader.findClass(Unknown Source) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at java.base/java.lang.ClassLoader.loadClassHelper(Unknown Source) ~[?:?]
    at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
    at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
    ... 9 more
[18:06:41] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.9.0
[18:06:41] [Server thread/INFO]: [Duels] Loading Duels v3.4.1
[18:06:41] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v1.11.7
[18:06:41] [Server thread/WARN]: Could not add flag mob-stacking to WorldGuard 6.0
[18:06:41] [Server thread/WARN]: Could not hook WorldGuard
[18:06:41] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v7.0.0
[18:06:41] [Server thread/INFO]: [EpicFurnaces] Loading EpicFurnaces v4.6
[18:06:41] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.58.0
[18:06:41] [Server thread/INFO]: [JetsMinions] Loading JetsMinions v6.6.14
[18:06:41] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.2.2a
[18:06:41] [Server thread/INFO]: [JetsMinions-Fixer] Loading JetsMinions-Fixer v1.0.1
[18:06:41] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.8.6
[18:06:41] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.8.8
[18:06:41] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[18:06:41] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[18:06:41] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[18:06:41] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.3
[18:06:42] [Server thread/INFO]:         __  

[18:06:42] [Server thread/INFO]:   |    |__)   LuckPerms v5.3.3

[18:06:42] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit

[18:06:42] [Server thread/INFO]: [LuckPerms] Loading configuration...
[18:06:42] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[18:06:43] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[18:06:43] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[18:06:44] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2296ms)
[18:06:44] [Server thread/INFO]: [ExploitGuard] Enabling ExploitGuard v1.5.3
[18:06:44] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.7.0
[18:06:44] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[18:06:44] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[18:06:44] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:06:44] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:06:44] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[18:06:44] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[18:06:44] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:06:44] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:06:44] [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.
[18:06:44] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:06:44] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:06:44] [Server thread/INFO]: Preparing level "world"
[18:06:44] [Server thread/INFO]: -------- World Settings For [world] --------
[18:06:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:06:44] [Server thread/INFO]: Clear tick list: false
[18:06:44] [Server thread/INFO]: Cactus Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Cane Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Melon Growth Modifier: 420%
[18:06:44] [Server thread/INFO]: Mushroom Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Pumpkin Growth Modifier: 420%
[18:06:44] [Server thread/INFO]: Sapling Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Wheat Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: NetherWart Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Item Merge Radius: 4.0
[18:06:44] [Server thread/INFO]: Experience Merge Radius: 6.0
[18:06:44] [Server thread/INFO]: View Distance: 10
[18:06:44] [Server thread/INFO]: Mob Spawn Range: 4
[18:06:44] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Mi 12
[18:06:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:06:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:06:44] [Server thread/INFO]: Random Lighting Updates: false
[18:06:44] [Server thread/INFO]: Structure Info Saving: true
[18:06:44] [Server thread/INFO]: Item Despawn Rate: 6000
[18:06:44] [Server thread/INFO]: Arrow Despawn Rate: 300
[18:06:44] [Server thread/INFO]: Anti X-Ray: false
[18:06:44] [Server thread/INFO]:     Engine Mode: 1
[18:06:44] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:06:44] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:06:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:06:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:06:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:06:44] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:06:44] [Server thread/INFO]: Max Entity Collisions: 2
[18:06:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:06:44] [Server thread/INFO]: Max TNT Explosions: 100
[18:06:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:06:44] [Server thread/INFO]: -------- World Settings For [world] --------
[18:06:44] [Server thread/INFO]: Allow undead horse types to be leashed: false
[18:06:44] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[18:06:44] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[18:06:44] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[18:06:44] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[18:06:44] [Server thread/INFO]: Keep spawn chunk loaded: true
[18:06:44] [Server thread/INFO]: Water over lava flow speed: 5
[18:06:44] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[18:06:44] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[18:06:44] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[18:06:44] [Server thread/INFO]: World async lighting: false
[18:06:44] [Server thread/INFO]: Fix TNT cannons: false
[18:06:44] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:06:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:06:44] [Server thread/INFO]: Clear tick list: false
[18:06:44] [Server thread/INFO]: Cactus Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Cane Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Melon Growth Modifier: 420%
[18:06:44] [Server thread/INFO]: Mushroom Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Pumpkin Growth Modifier: 420%
[18:06:44] [Server thread/INFO]: Sapling Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Wheat Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: NetherWart Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Item Merge Radius: 4.0
[18:06:44] [Server thread/INFO]: Experience Merge Radius: 6.0
[18:06:44] [Server thread/INFO]: View Distance: 10
[18:06:44] [Server thread/INFO]: Mob Spawn Range: 4
[18:06:44] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Mi 12
[18:06:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:06:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:06:44] [Server thread/INFO]: Random Lighting Updates: false
[18:06:44] [Server thread/INFO]: Structure Info Saving: true
[18:06:44] [Server thread/INFO]: Item Despawn Rate: 6000
[18:06:44] [Server thread/INFO]: Arrow Despawn Rate: 300
[18:06:44] [Server thread/INFO]: Anti X-Ray: false
[18:06:44] [Server thread/INFO]:     Engine Mode: 1
[18:06:44] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:06:44] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:06:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:06:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:06:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:06:44] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:06:44] [Server thread/INFO]: Max Entity Collisions: 2
[18:06:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:06:44] [Server thread/INFO]: Max TNT Explosions: 100
[18:06:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:06:44] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:06:44] [Server thread/INFO]: Allow undead horse types to be leashed: false
[18:06:44] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[18:06:44] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[18:06:44] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[18:06:44] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[18:06:44] [Server thread/INFO]: Keep spawn chunk loaded: true
[18:06:44] [Server thread/INFO]: Water over lava flow speed: 5
[18:06:44] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[18:06:44] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[18:06:44] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[18:06:44] [Server thread/INFO]: World async lighting: false
[18:06:44] [Server thread/INFO]: Fix TNT cannons: false
[18:06:44] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:06:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:06:44] [Server thread/INFO]: Clear tick list: false
[18:06:44] [Server thread/INFO]: Cactus Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Cane Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Melon Growth Modifier: 420%
[18:06:44] [Server thread/INFO]: Mushroom Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Pumpkin Growth Modifier: 420%
[18:06:44] [Server thread/INFO]: Sapling Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Wheat Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: NetherWart Growth Modifier: 400%
[18:06:44] [Server thread/INFO]: Item Merge Radius: 4.0
[18:06:44] [Server thread/INFO]: Experience Merge Radius: 6.0
[18:06:44] [Server thread/INFO]: View Distance: 10
[18:06:44] [Server thread/INFO]: Mob Spawn Range: 4
[18:06:44] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Mi 12
[18:06:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:06:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:06:44] [Server thread/INFO]: Random Lighting Updates: false
[18:06:44] [Server thread/INFO]: Structure Info Saving: true
[18:06:44] [Server thread/INFO]: Item Despawn Rate: 6000
[18:06:44] [Server thread/INFO]: Arrow Despawn Rate: 300
[18:06:44] [Server thread/INFO]: Anti X-Ray: false
[18:06:44] [Server thread/INFO]:     Engine Mode: 1
[18:06:44] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:06:44] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:06:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:06:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:06:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:06:44] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:06:44] [Server thread/INFO]: Max Entity Collisions: 2
[18:06:44] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:06:44] [Server thread/INFO]: Max TNT Explosions: 100
[18:06:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:06:44] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:06:44] [Server thread/INFO]: Allow undead horse types to be leashed: false
[18:06:44] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[18:06:44] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[18:06:44] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[18:06:44] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[18:06:44] [Server thread/INFO]: Keep spawn chunk loaded: true
[18:06:44] [Server thread/INFO]: Water over lava flow speed: 5
[18:06:44] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[18:06:44] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[18:06:44] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[18:06:44] [Server thread/INFO]: World async lighting: false
[18:06:44] [Server thread/INFO]: Fix TNT cannons: false
[18:06:44] [Server thread/INFO]: Preparing start region for level 0 (Seed: -57787970424347729)
[18:06:45] [Server thread/INFO]: Preparing spawn area: 48%
[18:06:46] [Server thread/INFO]: Preparing spawn area: 89%
[18:06:46] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3159554529172486295)
[18:06:48] [Server thread/INFO]: Preparing spawn area: 97%
[18:06:48] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3159554529172486295)
[18:06:48] [Server thread/INFO]: [OSZOAntiWDL] Enabling OSZOAntiWDL v1.3-SNAPSHOT
[18:06:48] [Server thread/INFO]: [OSZOAntiWDL] =======================

[18:06:48] [Server thread/INFO]: [OSZOAntiWDL] Enabled OSZOAntiWDL by OSZO, xXdaniel20Xx

[18:06:48] [Server thread/INFO]: [OSZOAntiWDL] Discord: xXdaniel20Xx#2010

[18:06:48] [Server thread/INFO]: [OSZOAntiWDL] =======================

[18:06:48] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
[18:06:48] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[18:06:48] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 44b
[18:06:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateautorestart
[18:06:49] [Server thread/INFO]:

[18:06:49] [Server thread/INFO]: UltimateAutoRestart Build 44b, a free resource by Norska - Thanks for using!

[18:06:49] [Server thread/INFO]:

[18:06:49] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
[18:06:49] [Server thread/INFO]: [SimpleVIPPerks] Enabling SimpleVIPPerks v3.5
[18:06:49] [Server thread/INFO]: [SimpleVIPPerks] SimpleVIPPerks 3.50 has been enabled!
[18:06:49] [Server thread/INFO]: [WebSender] Enabling WebSender v3.1
[18:06:49] [Server thread/INFO]: [WebSender] PLUGIN DISABLED! PLEASE CHANGE PASSWORD FROM CONFIG!

[18:06:49] [Server thread/INFO]: [BCommons] Enabling BCommons v0.2.10
[18:06:49] [Server thread/INFO]: [BCommons] [Info]: Server NMS package version: v1_8_R3 (legacy: true).

[18:06:49] [Server thread/INFO]: [BCommons] [Info]: Registered worker: WorkerBInventory.

[18:06:49] [Server thread/INFO]: [PlayerReport] Enabling PlayerReport v3.3.6
[18:06:49] [Server thread/INFO]: [RewardVoting] Enabling RewardVoting v7.1.0
[18:06:49] [Server thread/ERROR]: [RewardVoting] Plugin RewardVoting v7.1.0 has failed to register events for class main.Main because com.vexsoftware.votifier.model.VotifierEvent does not exist.
[18:06:49] [Server thread/INFO]: [RewardVoting] The plugin is enabled!
[18:06:49] [Server thread/INFO]: [RewardVoting] Found Vault! Hooking in for economy!
[18:06:49] [Server thread/INFO]: [RewardVoting] Metrics is enabled!
[18:06:49] [Server thread/INFO]: [InfiniteScoreboard] Enabling InfiniteScoreboard v1.0.1
[18:06:49] [Server thread/INFO]:

[18:06:49] [Server thread/INFO]: ====================================

[18:06:49] [Server thread/INFO]: Plugin name: InfiniteScoreboard

[18:06:49] [Server thread/INFO]: Version: 1.0.1

[18:06:49] [Server thread/INFO]: Core version: 0.7.23

[18:06:49] [Server thread/INFO]: ====================================

[18:06:49] [Server thread/INFO]:

[18:06:49] [Server thread/INFO]: [InfiniteScoreboard] Loaded locale "en_US"
[18:06:49] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.2.1
[18:06:49] [Server thread/INFO]: [AntiCrash] Enabling AntiCrash v1.7
[18:06:49] [Server thread/INFO]: ----------------------------

[18:06:49] [Server thread/INFO]: AntiCrash by CrispyBow

[18:06:49] [Server thread/INFO]: Skype crispybow31

[18:06:49] [Server thread/INFO]: ----------------------------

[18:06:49] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
[18:06:51] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:06:51] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[18:06:51] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 16.0.2).
[18:06:51] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
[18:06:51] [Server thread/INFO]: [FastCraft] Enabling FastCraft v3.2.9
[18:06:52] [Server thread/WARN]: [LocaleConfig] fastcraft: en/command.reload.reloaded is null

[18:06:52] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev36
[18:06:52] [Server thread/WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
[18:06:52] [Server thread/WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
[18:06:52] [Server thread/WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
[18:06:55] [Server thread/INFO]: [Skript] Starting updater thread
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 235! (aliases-english.sk, line 277: [white(_| )]glazed(_| )terracotta¦s = 235')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 236! (aliases-english.sk, line 278: orange(_| )glazed(_| )terracotta¦s = 236')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 237! (aliases-english.sk, line 279: magenta(_| )glazed(_| )terracotta¦s = 237')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 238! (aliases-english.sk, line 280: light(_| )blue(_| )glazed(_| )terracotta¦s = 238')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 239! (aliases-english.sk, line 281: yellow(_| )glazed(_| )terracotta¦s = 239')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 240! (aliases-english.sk, line 282: (lime|light(_| )green)(_| )glazed(_| )terracotta¦s = 240')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 241! (aliases-english.sk, line 283: pink(_| )glazed(_| )terracotta¦s = 241')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 242! (aliases-english.sk, line 284: gray(_| )glazed(_| )terracotta¦s = 242')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 243! (aliases-english.sk, line 285: light(_| )gray(_| )glazed(_| )terracotta¦s = 243')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 244! (aliases-english.sk, line 286: cyan(_| )glazed(_| )terracotta¦s = 244')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 245! (aliases-english.sk, line 287: purple(_| )glazed(_| )terracotta¦s = 245')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 246! (aliases-english.sk, line 288: blue(_| )glazed(_| )terracotta¦s = 246')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 247! (aliases-english.sk, line 289: brown(_| )glazed(_| )terracotta¦s = 247')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 248! (aliases-english.sk, line 290: green(_| )glazed(_| )terracotta¦s = 248')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 249! (aliases-english.sk, line 291: red(_| )glazed(_| )terracotta¦s = 249')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 250! (aliases-english.sk, line 292: black(_| )glazed(_| )terracotta¦s = 250')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 235! (aliases-english.sk, line 293: [<any>](_| )glazed(_| )terracotta¦s = 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 295: [white(_| )]concrete¦s = 251')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 296: orange(_| )concrete¦s = 251:1')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 297: magenta(_| )concrete¦s = 251:2')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 298: light(_| )blue(_| )concrete¦s = 251:3')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 299: yellow(_| )concrete¦s = 251:4')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 300: (lime|light(_| )green)(_| )concrete¦s = 251:5')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 301: pink(_| )concrete¦s = 251:6')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 302: gray(_| )concrete¦s = 251:7')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 303: light(_| )gray(_| )concrete¦s = 251:8')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 304: cyan(_| )concrete¦s = 251:9')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 305: purple(_| )concrete¦s = 251:10')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 306: blue(_| )concrete¦s = 251:11')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 307: brown(_| )concrete¦s = 251:12')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 308: green(_| )concrete¦s = 251:13')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 309: red(_| )concrete¦s = 251:14')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 310: black(_| )concrete¦s = 251:15')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 251! (aliases-english.sk, line 311: [<any>](_| )concrete¦s = 251, 251:1, 251:2, 251:3, 251:4, 251:5, 251:6, 251:7, 251:8, 251:9, 251:10, 251:11, 251:12, 251:13, 251:14, 251:15')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 313: [white(_| )]concrete(_| )powder¦s = 252')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 314: orange(_| )concrete(_| )powder¦s = 252:1')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 315: magenta(_| )concrete(_| )powder¦s = 252:2')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 316: light(_| )blue(_| )concrete(_| )powder¦s = 252:3')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 317: yellow(_| )concrete(_| )powder¦s = 252:4')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 318: (lime|light(_| )green)(_| )concrete(_| )powder¦s = 252:5')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 319: pink(_| )concrete(_| )powder¦s = 252:6')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 320: gray(_| )concrete(_| )powder¦s = 252:7')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 321: light(_| )gray(_| )concrete(_| )powder¦s = 252:8')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 322: cyan(_| )concrete(_| )powder¦s = 252:9')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 323: purple(_| )concrete(_| )powder¦s = 252:10')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 324: blue(_| )concrete(_| )powder¦s = 252:11')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 325: brown(_| )concrete(_| )powder¦s = 252:12')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 326: green(_| )concrete(_| )powder¦s = 252:13')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 327: red(_| )concrete(_| )powder¦s = 252:14')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 328: black(_| )concrete(_| )powder¦s = 252:15')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 329: [<any>](_| )concrete(_| )powder¦s = 252, 252:1, 252:2, 252:3, 252:4, 252:5, 252:6, 252:7, 252:8, 252:9, 252:10, 252:11, 252:12, 252:13, 252:14, 252:15')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 252! (aliases-english.sk, line 331: [white(_| )]bed(_| )item¦s = 252')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 453! (aliases-english.sk, line 350: knowledge(_| )book¦s = 453')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 218! (aliases-english.sk, line 353: observer¦s = 218')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 355: white(_| )shulker(_| )(box|chest)¦s = 219')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 220! (aliases-english.sk, line 356: orange(_| )shulker(_| )(box|chest)¦s = 220')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 221! (aliases-english.sk, line 357: magenta(_| )shulker(_| )(box|chest)¦s = 221')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 222! (aliases-english.sk, line 358: light(_| )blue(_| )shulker(_| )(box|chest)¦s = 222')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 223! (aliases-english.sk, line 359: yellow(_| )shulker(_| )(box|chest)¦s = 223')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 224! (aliases-english.sk, line 360: (lime|light(_| )green)(_| )shulker(_| )(box|chest)¦s = 224')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 225! (aliases-english.sk, line 361: pink(_| )shulker(_| )(box|chest)¦s = 225')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 226! (aliases-english.sk, line 362: gray(_| )shulker(_| )(box|chest)¦s = 226')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 227! (aliases-english.sk, line 363: light(_| )gray(_| )shulker(_| )(box|chest)¦s = 227')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 228! (aliases-english.sk, line 364: cyan(_| )shulker(_| )(box|chest)¦s = 228')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 229! (aliases-english.sk, line 365: [purple(_| )]shulker(_| )(box|chest)¦s = 229')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 230! (aliases-english.sk, line 366: blue(_| )shulker(_| )(box|chest)¦s = 230')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 231! (aliases-english.sk, line 367: brown(_| )shulker(_| )(box|chest)¦s = 231')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 232! (aliases-english.sk, line 368: green(_| )shulker(_| )(box|chest)¦s = 232')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 233! (aliases-english.sk, line 369: red(_| )shulker(_| )(box|chest)¦s = 233')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 234! (aliases-english.sk, line 370: black(_| )shulker(_| )(box|chest)¦s = 234')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 371: [<any>](_| )shulker(_| )(box|chest)¦s = 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 449! (aliases-english.sk, line 374: totem(_| )of(_| )undying¦s = 449')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 450! (aliases-english.sk, line 375: shulker(_| )shell¦s = 450')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 452! (aliases-english.sk, line 376: iron(_| )nugget¦s = 452')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 213! (aliases-english.sk, line 379: magma(_| )block¦s = 213')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 214! (aliases-english.sk, line 380: nether(_| )wart(_| )block¦s = 214')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 215! (aliases-english.sk, line 381: red(_| )nether(_| )brick¦s = 215')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 216! (aliases-english.sk, line 382: bone(_| )block¦s = 216')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 217! (aliases-english.sk, line 383: structure(_| )void¦s = 217')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 198! (aliases-english.sk, line 386: end[er](_| )rod¦s = 198')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 199! (aliases-english.sk, line 387: chorus(_| )plant¦s = 199')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 200! (aliases-english.sk, line 388: chorus(_| )flower¦s = 200')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 201! (aliases-english.sk, line 389: purpur(_| )block¦s = 201')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 202! (aliases-english.sk, line 390: purpur(_| )pillar¦s = 202')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 203! (aliases-english.sk, line 391: purpur(_| )stairs = 203')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 204! (aliases-english.sk, line 392: purpur(_| )double(_| )slab¦s = 204')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 205! (aliases-english.sk, line 393: purpur(_| )slab¦s = 205')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 206! (aliases-english.sk, line 394: endstone(_| )bricks = 206')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 207! (aliases-english.sk, line 395: beetroot(_| )block¦s = 207')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 208! (aliases-english.sk, line 396: grass(_| )path¦s = 208')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 209! (aliases-english.sk, line 397: ender(_| )gateway¦s = 209')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 210! (aliases-english.sk, line 398: repeating(_| )command(_| )block¦s = 210')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 211! (aliases-english.sk, line 399: chain(_| )command(_| )block¦s = 211')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 212! (aliases-english.sk, line 400: frosted(_| )ice¦s = 212')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 255! (aliases-english.sk, line 402: structure(_| )block¦s = 255')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 426! (aliases-english.sk, line 405: ender(_| )crystal¦s = 426')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 432! (aliases-english.sk, line 406: chorus(_| )fruit¦s = 432')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 433! (aliases-english.sk, line 407: popped(_| )chorus(_| )fruit¦s = 433')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 434! (aliases-english.sk, line 408: beetroot¦s = 434')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 435! (aliases-english.sk, line 409: beetroot(_| )seeds = 435')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 436! (aliases-english.sk, line 410: beetroot(_| )soup¦s = 436')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 437! (aliases-english.sk, line 411: dragon(_| )breath¦s = 437')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 438! (aliases-english.sk, line 412: splash(_| )water(_| )bottle¦s = 438')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 439! (aliases-english.sk, line 413: spectral(_| )arrow¦s = 439')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 440! (aliases-english.sk, line 414: tipped(_| )arrow¦s = 440')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 441! (aliases-english.sk, line 415: lingering(_| )water(_| )bottle¦s = 441')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 442! (aliases-english.sk, line 416: shield¦s = 442')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 443! (aliases-english.sk, line 417: elytra¦s = 443')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 444! (aliases-english.sk, line 418: spruce(_| )boat¦s = 444')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 445! (aliases-english.sk, line 419: birch(_| )boat¦s = 445')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 446! (aliases-english.sk, line 420: jungle(_| )boat¦s = 446')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 447! (aliases-english.sk, line 421: acacia(_| )boat¦s = 447')
[18:06:57] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 448! (aliases-english.sk, line 422: dark(_| )oak(_| )boat¦s = 448')
[18:06:59] [Server thread/INFO]: [Skript] Loaded a total of 78602 english aliases
[18:06:59] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[18:06:59] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[18:06:59] [Server thread/INFO]: [ClearLag] Using version-adapter: LegacyVersionAdapter
[18:07:00] [Server thread/INFO]: [ClearLag] Loading modules...
[18:07:00] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[18:07:00] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[18:07:00] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[18:07:00] [Server thread/INFO]: [DisableJoinMessage] Enabling DisableJoinMessage v1.0
[18:07:00] [Server thread/INFO]: §c===================================

[18:07:00] [Server thread/INFO]: §c===================================

[18:07:00] [Server thread/INFO]: §aCheck out my other Plugins!

[18:07:00] [Server thread/INFO]: §aI also sell a BedWars §aPlugin!

[18:07:00] [Server thread/INFO]: §c===================================

[18:07:00] [Server thread/INFO]: §c===================================

[18:07:00] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.6.1-Lime
[18:07:00] [Thread-16/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[18:07:00] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[18:07:01] [Thread-16/INFO]: [ClearLag] No updates found!
[18:07:01] [Server thread/INFO]: [skQuery] Beginning to process a total of 146 from SkQuery
[18:07:01] [Server thread/INFO]: [skQuery] com.w00tmast3r.skquery.elements.conditions.CondFileExistance is patternless and failed to register. This is most likely a code error.
[18:07:01] [Server thread/INFO]: [skQuery] Out of 146 classes, 142 classes were loaded from SkQuery
[18:07:01] [Server thread/INFO]: [tce] Enabling tce v1.1
[18:07:01] [Server thread/INFO]: tce Version 1.1 Has Been Enabled!
[18:07:01] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.9.1
[18:07:01] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
[18:07:02] [Server thread/INFO]: [HamsterAPI] Enabling HamsterAPI v0.1.6
[18:07:02] [Server thread/INFO]: [ChatSentinel] Enabling ChatSentinel v0.4.0
[18:07:02] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.1.1
[18:07:02] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
[18:07:02] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
[18:07:02] [Server thread/INFO]: [BetterChatCooldowns] Enabling BetterChatCooldowns v1.2
[18:07:02] [Server thread/INFO]: (Better Chat Cooldowns): The plugin is loading ....

[18:07:02] [Server thread/INFO]: (Better Chat Cooldowns): This plugin has been discontinued, the near future shall bring a better Chat Cooldown plugin! I promise.  If you have any suggestions then please reach out to me at [email protected].  Thank you for using this and much love to all of you )o(

[18:07:02] [Server thread/INFO]: (Better Chat Cooldowns): The plugin has been enabled!

[18:07:02] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.9
[18:07:02] [Server thread/ERROR]: [AutoPickup] Plugin AutoPickup v3.9 has failed to register events for class me.MnMaxon.AutoPickup.MythicMobListener because net.elseland.xikage.MythicMobs.API.Bukkit.Events.MythicMobDeathEvent does not exist.
[18:07:02] [Server thread/ERROR]: [AutoPickup] Plugin AutoPickup v3.9 has failed to register events for class me.MnMaxon.AutoPickup.TokenEnchantListener because com.vk2gpz.tokenenchant.event.TEBlockExplodeEvent does not exist.
[18:07:02] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[18:07:02] [Server thread/INFO]: [WildSkript] skQuery hooked!
[18:07:02] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[18:07:02] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[18:07:02] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[18:07:02] [Server thread/INFO]: [ExploitFixer] Enabling ExploitFixer v1.6.1
[18:07:02] [Server thread/INFO]: [ExploitFixer] Successfully registered commands!
[18:07:02] [Server thread/INFO]: [ExploitFixer] Successfully registered listeners!
[18:07:02] [Server thread/INFO]: [ExploitFixer] Successfully hooked with HamsterAPI!
[18:07:02] [Server thread/INFO]: [ExploitFixer] Successfully registered tasks!
[18:07:02] [Server thread/INFO]: [OtomatikPiston] Enabling OtomatikPiston v1.0
[18:07:02] [Server thread/INFO]: [OtomatikPiston] Eklenti aktifleştirildi!

[18:07:02] [Server thread/INFO]: [skript-reflect] Enabling skript-reflect v2.1.0
[18:07:02] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.7
[18:07:02] [Server thread/INFO]: [TabPacketFixer] Enabling TabPacketFixer v0.3
[18:07:03] [Server thread/INFO]: [Matrix] Enabling Matrix v6.2.0
[18:07:03] [Server thread/INFO]:         __  ______  __________  _____  __

[18:07:03] [Server thread/INFO]:        /  |/  /   |/_  __/ __ \/  _/ |/ /

[18:07:03] [Server thread/INFO]:       / /|_/ / /| | / / / /_/ // / |   /

[18:07:03] [Server thread/INFO]:      / /  / / ___ |/ / / _, _// / /   |

[18:07:03] [Server thread/INFO]:     /_/  /_/_/  |_/_/ /_/ |_/___//_/|_|

[18:07:03] [Server thread/INFO]: * Matrix AntiCheat v6.2.0 | git-PaperSpigot-"4c7641d" (MC: 1.8.8)

[18:07:03] [Server thread/INFO]: [Matrix] Checking Environment...

[18:07:03] [Server thread/INFO]: [Matrix] Passed all environment checks

[18:07:03] [Server thread/INFO]: [Matrix] Initializing the NMSVisitor (v1_8_R3)

[18:07:03] [Server thread/INFO]: [Matrix] Loaded 34 global placeholders

[18:07:03] [Server thread/INFO]: [Matrix] Enabled 16 checks, Disabled 0 checks

[18:07:03] [Server thread/INFO]: [Matrix] Loaded all configuration files

[18:07:04] [Server thread/INFO]: [Matrix] Scanning outdated log files....

[18:07:04] [Server thread/INFO]: [Matrix] Deleted 0 outdated log files!

[18:07:04] [Server thread/INFO]: [Matrix] Hooked with PlaceholderAPI

[18:07:04] [Server thread/INFO]: [Matrix] Hooked with ViaVersion 4-
[18:07:04] [Server thread/INFO]: [Matrix] Welcome to Matrix!

[18:07:04] [Server thread/INFO]: [Matrix] ***********************************************
[18:07:04] [Server thread/INFO]: [Matrix]
[18:07:04] [Server thread/INFO]: [Matrix] Minecraft 1.8.8 is 6 years 1 months 20 days(2244 days) old today
[18:07:04] [Server thread/INFO]: [Matrix] Matrix 'may' drop support for 1.8 server in the future, as will other plugins
[18:07:04] [Server thread/INFO]: [Matrix]
[18:07:04] [Server thread/INFO]: [Matrix] ***********************************************
[18:07:04] [Server thread/INFO]: [skript-holo] Enabling skript-holo v1.0.0
[18:07:04] [Server thread/INFO]: [skript-holo] Started metrics!
[18:07:04] [Server thread/INFO]: [skript-holo] Finished loading!
[18:07:04] [Server thread/INFO]: [TimedRewards] Enabling TimedRewards v3.1.0
[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: TimedRewards enable start. Discord support server: https://redirect.bradleysteele.me/bps.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: l9XRe5IMRdXNtHcLGaIZX62u9RzKya.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: ymGxZvbFpy8ZKE1tDuUnXRhP3cP2se.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: FI6heJ6PmkqdTowf5YnOZR5AvHFdVo.

[18:07:04] [Server thread/WARN]: [PlaceholderAPI] trs is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Warn]: Votifier plugin not found, vote rewards are unclaimable.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Warn]: Failed to add sound ENTITY_VILLAGER_YES to reward item reward1 in menu default: sound does not exist.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Added reward menu: default containing 5 reward items.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Loaded 1 menus (time taken: 31ms).

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: YfStXT32CHO4IJI81JhRvniZL8t7Ea.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: zh20aDAAz9W1bXxcmSxKkRFJPRqh9n.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Detected server version: v1_8_R3.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: oXriquTX3mfIU2iwBxpwxx0nEAeJVg.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered command: timedrewards with 45 children.

[18:07:04] [Server thread/INFO]: [TimedRewards] [Info]: Registered command: rewards with 0 children.

[18:07:04] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
[18:07:05] [Server thread/INFO]: [ScratchCards] Enabling ScratchCards v1.11.2
[18:07:05] [Server thread/INFO]: [SuperScratch] Successfully hooked into Vault.

[18:07:05] [Server thread/INFO]: [SuperScratch] PlaceholderAPI found, using it for the messages.

[18:07:05] [Server thread/INFO]: SuperScratch Plugin activated!

[18:07:05] [Server thread/INFO]: Cracked by Devil.

[18:07:05] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.6.6
[18:07:05] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
[18:07:05] [Server thread/INFO]: | You're using an not fully supported server version. (v1_8_R3)
[18:07:05] [Server thread/INFO]: | Vault  : Ok. Hooked on Vault 1.7.2-b107
[18:07:05] [Server thread/INFO]: | Command file(s) found : 1
[18:07:05] [Server thread/INFO]: | Config : Ready.
[18:07:05] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[18:07:05] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
[18:07:05] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[18:07:05] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
[18:07:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand
[18:07:05] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
[18:07:05] [Server thread/INFO]: | Custom commands loaded : 1
[18:07:05] [Server thread/INFO]: | Version: 5.6.6
[18:07:05] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[18:07:05] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[18:07:05] [Server thread/INFO]: [LPC] Enabling LPC v3.2.0
[18:07:05] [Server thread/INFO]: [LPC] Hooked into PlaceholderAPI.
[18:07:05] [Server thread/INFO]: [skript-yaml] Enabling skript-yaml v1.3.2
[18:07:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.4
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[18:07:05] [Server thread/INFO]: No kits found to migrate.
[18:07:05] [Server thread/INFO]: [Essentials] Using legacy item data provider as mob spawner provider.
[18:07:05] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[18:07:05] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/WARN]: [Essentials] Command cooldown with very short 0.0 cooldown.
[18:07:05] [Server thread/INFO]: Loaded 852 items from items.csv.
[18:07:05] [Server thread/INFO]: Using locale tr
[18:07:05] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[18:07:05] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[18:07:05] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[18:07:05] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[18:07:05] [Server thread/INFO]: [XLTournaments] Enabling XLTournaments v3.4.5
[18:07:05] [Server thread/INFO]: [XLTournaments]
[18:07:05] [Server thread/INFO]: [XLTournaments] \/|      XLTournaments v3.4.5
[18:07:05] [Server thread/INFO]: [XLTournaments] /\|_     Author: [ItsLewizzz]
[18:07:05] [Server thread/INFO]: [XLTournaments]          Copyright (c) Lewis D 2021. All Rights Reserved.
[18:07:05] [Server thread/INFO]: [XLTournaments]
[18:07:05] [Server thread/INFO]: [XLTournaments] Loading plugin..
[18:07:06] [Server thread/INFO]: [XLTournaments] Hooked into Vault
[18:07:06] [Server thread/INFO]: [XLTournaments]
[18:07:06] [Server thread/INFO]: [XLTournaments] Downloaded from https://directleaks.net
[18:07:06] [Server thread/INFO]: [spark] Enabling spark v1.5.2
[18:07:06] [Server thread/INFO]: [spark] Using Bukkit scheduler for tick monitoring
[18:07:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark
[18:07:06] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[18:07:06] [Server thread/INFO]: [MVdWPlaceholderAPI] spark added custom placeholder {spark_*}
[18:07:06] [Server thread/INFO]: [spark] Registered MVdWPlaceholderAPI placeholders
[18:07:06] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.6.9
[18:07:07] [Server thread/INFO]: [LiteBans] Using default database drivers (version:4).
[18:07:07] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 1.4.197 (org.h2.Driver)
[18:07:07] [Server thread/INFO]: [LiteBans] Connecting to database...
[18:07:07] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2://C:\Users\Administrator\Desktop\yok Skyblock\plugins\LiteBans\litebans] (533.3 ms).
[18:07:07] [Server thread/INFO]: [LiteBans] Database connection fully initialized (547.5 ms).
[18:07:07] [Server thread/INFO]: [LiteBans] v2.6.9 enabled. Startup took 718 ms.
[18:07:07] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2176)
[18:07:08] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.15
[18:07:08] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml

[18:07:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml

[18:07:08] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml

[18:07:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml

[18:07:08] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml

[18:07:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml

[18:07:08] [Server thread/INFO]: [CrazyAuctions] Loading the Test-File.yml

[18:07:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Test-File.yml

[18:07:08] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.3-Release
[18:07:08] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[18:07:08] [Server thread/WARN]: [DeluxeMenus] open_command specified for menu: sezon already exists for another menu!
[18:07:08] [Server thread/WARN]: [DeluxeMenus] Skipping menu: sezon
[18:07:08] [Server thread/INFO]: [DeluxeMenus] 18 GUI menus loaded!
[18:07:08] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[18:07:08] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[18:07:08] [Server thread/INFO]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[18:07:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus
[18:07:08] [Server thread/INFO]: [TAB] Enabling TAB v2.8.10
[18:07:08] [Server thread/INFO]: [TAB] Server version: 1.8.8 (v1_8_R3)

[18:07:09] [Server thread/INFO]: [TAB] File plugins\TAB\errors.txt exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file.

[18:07:09] [Server thread/INFO]: [TAB] Animation "barcolors" has refresh interval of 1120 which is not divisible by 50! Using 1100.

[18:07:09] [Server thread/INFO]: [TAB] There were 2 startup warnings.

[18:07:09] [Server thread/INFO]: [TAB] Enabled in 250ms

[18:07:09] [Server thread/INFO]: [AdvancedClans] Enabling AdvancedClans vRevamped-1.3.5
[18:07:09] [Thread-20/INFO]: [TAB] Version 2.9.2 is out! Your version: 2.8.10

[18:07:09] [Thread-20/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/57806/

[18:07:09] [Server thread/INFO]: [AdvancedClans] Log || FINE: Support for NMS version v1_8_R3 succesfully loaded.

[18:07:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: clans
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_kills}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_deaths}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_leader}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_name}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_members}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_name_color}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_privacy}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_prefix}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_kdr}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_player_kdr}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_player_kills}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_player_deaths}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_player_rank}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_balance}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_level}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_experience}
[18:07:09] [Server thread/INFO]: [MVdWPlaceholderAPI] AdvancedClans added custom placeholder {clans_required_experience}
[18:07:09] [Server thread/INFO]: [AdvancedClans] Log || INFO: Async saving task started succesfully

[18:07:09] [Server thread/INFO]:     AdvancedClans vRevamped-1.3.5

[18:07:09] [Server thread/INFO]:     Running on Bukkit version: v1_8_R3

[18:07:09] [Server thread/INFO]:     Author: ImJosee_ discord support: https://discord.gg/wBZnbKG

[18:07:10] [Server thread/INFO]: [PixelVip] Enabling PixelVip v3.0.3
[18:07:10] [Server thread/INFO]: [PixelVip] Init config module...

[18:07:10] [Server thread/INFO]: [PixelVip] Init utils module...

[18:07:10] [Server thread/INFO]: [PixelVip] Init essentials module...

[18:07:10] [Server thread/INFO]: [PixelVip] Essentials found. Hooked!

[18:07:10] [Server thread/INFO]: [PixelVip] Init economy module...

[18:07:10] [Server thread/INFO]: [PixelVip] -> Vault found. Hooked.

[18:07:10] [Server thread/INFO]: [PixelVip] Init commands module...

[18:07:10] [Server thread/INFO]: [PixelVip] Init scheduler module...

[18:07:10] [Server thread/INFO]: [PixelVip] Reloading tasks...

[18:07:10] [Server thread/INFO]: [PixelVip] -> Task started

[18:07:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pixelvip
[18:07:10] [Server thread/INFO]: [PixelVip] -> PlaceHolderAPI found. Hooked.

[18:07:10] [Server thread/INFO]: [PixelVip] We have 0 active Vips on file

[18:07:10] [Server thread/INFO]: [PixelVip] PixelVip enabled!

[18:07:10] [Server thread/INFO]: [PixelVip] Metrics enabled! See our stats here: https://bstats.org/plugin/bukkit/PixelVip
[18:07:10] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10-RELEASE
[18:07:10] [Server thread/INFO]: [CrazyCrates] Loading the config.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loading the data.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loading custom files.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/artemis.yml.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/event.yml.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/posedion.yml.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/spawner.yml.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loading all crate information...

[18:07:10] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
[18:07:10] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
[18:07:10] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Loaded 2 physical crate locations.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Failed to load 15 physical crate locations.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Classic.schematic was successfully found and loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Nether.schematic was successfully found and loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] OutDoors.schematic was successfully found and loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Sea.schematic was successfully found and loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Soul.schematic was successfully found and loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Wooden.schematic was successfully found and loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.

[18:07:10] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.

[18:07:10] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.

[18:07:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: crazycrates
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_artemis}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_artemis_physical}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_artemis_total}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_event}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_event_physical}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_event_total}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_posedion}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_posedion_physical}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_posedion_total}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_spawner}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_spawner_physical}
[18:07:10] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_spawner_total}
[18:07:11] [Server thread/INFO]: [QuickShop] Enabling QuickShop v1.13-0.9.39-beta
[18:07:11] [Server thread/INFO]: [QuickShop] Found permission provider.
[18:07:11] [Server thread/INFO]: [QuickShop] Limit cfg found...
[18:07:11] [Server thread/INFO]: [QuickShop] Limits.use: false
[18:07:11] [Server thread/INFO]: [QuickShop] {quickshop=0, quickshop.vip=20}
[18:07:11] [Server thread/INFO]: [QuickShop] Loading shops from database...
[18:07:11] [Server thread/INFO]: [QuickShop] Loaded 0 shops.
[18:07:11] [Server thread/INFO]: Cleaning purchase messages from database that are over a week old...

[18:07:11] [Server thread/INFO]: [QuickShop] Registering Listeners
[18:07:11] [Server thread/INFO]: [QuickShop] QuickShop loaded!
[18:07:11] [Server thread/INFO]: [LeaderHeadsRevamped] Enabling LeaderHeadsRevamped v4.0.6
[18:07:11] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into MVdWPlaceholderAPI
[18:07:11] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into PlaceholderAPI
[18:07:11] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into Citizens
[18:07:12] [Server thread/ERROR]: Error occurred while enabling LeaderHeadsRevamped v4.0.6 (Is it up to date?)
java.lang.IncompatibleClassChangeError
    at java.base/java.lang.invoke.MethodHandleResolver.getCPMethodHandleAt(Native Method) ~[?:?]
    at java.base/java.lang.invoke.MethodHandleResolver.getAdditionalBsmArg(Unknown Source) ~[?:?]
    at java.base/java.lang.invoke.MethodHandleResolver.resolveInvokeDynamic(Unknown Source) ~[?:?]
    at tech.panoply.leaderheads.libs.co.aikar.acf.RootCommand.addChildShared(RootCommand.java:47) ~[?:?]
    at tech.panoply.leaderheads.libs.co.aikar.acf.BukkitRootCommand.addChild(BukkitRootCommand.java:92) ~[?:?]
    at tech.panoply.leaderheads.libs.co.aikar.acf.BaseCommand.register(BaseCommand.java:428) ~[?:?]
    at tech.panoply.leaderheads.libs.co.aikar.acf.BaseCommand.onRegister(BaseCommand.java:271) ~[?:?]
    at tech.panoply.leaderheads.libs.co.aikar.acf.BaseCommand.onRegister(BaseCommand.java:228) ~[?:?]
    at tech.panoply.leaderheads.libs.co.aikar.acf.BukkitCommandManager.registerCommand(BukkitCommandManager.java:214) ~[?:?]
    at tech.panoply.leaderheads.libs.co.aikar.acf.BukkitCommandManager.registerCommand(BukkitCommandManager.java:247) ~[?:?]
    at tech.panoply.leaderheads.a.f.<init>(f.java:10) ~[?:?]
    at tech.panoply.leaderheads.LeaderHeads.onEnable(LeaderHeads.java:29) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d"]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
[18:07:12] [Server thread/INFO]: [LeaderHeadsRevamped] Disabling LeaderHeadsRevamped v4.0.6
[18:07:12] [Server thread/ERROR]: Error occurred while disabling LeaderHeadsRevamped v4.0.6 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "tech.panoply.leaderheads.f.b.c()" because "this.g" is null
    at tech.panoply.leaderheads.LeaderHeads.onDisable(LeaderHeads.java:13) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d"]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
[18:07:12] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.23
[18:07:12] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.23!
[18:07:12] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
[18:07:12] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[18:07:12] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
[18:07:12] [Server thread/WARN]: [skRayFall] EffectLib is no longer supported for users below 1.10. Please use skRayFall 1.9.21 or below for EffectLib support.
[18:07:12] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[18:07:12] [Server thread/INFO]: [skRayFall] Bacon holograms found
[18:07:12] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
[18:07:12] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
[18:07:12] [Server thread/INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
[18:07:12] [Server thread/INFO]: [skRayFall] An update for skRayFall is available!

[18:07:12] [Server thread/INFO]: [skRayFall] Bacon is ready!
[18:07:12] [Server thread/INFO]: [Quests] Enabling Quests v2.0.15
[18:07:12] [Server thread/INFO]: [Quests] Your server is running version v1_8_R3.
[18:07:12] [Server thread/INFO]: [Quests] Titles have been enabled, although they have limited timings.
[18:07:12] [Server thread/INFO]: [Quests] Task type blockbreak has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type blockbreakcertain has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type blockplace has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type blockplacecertain has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type mobkilling has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type mobkillingcertain has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type playerkilling has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type fishing has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type inventory has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type walking has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type taming has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type milking has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type shearing has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type position has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type playtime has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type brewing has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type citizens_deliver has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Task type citizens_interact has been registered.
[18:07:12] [Server thread/INFO]: [Quests] Metrics started. This can be disabled at /plugins/bStats/config.yml.
[18:07:12] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
[18:07:12] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.

[18:07:12] [Server thread/INFO]: [CommandNPC] Initiating Database

[18:07:12] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.

[18:07:12] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!

[18:07:12] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.4
[18:07:12] [Thread-23/INFO]: [CommandNPC] Loading commands complete!

[18:07:12] [Server thread/INFO]: [Skellett] Enabling Skellett v1.9.6b
[18:07:12] [Server thread/INFO]: [Skellett] The item merge event is only for 1.9+ versions!

[18:07:12] [Server thread/INFO]: [Skellett] The offhand switch event is only for 1.9+ versions!

[18:07:12] [Server thread/INFO]: [Skellett] The breeding event is only for 1.10+ versions!

[18:07:13] [Server thread/INFO]: [Skellett] Main.Maps syntax is for 1.11+ spigot versions!

[18:07:13] [Server thread/INFO]: [Skellett] InvulnerableState syntax is for 1.9R1+ spigot versions!

[18:07:13] [Server thread/INFO]: [Skellett] GravityState syntax is for 1.10+ spigot versions!

[18:07:13] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!

[18:07:13] [Server thread/INFO]: [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!

[18:07:13] [Server thread/INFO]: [Skellett] GlideState syntax is for 1.10+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] LlamaColour syntax is for 1.11+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] Main.Bossbars syntax is for 1.9R1+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] SpectralArrow syntax is for 1.10+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] EntityScoreboardTag syntax is for 1.11+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] ItemCooldown syntax is for 1.11.2+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] LlamaInventoryDecor syntax is for 1.11+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] TitleAndSubtitle syntax is for 1.11.2+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] SilentState syntax is for 1.10+ spigot versions!

[18:07:14] [Server thread/INFO]: [Skellett] LlamaInventory syntax is for 1.11+ spigot versions!

[18:07:15] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!

[18:07:15] [Server thread/INFO]: [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!

[18:07:15] [Server thread/INFO]: [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!

[18:07:15] [Server thread/INFO]: [Skellett] Syntax.Expressions.Unbreakable syntax is for 1.11.2+ spigot versions!

[18:07:15] [Server thread/INFO]: [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!

[18:07:15] [Server thread/INFO]: [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!

[18:07:15] [Server thread/INFO]: [Skellett] Registered 59 Effects, 22 Conditions, 156 Expressions and 20 Events

[18:07:15] [Server thread/INFO]: [Skellett] Failed to check for an update on spigot

[18:07:15] [Server thread/INFO]: [Skellett] Has been enabled!

[18:07:15] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.2-Pikachu-Patch-3
[18:07:15] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
[18:07:15] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
[18:07:15] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
[18:07:15] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 61 expressions and 0 types. Have fun!
[18:07:15] [Server thread/INFO]: -------- World Settings For [SuperiorWorld] --------
[18:07:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:07:15] [Server thread/INFO]: Clear tick list: false
[18:07:15] [Server thread/INFO]: Cactus Growth Modifier: 400%
[18:07:15] [Server thread/INFO]: Cane Growth Modifier: 400%
[18:07:15] [Server thread/INFO]: Melon Growth Modifier: 420%
[18:07:15] [Server thread/INFO]: Mushroom Growth Modifier: 400%
[18:07:15] [Server thread/INFO]: Pumpkin Growth Modifier: 420%
[18:07:15] [Server thread/INFO]: Sapling Growth Modifier: 400%
[18:07:15] [Server thread/INFO]: Wheat Growth Modifier: 400%
[18:07:15] [Server thread/INFO]: NetherWart Growth Modifier: 400%
[18:07:15] [Server thread/INFO]: Item Merge Radius: 4.0
[18:07:15] [Server thread/INFO]: Experience Merge Radius: 6.0
[18:07:15] [Server thread/INFO]: View Distance: 10
[18:07:15] [Server thread/INFO]: Mob Spawn Range: 4
[18:07:15] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Mi 12
[18:07:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:07:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:07:15] [Server thread/INFO]: Random Lighting Updates: false
[18:07:15] [Server thread/INFO]: Structure Info Saving: true
[18:07:15] [Server thread/INFO]: Item Despawn Rate: 6000
[18:07:15] [Server thread/INFO]: Arrow Despawn Rate: 300
[18:07:15] [Server thread/INFO]: Anti X-Ray: false
[18:07:15] [Server thread/INFO]:     Engine Mode: 1
[18:07:15] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:07:15] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:07:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:07:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:07:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:07:15] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:07:15] [Server thread/INFO]: Max Entity Collisions: 2
[18:07:15] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:07:15] [Server thread/INFO]: Max TNT Explosions: 100
[18:07:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:07:15] [Server thread/INFO]: -------- World Settings For [SuperiorWorld] --------
[18:07:15] [Server thread/INFO]: Allow undead horse types to be leashed: false
[18:07:15] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[18:07:15] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[18:07:15] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[18:07:15] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[18:07:15] [Server thread/INFO]: Keep spawn chunk loaded: true
[18:07:15] [Server thread/INFO]: Water over lava flow speed: 5
[18:07:15] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[18:07:15] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[18:07:15] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[18:07:15] [Server thread/INFO]: World async lighting: false
[18:07:15] [Server thread/INFO]: Fix TNT cannons: false
[18:07:15] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6332318506260709147)
[18:07:16] [Server thread/INFO]: [CrazyCrates] Fixed 3 broken crate locations.

[18:07:16] [Server thread/INFO]: -------- World Settings For [SuperiorWorld_nether] --------
[18:07:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:07:16] [Server thread/INFO]: Clear tick list: false
[18:07:16] [Server thread/INFO]: Cactus Growth Modifier: 400%
[18:07:16] [Server thread/INFO]: Cane Growth Modifier: 400%
[18:07:16] [Server thread/INFO]: Melon Growth Modifier: 420%
[18:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 400%
[18:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 420%
[18:07:16] [Server thread/INFO]: Sapling Growth Modifier: 400%
[18:07:16] [Server thread/INFO]: Wheat Growth Modifier: 400%
[18:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 400%
[18:07:16] [Server thread/INFO]: Item Merge Radius: 4.0
[18:07:16] [Server thread/INFO]: Experience Merge Radius: 6.0
[18:07:16] [Server thread/INFO]: View Distance: 10
[18:07:16] [Server thread/INFO]: Mob Spawn Range: 4
[18:07:16] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Mi 12
[18:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:07:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:07:16] [Server thread/INFO]: Random Lighting Updates: false
[18:07:16] [Server thread/INFO]: Structure Info Saving: true
[18:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
[18:07:16] [Server thread/INFO]: Arrow Despawn Rate: 300
[18:07:16] [Server thread/INFO]: Anti X-Ray: false
[18:07:16] [Server thread/INFO]:     Engine Mode: 1
[18:07:16] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:07:16] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:07:16] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:07:16] [Server thread/INFO]: Max Entity Collisions: 2
[18:07:16] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:07:16] [Server thread/INFO]: Max TNT Explosions: 100
[18:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:07:16] [Server thread/INFO]: -------- World Settings For [SuperiorWorld_nether] --------
[18:07:16] [Server thread/INFO]: Allow undead horse types to be leashed: false
[18:07:16] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[18:07:16] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[18:07:16] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[18:07:16] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[18:07:16] [Server thread/INFO]: Keep spawn chunk loaded: true
[18:07:16] [Server thread/INFO]: Water over lava flow speed: 5
[18:07:16] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[18:07:16] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[18:07:16] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[18:07:16] [Server thread/INFO]: World async lighting: false
[18:07:16] [Server thread/INFO]: Fix TNT cannons: false
[18:07:16] [Server thread/INFO]: Preparing start region for level 4 (Seed: 3648457403667296134)
[18:07:17] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.

[18:07:21] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
[18:07:22] [Server thread/INFO]: -------- World Settings For [survival] --------
[18:07:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:07:22] [Server thread/INFO]: Clear tick list: false
[18:07:22] [Server thread/INFO]: Cactus Growth Modifier: 400%
[18:07:22] [Server thread/INFO]: Cane Growth Modifier: 400%
[18:07:22] [Server thread/INFO]: Melon Growth Modifier: 420%
[18:07:22] [Server thread/INFO]: Mushroom Growth Modifier: 400%
[18:07:22] [Server thread/INFO]: Pumpkin Growth Modifier: 420%
[18:07:22] [Server thread/INFO]: Sapling Growth Modifier: 400%
[18:07:22] [Server thread/INFO]: Wheat Growth Modifier: 400%
[18:07:22] [Server thread/INFO]: NetherWart Growth Modifier: 400%
[18:07:22] [Server thread/INFO]: Item Merge Radius: 4.0
[18:07:22] [Server thread/INFO]: Experience Merge Radius: 6.0
[18:07:22] [Server thread/INFO]: View Distance: 10
[18:07:22] [Server thread/INFO]: Mob Spawn Range: 4
[18:07:22] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Mi 12
[18:07:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:07:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:07:22] [Server thread/INFO]: Random Lighting Updates: false
[18:07:22] [Server thread/INFO]: Structure Info Saving: true
[18:07:22] [Server thread/INFO]: Item Despawn Rate: 6000
[18:07:22] [Server thread/INFO]: Arrow Despawn Rate: 300
[18:07:22] [Server thread/INFO]: Anti X-Ray: false
[18:07:22] [Server thread/INFO]:     Engine Mode: 1
[18:07:22] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:07:22] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:07:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:07:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:07:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:07:22] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:07:22] [Server thread/INFO]: Max Entity Collisions: 2
[18:07:22] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:07:22] [Server thread/INFO]: Max TNT Explosions: 100
[18:07:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:07:22] [Server thread/INFO]: -------- World Settings For [survival] --------
[18:07:22] [Server thread/INFO]: Allow undead horse types to be leashed: false
[18:07:22] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[18:07:22] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[18:07:22] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[18:07:22] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[18:07:22] [Server thread/INFO]: Keep spawn chunk loaded: true
[18:07:22] [Server thread/INFO]: Water over lava flow speed: 5
[18:07:22] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[18:07:22] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[18:07:22] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[18:07:22] [Server thread/INFO]: World async lighting: false
[18:07:22] [Server thread/INFO]: Fix TNT cannons: false
[18:07:22] [Server thread/INFO]: Preparing start region for level 5 (Seed: 27594263)
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:noteblock
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:jukebox
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:jukebox
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:skull
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:22] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:jukebox
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/INFO]: Preparing spawn area for survival, 69%

[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:hopper
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:sign
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:furnace
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:jukebox
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:jukebox
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:jukebox
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:furnace
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:furnace
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:banner
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[18:07:23] [Server thread/WARN]: Skipping BlockEntity with id minecraft:flower_pot
[18:07:23] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.

[18:07:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: sky_nether
[18:07:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[18:07:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: FpsArena
[18:07:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[18:07:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: island_normal_world
[18:07:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[18:07:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: island.schematic
[18:07:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[18:07:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: island_end_world
[18:07:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[18:07:24] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: island_nether_world
[18:07:24] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[18:07:24] [Server thread/INFO]: -------- World Settings For [skyblockv2] --------
[18:07:24] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:07:24] [Server thread/INFO]: Clear tick list: false
[18:07:24] [Server thread/INFO]: Cactus Growth Modifier: 400%
[18:07:24] [Server thread/INFO]: Cane Growth Modifier: 400%
[18:07:24] [Server thread/INFO]: Melon Growth Modifier: 420%
[18:07:24] [Server thread/INFO]: Mushroom Growth Modifier: 400%
[18:07:24] [Server thread/INFO]: Pumpkin Growth Modifier: 420%
[18:07:24] [Server thread/INFO]: Sapling Growth Modifier: 400%
[18:07:24] [Server thread/INFO]: Wheat Growth Modifier: 400%
[18:07:24] [Server thread/INFO]: NetherWart Growth Modifier: 400%
[18:07:24] [Server thread/INFO]: Item Merge Radius: 4.0
[18:07:24] [Server thread/INFO]: Experience Merge Radius: 6.0
[18:07:24] [Server thread/INFO]: View Distance: 10
[18:07:24] [Server thread/INFO]: Mob Spawn Range: 4
[18:07:24] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 16 / Mi 12
[18:07:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:07:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:07:24] [Server thread/INFO]: Random Lighting Updates: false
[18:07:24] [Server thread/INFO]: Structure Info Saving: true
[18:07:24] [Server thread/INFO]: Item Despawn Rate: 6000
[18:07:24] [Server thread/INFO]: Arrow Despawn Rate: 300
[18:07:24] [Server thread/INFO]: Anti X-Ray: false
[18:07:24] [Server thread/INFO]:     Engine Mode: 1
[18:07:24] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:07:24] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:07:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:07:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:07:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:07:24] [Server thread/INFO]: Sending up to 10 chunks per packet
[18:07:24] [Server thread/INFO]: Max Entity Collisions: 2
[18:07:24] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:07:24] [Server thread/INFO]: Max TNT Explosions: 100
[18:07:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:07:24] [Server thread/INFO]: -------- World Settings For [skyblockv2] --------
[18:07:24] [Server thread/INFO]: Allow undead horse types to be leashed: false
[18:07:24] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[18:07:24] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[18:07:24] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[18:07:24] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[18:07:24] [Server thread/INFO]: Keep spawn chunk loaded: true
[18:07:24] [Server thread/INFO]: Water over lava flow speed: 5
[18:07:24] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[18:07:24] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[18:07:24] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[18:07:24] [Server thread/INFO]: World async lighting: false
[18:07:24] [Server thread/INFO]: Fix TNT cannons: false
[18:07:24] [Server thread/INFO]: Preparing start region for level 6 (Seed: 0)
[18:07:25] [Server thread/INFO]: [CrazyCrates] Fixed 8 broken crate locations.

[18:07:25] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
[18:07:25] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[18:07:25] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.1
[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Enabling CrazyEnvoy v1.3.10-RELEASE
[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loading the Config.yml

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Successfully loaded Config.yml

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loading the Messages.yml

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Successfully loaded Messages.yml

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loading the Data.yml

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Successfully loaded Data.yml

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loading custom files.

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loaded new custom file: /Tiers/klasik.yml.

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loaded new custom file: /Tiers/Lucky.yml.

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loaded new custom file: /Tiers/Titan.yml.

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Finished loading custom files.

[18:07:25] [Server thread/INFO]: [CrazyEnvoy] Loaded HolographicDisplays hologram hook.

[18:07:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: crazyenvoy
[18:07:26] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyEnvoy added custom placeholder {crazyenvoy_cooldown}
[18:07:26] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyEnvoy added custom placeholder {crazyenvoy_time_left}
[18:07:26] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyEnvoy added custom placeholder {crazyenvoy_crates_left}
[18:07:26] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[18:07:26] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[18:07:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) TNT ignition is PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Lighters are PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Lava fire is blocked.
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Fire spread is UNRESTRICTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SuperiorWorld'
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld_nether) TNT ignition is PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld_nether) Lighters are PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld_nether) Lava fire is blocked.
[18:07:26] [Server thread/INFO]: [WorldGuard] (SuperiorWorld_nether) Fire spread is UNRESTRICTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SuperiorWorld_nether'
[18:07:26] [Server thread/INFO]: [WorldGuard] (survival) TNT ignition is PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (survival) Lighters are PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (survival) Lava fire is blocked.
[18:07:26] [Server thread/INFO]: [WorldGuard] (survival) Fire spread is UNRESTRICTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival'
[18:07:26] [Server thread/INFO]: [WorldGuard] (skyblockv2) TNT ignition is PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (skyblockv2) Lighters are PERMITTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] (skyblockv2) Lava fire is blocked.
[18:07:26] [Server thread/INFO]: [WorldGuard] (skyblockv2) Fire spread is UNRESTRICTED.
[18:07:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyblockv2'
[18:07:26] [Server thread/INFO]: [WorldGuard] Loading region data...
[18:07:26] [Server thread/INFO]: [antiRedstoneClock] Enabling antiRedstoneClock v1.3.2
[18:07:26] [Server thread/INFO]: [antiRedstoneClock] Enabling Metrics
[18:07:26] [Server thread/INFO]: [antiRedstoneClock] Metrics loaded
[18:07:27] [Server thread/WARN]: [antiRedstoneClock] PlotSquared hasn't been found!
[18:07:27] [Server thread/INFO]: [antiRedstoneClock] Plugin loaded in 15 ms
[18:07:27] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.9.0
[18:07:27] [Server thread/INFO]: [Duels] Enabling Duels v3.4.1
[18:07:27] [Server thread/INFO]: [Duels] Successfully hooked into 'CombatTagPlus'!
[18:07:27] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
[18:07:27] [Server thread/INFO]: [MVdWPlaceholderAPI] Duels added custom placeholder {duels_wins}
[18:07:27] [Server thread/INFO]: [MVdWPlaceholderAPI] Duels added custom placeholder {duels_losses}
[18:07:27] [Server thread/INFO]: [MVdWPlaceholderAPI] Duels added custom placeholder {duels_can_request}
[18:07:27] [Server thread/INFO]: [Duels] Successfully hooked into 'MVdWPlaceholderAPI'!
[18:07:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: duels
[18:07:27] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[18:07:27] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[18:07:27] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
[18:07:27] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 2 kit(s).
[18:07:27] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 12 arena(s).
[18:07:27] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[18:07:27] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
[18:07:27] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v1.11.7
[18:07:27] [Server thread/INFO]:

[18:07:27] [Server thread/INFO]: =============================

[18:07:27] [Server thread/INFO]: UltimateStacker 1.11.7 by Songoda <3!

[18:07:27] [Server thread/INFO]: Action: Enabling...

[18:07:27] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
[18:07:27] [Server thread/INFO]: [SongodaCore] Hooked UltimateStacker.

[18:07:27] [Server thread/INFO]: [UltimateStacker] Loaded locale "tr_TR"
[18:07:28] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
[18:07:28] [Server thread/INFO]: =============================

[18:07:28] [Server thread/INFO]:

[18:07:28] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v7.0.0
[18:07:29] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[18:07:29] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
[18:07:29] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled and now running.
[18:07:29] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[18:07:29] [Server thread/INFO]: [EpicFurnaces] Enabling EpicFurnaces v4.6
[18:07:29] [Server thread/INFO]:

[18:07:29] [Server thread/INFO]: =============================

[18:07:29] [Server thread/INFO]: EpicFurnaces 4.6 by Songoda <3!

[18:07:29] [Server thread/INFO]: Action: Enabling...

[18:07:29] [Server thread/INFO]: [EpicFurnaces] Loaded locale "en_US"
[18:07:29] [Server thread/INFO]: [SongodaCore] Hooked EpicFurnaces.

[18:07:29] [Server thread/INFO]: [SongodaCore] Hooked UltimateStacker.

[18:07:29] [Server thread/INFO]: [EpicFurnaces] Loaded locale "tr_TR"
[18:07:30] [Server thread/INFO]: [EpicFurnaces] Data handler connected using SQLite.
[18:07:30] [Server thread/INFO]: =============================

[18:07:30] [Server thread/INFO]:

[18:07:30] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.58.0
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy1, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy2, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy3, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy4, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy5, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy6, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy7, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy8, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy9, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell1, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell2, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell3, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell4, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell5, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell6, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell7, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell8, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell9, button not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading shopMenuFillItem (config.yml), item not loaded: Invalid or no material name specified
[18:07:30] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading sounds (config.yml), no sounds loaded
[18:07:30] [Server thread/INFO]: [ShopGUIPlus] Downloaded from https://directleaks.net
[18:07:30] [Server thread/INFO]: [JetsMinions] Enabling JetsMinions v6.6.14
[18:07:30] [Server thread/INFO]: [JetsMinions] Initialising Plugin..

[18:07:30] [Server thread/INFO]: [JetsMinions] hooks.yml found, loading!
[18:07:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jetsminions
[18:07:30] [Server thread/INFO]: [JetsMinions] skins.yml found, loading!
[18:07:30] [Server thread/INFO]: [JetsMinions] config.yml found, loading!
[18:07:30] [Server thread/INFO]: JetsMinions >> AN ISSUE WHILE PARSING A MATERIAL CALLED: WOOD DOES NOT EXIST >> PLEASE CONTACT JET315 ABOUT THIS ISSUE (fromXmat)

[18:07:30] [Server thread/INFO]: JetsMinions >> AN ISSUE WHILE PARSING A MATERIAL CALLED: OBSİDİAN DOES NOT EXIST >> PLEASE CONTACT JET315 ABOUT THIS ISSUE (fromXmat)

[18:07:30] [Server thread/INFO]: [JetsMinions] messages.yml found, loading!
[18:07:30] [Server thread/INFO]: [JetsMinions] controlpanel.yml found, loading!
[18:07:30] [Server thread/INFO]: controlpanel.yml > Error processing item null (Item is null)

[18:07:30] [Server thread/INFO]: controlpanel.yml > Error processing item null (Item is null)

[18:07:30] [Server thread/INFO]: controlpanel.yml > Error processing item null (Item is null)

[18:07:30] [Server thread/INFO]: controlpanel.yml > Error processing item null (Item is null)

[18:07:30] [Server thread/INFO]: controlpanel.yml > Error processing item null (Item is null)

[18:07:30] [Server thread/INFO]: [JetsMinions] players.yml found, loading!
[18:07:30] [Server thread/INFO]: [JetsMinions] store.yml found, loading!
[18:07:30] [Server thread/INFO]: [JetsMinions] Loaded Minion: Miner Made by Jet315

[18:07:30] [Server thread/INFO]: [JetsMinions] Loaded Minion: Slayer Made by Jet315

[18:07:30] [Server thread/INFO]: [JetsMinions] Loaded Minion: Collector Made by Jet315

[18:07:30] [Server thread/INFO]: [JetsMinions] Loaded Minion: Feeder Made by Jet315

[18:07:31] [Server thread/INFO]: [JetsMinions] Loaded Minion: Lumberjack Made by Jet315

[18:07:31] [Server thread/INFO]: [JetsMinions] Loaded Minion: Farmer Made by Jet315

[18:07:31] [Server thread/INFO]: [JetsMinions] Loaded Minion: Fisher Made by Jet315

[18:07:31] [Server thread/INFO]: [JetsMinions] Loaded Minion: Seller Made by Jet315

[18:07:31] [Server thread/INFO]: [JetsMinions] Initialising Complete in 281ms

[18:07:31] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.2.2a
[18:07:31] [Server thread/INFO]: §cThe following materials are allowed to have stacks larger than the vanilla size: POTION

[18:07:31] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack

[18:07:31] [Server thread/INFO]: [IllegalStack] - Spigot chat components NOT found! disabling chat components.

[18:07:31] [Server thread/INFO]: [Illegal Stack] - MC Version < 1.13 detected!

[18:07:31] [Server thread/INFO]: [IllegalStack] - Minecraft 1.8 detected not checking offhand slot for overstacked items.

[18:07:31] [Server thread/INFO]: [IllegalStack] version < 1.11 found, not checking for shulker boxes

[18:07:31] [Server thread/INFO]: [JetsMinions-Fixer] Enabling JetsMinions-Fixer v1.0.1
[18:07:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:07:31] [Server thread/INFO]: Done (47.194s)! For help, type "help" or "?"
[18:07:31] [Server thread/INFO]: Timings Reset
[18:07:31] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperiorSkyblock2 added custom placeholder {superior_*}
[18:07:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: superior
[18:07:31] [Craft Scheduler Thread - 1/INFO]: [Matrix] Start checking update....

[18:07:32] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins\PlayerVaults\uuidvaults directory.
[18:07:32] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[18:07:32] [Craft Scheduler Thread - 3/INFO]: [PlayerVaults] We didn't find an update!
[18:07:32] [Server thread/WARN]: [ViaVersion] This version of Minecraft is over half a decade old and support for it will be fully dropped eventually. Please upgrade to a newer version to avoid encountering bugs and stability issues that have long been fixed.
[18:07:32] [Server thread/INFO]: [ViaVersion] Enabling Paper/TacoSpigot/Torch patch: Fixes block placement.
[18:07:32] [Server thread/WARN]: [ViaVersion] Failed to initialise chunks reflection
java.lang.reflect.InaccessibleObjectException: Unable to make protected java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module @230c7600
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source) ~[?:?]
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source) ~[?:?]
    at java.base/java.lang.reflect.Method.checkCanSetAccessible(Unknown Source) ~[?:?]
    at java.base/java.lang.reflect.Method.setAccessible(Unknown Source) ~[?:?]
    at us.myles.ViaVersion.util.ReflectionUtil$ClassReflection.scanMethods(ReflectionUtil.java:100) ~[ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at us.myles.ViaVersion.util.ReflectionUtil$ClassReflection.scanMethods(ReflectionUtil.java:96) ~[ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at us.myles.ViaVersion.util.ReflectionUtil$ClassReflection.<init>(ReflectionUtil.java:80) ~[ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at us.myles.ViaVersion.util.ReflectionUtil$ClassReflection.<init>(ReflectionUtil.java:74) ~[ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at us.myles.ViaVersion.bukkit.providers.BukkitViaBulkChunkTranslator.<clinit>(BukkitViaBulkChunkTranslator.java:23) [ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at us.myles.ViaVersion.bukkit.platform.BukkitViaLoader.load(BukkitViaLoader.java:115) [ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at us.myles.ViaVersion.ViaManager.onServerLoaded(ViaManager.java:109) [ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at us.myles.ViaVersion.ViaManager$$Lambda$304/0x00000000000a7538.run(Unknown Source) [ViaVersion-3.2.1.jar:git-ViaVersion-3.2.1:6c44051]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) [patched.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:783) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-"4c7641d"]
    at java.base/java.lang.Thread.run(Unknown Source) [?:?]
[18:07:32] [Server thread/INFO]: [XLTournaments] Registered external objective CRAZYCRATES_OPEN using CrazyCrates plugin.
[18:07:32] [Server thread/INFO]: [XLTournaments] Registered external objective CRAZYENVOY_OPEN using CrazyEnvoy plugin.
[18:07:32] [Server thread/INFO]: [XLTournaments] Registered external objective DUELS_WINS using Duels plugin.
[18:07:32] [Server thread/INFO]: [XLTournaments] Registered external objective PLACEHOLDERAPI using PlaceholderAPI plugin.
[18:07:32] [Server thread/INFO]: [XLTournaments] Registered external objective ESSENTIALS_BALANCE_RECEIVE using Essentials plugin.
[18:07:32] [Server thread/INFO]: [XLTournaments] Registered external objective ESSENTIALS_BALANCE_SPEND using Essentials plugin.
[18:07:32] [Server thread/INFO]: [XLTournaments] Loaded 13 tournament objectives (PLACEHOLDERAPI, CRAZYCRATES_OPEN, BLOCK_BREAK, CRAZYENVOY_OPEN, DUELS_WINS, PLAYTIME, PLAYER_FISH, ESSENTIALS_BALANCE_RECEIVE, MOB_KILLS, ITEM_CRAFT, BLOCK_PLACE, PLAYER_KILLS, ESSENTIALS_BALANCE_SPEND).
[18:07:32] [Server thread/INFO]: [XLTournaments] Loaded 'block_break_tournament' tournament.
[18:07:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: xltournaments
[18:07:32] [Server thread/INFO]: [Skript] Loading variables...
[18:07:32] [Server thread/INFO]: [Skript] Loaded 15 variables in 0.2 seconds
[18:07:33] [Craft Scheduler Thread - 2/INFO]: [Duels] No updates were available. You are on the latest version!
[18:07:33] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (kelime oyunu.sk, line 6: if {kodlar.%{_kodgecici.%player%}%} is set:')
[18:07:33] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (rankup.sk, line 41: if loop-value contains ".":')
[18:07:33] [Craft Scheduler Thread - 0/INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed.

[18:07:36] [Craft Scheduler Thread - 1/INFO]: > Matrix Updater:

[18:07:36] [Craft Scheduler Thread - 1/INFO]:     Matrix has an update: 6.3.0 current version: 6.2.0

[18:07:36] [Craft Scheduler Thread - 1/INFO]:     Download link: https://www.mc-market.org/resources/13999/

[18:07:36] [Craft Scheduler Thread - 7/INFO]: [Matrix] Plugin Enabled

[18:07:44] [Server thread/WARN]: [Skript] uncoloured {_ad} is already a text, so you should not put it in one (e.g. uncoloured {_ad} instead of "%uncoloured {_ad}%") (adareklam.sk, line 72: replace all "{reklam yazısı}" with "%uncolored {_ad}%" in {_format}')
[18:07:44] [Server thread/WARN]: [Skript] Possible name conflict of variables {islandADs::players::*} and {islandADs::players::%player%} (there might be more conflicts). (adareklam.sk, line 84: delete {islandADs::list::*} and {islandADs::players::*}')
[18:07:45] [Server thread/ERROR]: [Skript] Can't compare 'nbt of event.getItem()' with a text (auctionannouncer.sk, line 16: if nbt of event.getItem() is "{}":')
[18:07:45] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (auctionannouncer.sk, line 18: else:')
[18:07:46] [Server thread/WARN]: [Skript] Possible name conflict of variables {ejderha::hasar::%player%} and {ejderha::hasar::*} (there might be more conflicts). (ejder.sk, line 278: delete {ejderha::hasar::%player%}')
[18:07:47] [Server thread/WARN]: [Skript] Possible name conflict of variables {ranks::rankInfo::0::name} and {ranks::rankInfo::%loop-value%::name} (there might be more conflicts). (rankup.sk, line 37: set {ranks::rankInfo::0::name} to "Maksimum seviye!"')
[18:07:47] [Server thread/WARN]: [Skript] Possible name conflict of variables {ranks::rankInfo::%{_n}%::name} and {ranks::rankInfo::0::name} (there might be more conflicts). (rankup.sk, line 46: set {ranks::rankInfo::%{_n}%::name} to loop-value')
[18:07:47] [Server thread/WARN]: [Skript] Possible name conflict of variables {ranks::ranklist::%loop-value%} and {ranks::ranklist::*} (there might be more conflicts). (rankup.sk, line 49: set {ranks::ranklist::%loop-value%} to {_n}')
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[18:07:47] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[18:07:47] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[18:07:47] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[18:07:47] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[18:07:47] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[18:07:47] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! Stack trace:
[18:07:47] [Server thread/ERROR]: #!#! java.lang.reflect.InaccessibleObjectException: Unable to make private static int java.lang.String.toLowerCase(int) accessible: module java.base does not "opens java.lang" to unnamed module @78e6fbba
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.lang.reflect.Method.checkCanSetAccessible(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.lang.reflect.Method.setAccessible(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall.lambda$createCallSite$6(ExprJavaCall.java:388)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall$$Lambda$1697/0x0000000003d4f630.accept(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.ReferencePipeline$15$1.accept(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.DistinctOps$1$2.accept(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall.createCallSite(ExprJavaCall.java:391)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall$$Lambda$1695/0x0000000003d4d948.apply(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.util.HashMap.computeIfAbsent(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall.getCallSite(ExprJavaCall.java:341)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall.findCompatibleMethod(ExprJavaCall.java:519)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall.invoke(ExprJavaCall.java:430)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall.getSingle(ExprJavaCall.java:135)
[18:07:47] [Server thread/ERROR]: #!#!     at com.btk5h.skriptmirror.skript.reflect.ExprJavaCall.getArray(ExprJavaCall.java:140)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:268)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.events.EvtScript.register(EvtScript.java:61)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$3.call(ScriptLoader.java:725)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$3.call(ScriptLoader.java:1)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:744)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$$Lambda$1682/0x00000000056b7678.run(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader$$Lambda$1680/0x00000000086d25f0.run(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[18:07:47] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:490)
[18:07:47] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
[18:07:47] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352)
[18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:783)
[18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
[18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
[18:07:47] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
[18:07:47] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Unknown Source)
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! Version Information:
[18:07:47] [Server thread/ERROR]: #!#!   Skript: 2.2-dev36 (custom version)
[18:07:47] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:07:47] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:07:47] [Server thread/ERROR]: #!#!   Java: 16.0.2 (Eclipse OpenJ9 VM openj9-0.27.0)
[18:07:47] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! Server platform: Paper
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! Current node: null
[18:07:47] [Server thread/ERROR]: #!#! Current item: set {_lower}(as java.lang.Object) to loop-value.toLowerCase()
[18:07:47] [Server thread/ERROR]: #!#! Current trigger: load (script load) (rankup.sk, line 27)
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! Thread: Server thread
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! Language: english
[18:07:47] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/ERROR]: #!#! End of Error.
[18:07:47] [Server thread/ERROR]: #!#!
[18:07:47] [Server thread/INFO]: [Skript] Loaded 11 scripts with a total of 220 triggers and 31 commands in 15 seconds
[18:07:47] [Server thread/INFO]: [Skript] Finished loading.
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest bugday9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Karpuz9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Pumpkin9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Potato9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Carrot9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningStone9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningCoal9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningIron9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Combat with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Combat1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Combat2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Combat3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Combat4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Combat5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest Combat6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningGold9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningDiamond9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest MiningEmerald9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime1 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime2 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime3 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime4 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime5 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime6 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime7 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime8 with 1 tasks.
[18:07:48] [Server thread/INFO]: [Quests] Registering quest PlayTime9 with 1 tasks.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.58.0 ]================================
[18:07:48] [Server thread/INFO]: [ShopGUIPlus]
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Vault economy registered.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Vault economy enabled.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
[18:07:48] [Server thread/WARN]: [ShopGUIPlus] Found SilkSpawners but not hooked into it. You need to download an additional addon: https://brcdev.net/go/silkspawners-bridge
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded 8 main menu items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 10 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blok' with 78 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 25 items.
[18:07:48] [Server thread/WARN]: [ShopGUIPlus] Invalid shop size set for shop 'dyes'. Valid values are 9, 18, 27, 36, 45 and 54. Using default size 54.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 17 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 28 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 18 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 10 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'diğer' with 9 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] Loaded 8 shops with total of 195 items.
[18:07:48] [Server thread/INFO]: [ShopGUIPlus]
[18:07:48] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[18:07:48] [Craft Scheduler Thread - 1/INFO]: [Quests] A new version 3.9.1 was found on Spigot (your version: 2.0.15). Please update me! <3 - Link: https://www.spigotmc.org/resources/23696
[18:07:48] [Server thread/INFO]: [LeaderHeadsRevamped] Creating MVdWPlaceholderAPI placeholders
[18:07:48] [Server thread/INFO]: [MVdWPlaceholderAPI] LeaderHeadsRevamped added custom placeholder {leaderheads_*_*_*_*}
[18:07:48] [Server thread/INFO]: [Citizens] Loaded 9 NPCs.
[18:07:48] [Server thread/INFO]: [LeaderHeadsRevamped] Creating PlaceholderAPI placeholders
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: leaderheads
[18:07:48] [Server thread/WARN]: [ViaVersion] There is a newer version available: 4.0.1, you're on: 3.2.1
[18:07:48] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
[18:07:48] [Server thread/WARN]: [PlaceholderAPI] File: example.js for javascript placeholder: example is empty
[18:07:48] [Server thread/WARN]: [PlaceholderAPI] Failed to set ScriptEngine for javascript placeholder: sezon
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: localtime
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[18:07:48] [Server thread/WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[18:07:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldborder
[18:07:48] [Server thread/INFO]: 9 placeholder hooks successfully registered!

[18:07:50] [Server thread/INFO]:  (UltimateAutoRestart) A new update is available!

[18:07:50] [Server thread/INFO]:  Running on Build 44b while latest is Build 45b!

[18:07:50] [Server thread/INFO]:  https://www.spigotmc.org/resources/64414/

[18:07:50] [Server thread/INFO]:  https://polymart.org/resource/35

[18:07:57] [Craft Scheduler Thread - 14/INFO]: [TuSKe] Checking for latest update...
[18:07:59] [Craft Scheduler Thread - 158/INFO]: [TuSKe] Generating documentation of Skript & Addons.
[18:08:00] [Craft Scheduler Thread - 158/INFO]: [TuSKe] Documentation was generated successfully.
[18:08:01] [Craft Scheduler Thread - 14/INFO]: [TuSKe] New update available: v1.8.2
[18:08:01] [Craft Scheduler Thread - 14/INFO]: [TuSKe] Check what's new in: https://github.com/Tuke-Nuke/TuSKe/releases/tag/1.8.2
[18:08:01] [Craft Scheduler Thread - 14/INFO]: [TuSKe] You can download and update it with /tuske update.
[18:08:13] [Thread-42/INFO]: UUID of player yok is 8f2e8152-a149-3ab2-9475-4496e96a0b4b
[18:08:13] [Server thread/INFO]: [HamsterAPI] Failed to setup yok! Reason: Tried to access field from a null object
[18:08:13] [Server thread/INFO]: [AdvancedClans] Log || INFO: Starting load process for yok

[18:08:13] [Server thread/INFO]: [Matrix] (Via) Player yok joined with (1.8.x/47) client
[18:08:13] [Server thread/INFO]: [+] yok

[18:08:13] [Server thread/INFO]: [HamsterAPI] Succesfully setup player yok!
[18:08:13] [Server thread/INFO]: [HamsterAPI] Succesfully injected player yok!
[18:08:14] [Server thread/INFO]: yok[/78.180.62.118:49106] logged in with entity id 109 at ([world_the_end]-17.805561467058958, 61.0, 63.40215533080119)
[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutSpawnEntityLiving@927e44eb[
    a=110
    b=58
    c=-1456
    d=1920
    e=2128
    f=0
    g=-627
    h=0
    i=125
    j=0
    k=125
    l=net.minecraft.server.v1_8_R3.DataWatcher@c2b1f874
    m=<null>
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@dfa0d292[
    a=110
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3dd515a9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@8892b64c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@edd1acf5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@10807293, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@c20e1482, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fd975ef6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5a333e21, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@af1063a3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@9d4045f1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@cc39d833, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ca9516b1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2fe970de, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@546fc8a3]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutSpawnEntityLiving@515a9eff[
    a=111
    b=58
    c=-1040
    d=1952
    e=2096
    f=0
    g=-627
    h=0
    i=-34
    j=0
    k=-34
    l=net.minecraft.server.v1_8_R3.DataWatcher@429897e9
    m=<null>
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@fe385fca[
    a=111
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@c214d677, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3fd69efc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6011acb0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@84fdc0e4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a29e4b9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@322e4752, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2af37345, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1ab9afc4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fb4a1b38, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@83f2e1ec, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a7620981, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@23e3174a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6731693e]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutSpawnEntityLiving@e141d5e7[
    a=112
    b=58
    c=443
    d=1920
    e=1112
    f=0
    g=-627
    h=0
    i=-83
    j=0
    k=-83
    l=net.minecraft.server.v1_8_R3.DataWatcher@9d00a54b
    m=<null>
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@2a2ac64f[
    a=112
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@8ed6b87, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5dd5c29e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@c9e268d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ea888d09, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@646efcbf, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@99333725, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1a48c7ea, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@59268d71, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fa477bef, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3231e022, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a49c5d55, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a3dac286, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@cf9863f7]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutSpawnEntityLiving@3c7e3c11[
    a=113
    b=58
    c=880
    d=1920
    e=1584
    f=0
    g=-627
    h=0
    i=-3
    j=0
    k=-3
    l=net.minecraft.server.v1_8_R3.DataWatcher@cd6bcb7b
    m=<null>
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@450ba73f[
    a=113
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@52f434f0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@10f4e627, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@558b3f0f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@58af435a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@9b2041f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@dbacd618, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@f7c6962a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@823094db, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@824cb3d5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a5fd8e29, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@990de8c0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@d47661f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2d22ba5c]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@10703ed5[
    a=109
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ee383e8c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@db668419, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4a38b4e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@60fc6d14, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@472eb044, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@cda6f82d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@9f53f593, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@585e1560, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@73651bc9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@41d75e4b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@24fcc232, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2d15b65d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@43905778]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@15731b0a[
    a=110
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3dd515a9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@8892b64c, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@edd1acf5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@10807293, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@c20e1482, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fd975ef6, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5a333e21, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@af1063a3, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@9d4045f1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@cc39d833, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ca9516b1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2fe970de, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@546fc8a3]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@40b93a3f[
    a=111
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@c214d677, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3fd69efc, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6011acb0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@84fdc0e4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a29e4b9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@322e4752, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2af37345, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1ab9afc4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fb4a1b38, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@83f2e1ec, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a7620981, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@23e3174a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6731693e]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@65b2562[
    a=112
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@8ed6b87, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5dd5c29e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@c9e268d, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ea888d09, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@646efcbf, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@99333725, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1a48c7ea, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@59268d71, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@fa477bef, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3231e022, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a49c5d55, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a3dac286, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@cf9863f7]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@165b2e[
    a=113
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@52f434f0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@10f4e627, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@558b3f0f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@58af435a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@9b2041f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@dbacd618, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@f7c6962a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@823094db, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@824cb3d5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@a5fd8e29, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@990de8c0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@d47661f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@2d22ba5c]
  ]

[18:08:14] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@dd6bdd4f[
    a=109
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@60fc6d14]
  ]

[18:08:15] [Server thread/INFO]: Plugins (80): OSZOAntiWDL, PlaceholderAPI, UltimateAutoRestart, PlugMan, ConsoleSpamFix, SimpleVIPPerks, WebSender, BCommons, PlayerReport, RewardVoting, InfiniteScoreboard, ViaVersion, LuckPerms, AntiCrash, WorldEdit, FastCraft, Skript, ExploitGuard, ClearLag, DisableJoinMessage, SkQuery, tce, MessageAnnouncer, ProtocolLib, HamsterAPI, ChatSentinel, MVdWPlaceholderAPI, BetterChatCooldowns, AutoPickup, WildSkript, ExploitFixer, OtomatikPiston, skript-reflect, Vault, UnioAntiCrash, TabPacketFixer, Matrix, HolographicDisplays, skript-holo, TimedRewards, TopBalance, PlayerVaults, ScratchCards, MyCommand, LPC, skript-yaml, Essentials, XLTournaments, spark, LiteBans, Citizens, CrazyAuctions, DeluxeMenus, TAB, AdvancedClans, PixelVip, CrazyCrates, QuickShop, LeaderHeadsRevamped, skRayFall, Quests, CommandNPC, EssentialsSpawn, Skellett, TuSKe, SuperiorSkyblock2, Multiverse-Core, CombatTagPlus, CrazyEnvoy, WorldGuard, antiRedstoneClock, LockettePro, Duels, UltimateStacker, SilkSpawners, EpicFurnaces, ShopGUIPlus, JetsMinions, IllegalStack, JetsMinions-Fixer

[18:08:15] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutSpawnEntityLiving@ba0a7265[
    a=131
    b=58
    c=784
    d=1824
    e=3504
    f=0
    g=0
    h=0
    i=-113
    j=0
    k=3
    l=net.minecraft.server.v1_8_R3.DataWatcher@46b9d4cb
    m=<null>
  ]

[18:08:15] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@ecb57dc1[
    a=131
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@8e30fa7, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6ed7003b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@9977412b, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@11ef28ee, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@b0d07455, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@82d83fdd, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@3067424e, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ff0a5fbf, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ee5ec447, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@392ec6c0, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4a24780f, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6eb92808, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@950a2398]
  ]

[18:08:15] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutSpawnEntityLiving@d4de2fce[
    a=132
    b=58
    c=688
    d=1824
    e=3536
    f=0
    g=0
    h=0
    i=-12
    j=0
    k=4
    l=net.minecraft.server.v1_8_R3.DataWatcher@c0fd071e
    m=<null>
  ]

[18:08:15] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutEntityMetadata@b12e3355[
    a=132
    b=[net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@ce653e73, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@9dbbeb4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@f4efb2f5, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@e37358d7, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@e186c896, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@4e75d186, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@60833fc1, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@5e8a9b2a, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@b4d7ee38, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@6dfb15b4, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@57c4bab9, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@1b5e55ca, net.minecraft.server.v1_8_R3.DataWatcher$WatchableObject@e200527]
  ]

[18:08:15] [Server thread/ERROR]: Parameters:
  net.minecraft.server.v1_8_R3.PacketPlayOutSpawnEntityLiving@ce1cb8e[
    a=134
    b=58
    c=656
    d=1824
    e=3536
    f=0
    g=0
    h=0
    i=-61
    j=0
    k=2
    l=net.minecraft.server.v1_8_R3.DataWatcher@df8a9b58
    m=<null>
  ]

[18:08:15] [Craft Scheduler Thread - 249/INFO]: [LocalTime] Couldn't get yok's timezone. Will use default timezone.
[18:08:43] [Server thread/INFO]: yok lost connection: §6[Güvenlik] §7Güvenlik kodu girilmedi.
[18:08:43] [Server thread/WARN]: handleDisconnection() called twice







Kod:
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 9/16/21, 5:41 PM
Description: Exception in server tick loop

club.nachospigot.commons.ExploitException: Neutron client, long lined pages, took too long to decode
    at org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage.fromComponent(CraftChatMessage.java:175)
    at org.bukkit.craftbukkit.v1_8_R3.util.CraftChatMessage.fromComponent(CraftChatMessage.java:141)
    at org.bukkit.craftbukkit.v1_8_R3.block.CraftSign.revertComponent(CraftSign.java:86)
    at org.bukkit.craftbukkit.v1_8_R3.block.CraftSign.revertComponents(CraftSign.java:80)
    at org.bukkit.craftbukkit.v1_8_R3.block.CraftSign.<init>(CraftSign.java:28)
    at org.bukkit.craftbukkit.v1_8_R3.block.CraftBlock.getState(CraftBlock.java:259)
    at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.getTileEntities(CraftChunk.java:117)
    at co.aikar.timings.TimingHistory$2$1.apply(TimingHistory.java:120)
    at co.aikar.timings.TimingHistory$2$1.apply(TimingHistory.java:1)
    at co.aikar.util.JSONUtil.toArrayMapper(JSONUtil.java:80)
    at co.aikar.util.JSONUtil.toArrayMapper(JSONUtil.java:74)
    at co.aikar.timings.TimingHistory$2.apply(TimingHistory.java:110)
    at co.aikar.timings.TimingHistory$2.apply(TimingHistory.java:1)
    at co.aikar.util.JSONUtil.toObjectMapper(JSONUtil.java:102)
    at co.aikar.timings.TimingHistory.<init>(TimingHistory.java:105)
    at co.aikar.timings.FullServerTickHandler.stopTiming(FullServerTickHandler.java:71)
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:810)
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:664)
    at java.base/java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.8.8
    Operating System: Windows Server 2012 R2 (amd64) version 6.3
    Java Version: 16.0.2, International Business Machines Corporation
    Java VM Version: Eclipse OpenJ9 VM (JRE 16 Windows Server 2012 R2 amd64-64-Bit Compressed References 20210730_69 (JIT enabled, AOT enabled)
OpenJ9   - 1851b0074
OMR      - 9db1c870d
JCL      - 34df42439f3 based on jdk-16.0.2+7), Eclipse OpenJ9
    Memory: 2530390112 bytes (2413 MB) / 3170893824 bytes (3024 MB) up to 3170893824 bytes (3024 MB)
    JVM Flags: 23 total; -Xoptionsfile=C:\Program Files\Semeru\jre-16.0.2.7-openj9\lib\options.default -Xlockword:mode=default,noLockword=java/lang/String,noLockword=java/util/MapEntry,noLockword=java/util/HashMap$Entry,noLockword=org/apache/harmony/luni/util/ModifiedMap$Entry,noLockword=java/util/Hashtable$Entry,noLockword=java/lang/invoke/MethodType,noLockword=java/lang/invoke/MethodHandle,noLockword=java/lang/invoke/CollectHandle,noLockword=java/lang/invoke/ConstructorHandle,noLockword=java/lang/invoke/ConvertHandle,noLockword=java/lang/invoke/ArgumentConversionHandle,noLockword=java/lang/invoke/AsTypeHandle,noLockword=java/lang/invoke/ExplicitCastHandle,noLockword=java/lang/invoke/FilterReturnHandle,noLockword=java/lang/invoke/DirectHandle,noLockword=java/lang/invoke/ReceiverBoundHandle,noLockword=java/lang/invoke/DynamicInvokerHandle,noLockword=java/lang/invoke/FieldHandle,noLockword=java/lang/invoke/FieldGetterHandle,noLockword=java/lang/invoke/FieldSetterHandle,noLockword=java/lang/invoke/StaticFieldGetterHandle,noLockword=java/lang/invoke/StaticFieldSetterHandle,noLockword=java/lang/invoke/IndirectHandle,noLockword=java/lang/invoke/InterfaceHandle,noLockword=java/lang/invoke/VirtualHandle,noLockword=java/lang/invoke/PrimitiveHandle,noLockword=java/lang/invoke/InvokeExactHandle,noLockword=java/lang/invoke/InvokeGenericHandle,noLockword=java/lang/invoke/VarargsCollectorHandle,noLockword=java/lang/invoke/ThunkTuple -Xjcl:jclse29 -Xms3024M -Xmx3024M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    CraftBukkit Information:
   Running: CraftBukkit version null (MC: 1.8.8) (Implementing API version 1.8.8-R0.2-SNAPSHOT) false
   Plugins: { OSZOAntiWDL v1.3-SNAPSHOT me.oszo.antiwdl.OSZOAntiWDL [OSZO, xXdaniel20Xx], PlaceholderAPI v2.10.9 me.clip.placeholderapi.PlaceholderAPIPlugin [HelpChat], UltimateAutoRestart vBuild 44b dev.norska.uar.UltimateAutoRestart [Norska], PlugMan v2.1.7 com.rylinaux.plugman.PlugMan [rylinaux], ConsoleSpamFix v1.8.6 net.craftersland.consolefix.CSF [CraftersLand], SimpleVIPPerks v3.5 com.gmail.chalkie19.SimpleVIPPerks [], WebSender v3.1 tc.yigit.bukkit.BukkitMain [yyunusyigit], BCommons v0.2.10 me.bradleysteele.commons.BCommons [Bradley Steele (Ibiza)], PlayerReport v3.3.6 me.PCPSells.PRMain [PCPSells], RewardVoting v7.1.0 main.Main [], InfiniteScoreboard v1.0.1 com.infiniteplugins.infinitescoreboard.InfiniteScoreboard [InfinitePlugins], ViaVersion v3.2.1 us.myles.ViaVersion.ViaVersionPlugin [_MylesC, creeper123123321, Gerrygames, KennyTV, Matsv], LuckPerms v5.3.3 me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin [Luck], AntiCrash v1.7 me.crispybow.anticrash.AntiCrash [CrispyBow], WorldEdit v6.1.7;dd00bb1 com.sk89q.worldedit.bukkit.WorldEditPlugin [], FastCraft v3.2.9 net.benwoodworth.fastcraft.bukkit.BukkitFastCraft [Kepler], Skript v2.2-dev36 ch.njol.skript.Skript [Njol, Mirreski, bensku, TheBentoBox, tim740, Tuke-Nuke, TheLimeGlass, xXAndrew28Xx, Sashie, RoyCurtis, nfell2009, Syst3ms, Snow-Pyon], ExploitGuard v1.5.3 io.github.confuser2188.exploitguard.Main [Confuser2188], ClearLag v3.2.2 me.minebuilders.clearlag.Clearlag [bob7l], DisableJoinMessage v1.0 me.MinecraftDev96.DisableJoinMessage.Main [MinecraftDev96], SkQuery v3.6.1-Lime com.w00tmast3r.skquery.SkQuery [w00tmast3r, LimeGlass], tce v1.1 me.KevinW1998.tce.tce [], MessageAnnouncer v1.9.1 me.clip.messageannouncer.MessageAnnouncer [extended_clip], ProtocolLib v4.6.0 com.comphenix.protocol.ProtocolLib [dmulloy2, comphenix], HamsterAPI v0.1.6 dev._2lstudios.hamsterapi.HamsterAPI [Sammwy, LinsaFTW], ChatSentinel v0.4.0 twolovers.chatsentinel.bukkit.ChatSentinel [2LS], MVdWPlaceholderAPI v3.1.1 be.maximvdw.placeholderapi.PlaceholderAPI [Maximvdw], BetterChatCooldowns v1.2 dash.recoded.BCC [[Dashie]], AutoPickup v3.9 me.MnMaxon.AutoPickup.AutoPickupPlugin [], WildSkript v1.8 net.dzikoysk.wildskript.WildSkript [Dzikoysk], ExploitFixer v1.6.1 dev._2lstudios.exploitfixer.ExploitFixer [2LS], OtomatikPiston v1.0 com.kekn9ne.otomatikpiston188.OtomatikPiston [], skript-reflect v2.1.0 com.btk5h.skriptmirror.SkriptMirror [Bryan Terce <[email protected]>, TPGamesNL], Vault v1.7.2-b107 net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], UnioAntiCrash v1.7 com.uniocraft.anticrash.bukkit.Bukkitt [UnioDex], TabPacketFixer v0.3 me.mrtol.tabpacketfixer.TabPacketFixer [Mrtol], Matrix v6.2.0 me.rerere.matrix.Matrix [RE], HolographicDisplays v2.4.5 com.gmail.filoghost.holographicdisplays.HolographicDisplays [filoghost], skript-holo v1.0.0 me.blueyescat.skriptholo.SkriptHolo [Blueyescat], TimedRewards v3.1.0 me.bradleysteele.timedrewards.TimedRewards [Bradley Steele (Ibiza)], TopBalance v1.0 xyz.efekurbann.topbalance.TopBalancePlugin [hyperion], PlayerVaults v3.6.0-bSNAPSHOT com.drtshock.playervaults.PlayerVaults [drtshock, kashike], ScratchCards v1.11.2 de.Niklas.ScratchCards.ScratchPlugin [Niklas], MyCommand v5.6.6 it.emmerrei.mycommand.Main [emmerrei (ivanfromitaly)], LPC v3.2.0 me.oncode9.lpc.LPCPlugin [OnCode9], skript-yaml v1.3.2 me.sashie.skriptyaml.SkriptYaml [Sashie], Essentials v2.17.2.4 com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685], XLTournaments v3.4.5 fun.lewisdev.tournaments.XLTournamentsPlugin [ItsLewizzz], spark v1.5.2 me.lucko.spark.bukkit.BukkitSparkPlugin [Luck], LiteBans v2.6.9 litebans.BukkitPlugin [Ruan], Citizens v2.0.27-SNAPSHOT (build 2176) net.citizensnpcs.Citizens [fullwall], CrazyAuctions v1.2.15 me.badbones69.crazyauctions.Main [BadBones69], DeluxeMenus v1.13.3-Release com.extendedclip.deluxemenus.DeluxeMenus [extended_clip, Glare], TAB v2.8.10 me.neznamy.tab.platforms.bukkit.Main [NEZNAMY], AdvancedClans vRevamped-1.3.5 me.jose.advancedclans.AdvancedClans [ImJosee_], PixelVip v3.0.3 br.net.fabiozumbi12.pixelvip.bukkit.PixelVip [FabioZumbi12], CrazyCrates v1.10-RELEASE me.badbones69.crazycrates.Main [BadBones69], QuickShop v1.13-0.9.39-beta org.maxgamer.quickshop.QuickShop [Netherfoam, Timtower, KaiNoMood], LeaderHeadsRevamped v4.0.6 tech.panoply.leaderheads.LeaderHeads [Panoply Tech], skRayFall v1.9.23 net.rayfall.eyesniper2.skrayfall.Core [eyesniper2], Quests v2.0.15 com.leonardobishop.quests.Quests [lmbishop], CommandNPC v1.9.1 me.messageofdeath.commandnpc.CommandNPC [messageofdeath], EssentialsSpawn v2.17.2.4 com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], Skellett v1.9.6b com.gmail.thelimeglass.Skellett [LimeGlass], TuSKe v1.8.2-Pikachu-Patch-3 com.github.tukenuke.tuske.TuSKe [Tuke_Nuke], SuperiorSkyblock2 v1.7.0-DEVb306 com.bgsoftware.superiorskyblock.SuperiorSkyblockPlugin [Ome_R], Multiverse-Core v2.5.0-b727 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--, dumptruckman], CombatTagPlus v1.3.1 net.minelink.ctplus.CombatTagPlus [Byteflux, Sudzzy], CrazyEnvoy v1.3.10-RELEASE me.badbones69.crazyenvoy.Main [BadBones69], WorldGuard v6.1 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], antiRedstoneClock v1.3.2 com.trafalcraft.antiRedstoneClock.Main [Amosar], LockettePro v2.9.0 me.crafter.mc.lockettepro.LockettePro [connection_lost], Duels v3.4.1 me.realized.duels.DuelsPlugin [Realized], UltimateStacker v1.11.7 com.songoda.ultimatestacker.UltimateStacker [songoda], SilkSpawners v7.0.0 de.dustplanet.silkspawners.SilkSpawners [xGhOsTkiLLeRx, mushroomhostage], EpicFurnaces v4.6 com.songoda.epicfurnaces.EpicFurnaces [songoda], ShopGUIPlus v1.58.0 net.brcdev.shopgui.ShopGuiPlugin [brc], JetsMinions v6.6.14 me.jet315.minions.Core [Jet315], IllegalStack v2.2.2a me.dniym.IllegalStack [dNiym], JetsMinions-Fixer v1.0.1 xyz.geik.minion.fixer.Main [[Geik, aisnhappy]],}
   Warnings: DEFAULT
   Reload Count: 0
   Threads: { RUNNABLE IProfiler: [], WAITING Chunk I/O Executor Thread-3: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING MVStore background writer nio:C:/Users/Administrator/Desktop/DenemeSunucu Skyblock/plugins/LuckPerms/luckperms-h2.mv.db: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3116)], TIMED_WAITING Craft Scheduler Thread - 156: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING bStats-Metrics: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE Thread-27: [java.base/sun.nio.ch.Net.poll(Native Method), java.base/sun.nio.ch.NioSocketImpl.park(Unknown Source), java.base/sun.nio.ch.NioSocketImpl.timedRead(Unknown Source), java.base/sun.nio.ch.NioSocketImpl.implRead(Unknown Source), java.base/sun.nio.ch.NioSocketImpl.read(Unknown Source), java.base/sun.nio.ch.NioSocketImpl$1.read(Unknown Source), java.base/java.net.Socket$SocketInputStream.read(Unknown Source), java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source), java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source), java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source), java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source), java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source), java.base/java.io.BufferedInputStream.fill(Unknown Source), java.base/java.io.BufferedInputStream.read1(Unknown Source), java.base/java.io.BufferedInputStream.read(Unknown Source), java.base/sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source), java.base/sun.net.www.http.HttpClient.parseHTTP(Unknown Source), java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source), java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source), java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source), java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source), de.dustplanet.util.Updater.followRedirects(Updater.java:494), de.dustplanet.util.Updater.downloadFile(Updater.java:429), de.dustplanet.util.Updater.saveFile(Updater.java:409), de.dustplanet.util.Updater.runUpdater(Updater.java:848), de.dustplanet.util.Updater.lambda$new$0(Updater.java:320), de.dustplanet.util.Updater$$Lambda$1576/0x00000000903bfe90.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE Concurrent Mark Helper: [], TIMED_WAITING pool-4-thread-1: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Keep-Alive-Timer: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), java.base/sun.net.www.http.KeepAliveCache.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source), java.base/jdk.internal.misc.InnocuousThread.run(Unknown Source)], RUNNABLE Finalizer thread: [], TIMED_WAITING spark-cpu-monitor: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING ForkJoinPool-1-worker-51: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source), java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 129: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING SuperiorSkyblock Database Thread 0: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE Attach API wait loop: [java.base/openj9.internal.tools.attach.target.IPC.waitSemaphore(Native Method), java.base/openj9.internal.tools.attach.target.CommonDirectory.waitSemaphore(Unknown Source), java.base/openj9.internal.tools.attach.target.WaitLoop.waitForNotification(Unknown Source), java.base/openj9.internal.tools.attach.target.WaitLoop.run(Unknown Source)], TIMED_WAITING pool-27-thread-1: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), me.neznamy.tab.shared.cpu.CPUManager$1.run(CPUManager.java:44), java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.base/java.util.concurrent.FutureTask.run(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING Thread-16: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source), ch.njol.skript.ScriptLoader$AsyncLoaderThread.run(ScriptLoader.java:306)], TIMED_WAITING Snooper Timer: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), java.base/java.util.TimerThread.mainLoop(Unknown Source), java.base/java.util.TimerThread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 146: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE FileSystemWatchService: [java.base/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method), java.base/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(Unknown Source), java.base/sun.nio.fs.WindowsWatchService$Poller.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE Netty Server IO #0: [java.base/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method), java.base/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source), java.base/sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source), java.base/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source), java.base/sun.nio.ch.SelectorImpl.select(Unknown Source), io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622), io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING pool-27-thread-9: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE JIT Diagnostic Compilation Thread-001 Suspended: [], WAITING ProtocolLib-StructureCompiler 0: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING ForkJoinPool-2-worker-3: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source), java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 144: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING Skript variable save thread: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), ch.njol.skript.variables.Variables$2.run(Variables.java:463), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING bStats-Metrics: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING pool-25-thread-1: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING JIT-SamplerThread: [], RUNNABLE Netty Server IO #1: [java.base/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method), java.base/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source), java.base/sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source), java.base/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source), java.base/sun.nio.ch.SelectorImpl.select(Unknown Source), io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622), io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Server Infinisleeper: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:58)], TIMED_WAITING pool-27-thread-3: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:116), java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.base/java.util.concurrent.FutureTask.run(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING Chunk I/O Executor Thread-1: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE Server thread: [java.base/java.lang.Thread.getStackTrace(Unknown Source), java.base/java.lang.Thread.getAllStackTraces(Unknown Source), org.bukkit.craftbukkit.v1_8_R3.CraftCrashReport.call(CraftCrashReport.java:29), net.minecraft.server.v1_8_R3.CrashReportSystemDetails.a(SourceFile:78), net.minecraft.server.v1_8_R3.CrashReport.h(CrashReport.java:127), net.minecraft.server.v1_8_R3.CrashReport.<init>(CrashReport.java:34), net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:684), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Spigot Metrics Thread: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), java.base/java.util.TimerThread.mainLoop(Unknown Source), java.base/java.util.TimerThread.run(Unknown Source)], WAITING Thread-7: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77), org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25), java.base/java.lang.Thread.run(Unknown Source)], WAITING ForkJoinPool.commonPool-worker-3: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source), java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)], TIMED_WAITING pool-8-thread-1: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING PaperSpigot Watchdog Thread: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), org.spigotmc.WatchdogThread.run(WatchdogThread.java:92)], TIMED_WAITING luckperms-scheduler-worker-79: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE Netty Server IO #2: [java.base/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method), java.base/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source), java.base/sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source), java.base/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source), java.base/sun.nio.ch.SelectorImpl.select(Unknown Source), io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622), io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING File IO Thread: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), net.minecraft.server.v1_8_R3.FileIOThread.c(FileIOThread.java:52), net.minecraft.server.v1_8_R3.FileIOThread.run(FileIOThread.java:28), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Timer-2: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), java.base/java.util.TimerThread.mainLoop(Unknown Source), java.base/java.util.TimerThread.run(Unknown Source)], WAITING Skript variable save thread for database 'default': [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:76), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 142: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING Thread-24: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), me.messageofdeath.commandnpc.Utilities.queue.QueueSystem$QueueExecutor.run(QueueSystem.java:52)], TIMED_WAITING Timer-0: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), java.base/java.util.TimerThread.mainLoop(Unknown Source), java.base/java.util.TimerThread.run(Unknown Source)], TIMED_WAITING pool-27-thread-2: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:116), java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.base/java.util.concurrent.FutureTask.run(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING luckperms-scheduler: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Timer-1: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), java.base/java.util.TimerThread.mainLoop(Unknown Source), java.base/java.util.TimerThread.run(Unknown Source)], TIMED_WAITING pool-9-thread-1: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING LiteBans-2: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), litebans.ev.a(ev.java:761), litebans.gg.g(gg.java:24), litebans.gg.run(gg.java:19), java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 154: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING pool-58-thread-1: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING pool-24-thread-1: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 114: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE JIT Compilation Thread-000: [], RUNNABLE Server console handler: [org.fusesource.jansi.internal.Kernel32.ReadConsoleInputW(Native Method), org.fusesource.jansi.internal.Kernel32.readConsoleInputHelper(Kernel32.java:761), org.fusesource.jansi.internal.Kernel32.readConsoleKeyInput(Kernel32.java:794), org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.readConsoleInput(WindowsTerminal.java:215), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.access$000(WindowsTerminal.java:55), org.bukkit.craftbukkit.libs.jline.WindowsTerminal$1.read(WindowsTerminal.java:157), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349), net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:83)], WAITING ForkJoinPool-1-worker-37: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingDeque.takeFirst(Unknown Source), java.base/java.util.concurrent.LinkedBlockingDeque.take(Unknown Source), java.base/sun.nio.fs.AbstractWatchService.take(Unknown Source), me.lucko.luckperms.common.storage.implementation.file.watcher.AbstractFileWatcher.runEventProcessingLoop(AbstractFileWatcher.java:128), me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher.lambda$new$0(FileWatcher.java:61), me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher$$Lambda$740/0x0000000088f16b70.run(Unknown Source), java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source), java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source), java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source), java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)], TIMED_WAITING luckperms-scheduler-worker-20: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING pool-27-thread-4: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:116), java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.base/java.util.concurrent.FutureTask.run(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING Chunk I/O Executor Thread-2: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 170: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE DestroyJavaVM helper thread: [], TIMED_WAITING Common-Cleaner: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), java.base/java.lang.ref.ReferenceQueue.remove(Unknown Source), java.base/jdk.internal.ref.CleanerImpl.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source), java.base/jdk.internal.misc.InnocuousThread.run(Unknown Source)], TIMED_WAITING pool-27-thread-6: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:116), java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.base/java.util.concurrent.FutureTask.run(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING MVStore background writer nio:C:/Users/Administrator/Desktop/DenemeSunucu Skyblock/plugins/LiteBans/litebans.mv.db: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2708)], WAITING Java2D Disposer: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), java.base/java.lang.ref.ReferenceQueue.remove(Unknown Source), java.base/java.lang.ref.ReferenceQueue.remove(Unknown Source), java.desktop/sun.java2d.Disposer.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING NonBlockingInputStreamThread: [java.base/java.lang.Object.wait(Native Method), java.base/java.lang.Object.wait(Unknown Source), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278), java.base/java.lang.Thread.run(Unknown Source)], RUNNABLE GC Worker: [], TIMED_WAITING litebans-pool innocent housekeeper (Async): [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Craft Scheduler Thread - 166: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.base/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], WAITING CombatTagPlus ForceField Thread: [java.base/jdk.internal.misc.Unsafe.park(Native Method), java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)], TIMED_WAITING pool-27-thread-7: [java.base/java.lang.Thread.sleep(Native Method), java.base/java.lang.Thread.sleep(Unknown Source), me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:116), java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source), java.base/java.util.concurrent.FutureTask.run(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base/java.lang.Thread.run(Unknown Source)],}
   Recent tasks from 5970-6000{Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6000,TimedRewards:me.bradleysteele.timedrewards.zh20aDAAz9W1bXxcmSxKkRFJPRqh9n@6001,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6001,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6001,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6001,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6002,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6003,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6003,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6003,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6004,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6005,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6005,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6005,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6006,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6007,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6007,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6007,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6008,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6009,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6009,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6009,UltimateAutoRestart:dev.norska.uar.tasks.UARAfterRestart$1@6009,Quests:com.leonardobishop.quests.Quests$3@6009,Duels:me.realized.duels.data.UserManagerImpl$$Lambda$1772/0x00000000906a74f0@6009,ExploitFixer:dev._2lstudios.exploitfixer.tasks.ExploitFixerRepeatingTask@6009,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6010,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6011,TimedRewards:me.bradleysteele.timedrewards.zh20aDAAz9W1bXxcmSxKkRFJPRqh9n@6011,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6011,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6011,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6012,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6013,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6013,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6013,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6014,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6015,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6015,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6015,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6016,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6017,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6017,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6017,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6018,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6019,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6019,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6019,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6020,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6021,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6021,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6021,TimedRewards:me.bradleysteele.timedrewards.zh20aDAAz9W1bXxcmSxKkRFJPRqh9n@6021,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6022,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6023,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6023,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6023,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6024,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6025,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6025,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6025,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6026,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6027,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6027,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6027,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6028,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6029,QuickShop:org.maxgamer.quickshop.Watcher.LogWatcher@6029,ViaVersion:us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8.HandItemCache@6029,ExploitFixer:dev._2lstudios.exploitfixer.tasks.ExploitFixerRepeatingTask@6029,AdvancedClans:me.jose.advancedclans.managers.SaveTaskManager@6029,MessageAnnouncer:me.clip.messageannouncer.IntervalTask@6029,ChatSentinel:twolovers.chatsentinel.bukkit.ChatSentinel$$Lambda$931/0x0000000088d0be30@6029,Quests:com.leonardobishop.quests.Quests$3@6029,UltimateAutoRestart:dev.norska.uar.tasks.UARAfterRestart$1@6029,Duels:me.realized.duels.data.UserManagerImpl$$Lambda$1772/0x00000000906a74f0@6029,TimedRewards:me.bradleysteele.timedrewards.vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO@6029,Matrix:me.rerere.matrix.IIIIlIIllllIIlI@6030,}
    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayer['Deneme'/132, l='skyblockv2', x=1383.62, y=105.00, z=-217.99](Deneme at 1383.6190392885437,105.0,-217.98843315309443)]
    Is Modded: Definitely; Server brand changed to 'NachoSpigot'
    Type: Dedicated Server (map_server.txt)



 

Deleted User 131734

Nerelerdesin Be Zümrüt?
Katılım
23 Şubat 2021
Mesajlar
559
Elmaslar
422
Puanlar
4.075
Yer
Avusturya
Hatanızı incelerken bir sürü item atlanmış. Eski bir Sürümden yeni bir Sürüme harita geçirmişsiniz ya da yeni bir Sürümden eski Sürüme harita geçirmişsiniz. Maplerinizin yedeğini alın ve tekrar oluşturtun aynı hata Olmaz ise Mapleriniz hatalıdır bide ViaVersion üzerinde bir Packet hatası gördüm. Sunucu sürümünüze uygun ViaVersion kurunuz.

Kısa anlatım: Bu hatanın sebebi Mapden veya ViaVersion dan kaynaklıdır.
 

yasin3453

Koydum Çalışma Masasını
Katılım
16 Eylül 2021
Mesajlar
59
Elmaslar
4
Puanlar
2.210
Yaş
21
Hatanızı incelerken bir sürü item atlanmış. Eski bir Sürümden yeni bir Sürüme harita geçirmişsiniz ya da yeni bir Sürümden eski Sürüme harita geçirmişsiniz. Maplerinizin yedeğini alın ve tekrar oluşturtun aynı hata Olmaz ise Mapleriniz hatalıdır bide ViaVersion üzerinde bir Packet hatası gördüm. Sunucu sürümünüze uygun ViaVersion kurunuz.

Kısa anlatım: Bu hatanın sebebi Mapden veya ViaVersion dan kaynaklıdır.
Deneyip size dönüş yapacağım. Bu arada yorumunuz için teşekkürler
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı