[18:47:04] [Server thread/INFO]: Starting minecraft server version 1.15.2 [18:47:04] [Server thread/INFO]: Loading properties [18:47:04] [Server thread/INFO]: This server is running Paper version git-Paper-387 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) [18:47:05] [Server thread/INFO]: Debug logging is disabled [18:47:05] [Server thread/INFO]: Server Ping Player Sample Count: 12 [18:47:05] [Server thread/INFO]: Using 4 threads for Netty based IO [18:47:05] [Server thread/INFO]: Default game type: SURVIVAL [18:47:05] [Server thread/INFO]: Generating keypair [18:47:05] [Server thread/INFO]: Starting Minecraft server on *:25565 [18:47:05] [Server thread/INFO]: Using default channel type [18:47:05] [Server thread/ERROR]: Could not load 'plugins\SkinsRestorer.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:148) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:360) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191] at java.util.zip.ZipFile.(Unknown Source) ~[?:1.8.0_191] at java.util.zip.ZipFile.(Unknown Source) ~[?:1.8.0_191] at java.util.jar.JarFile.(Unknown Source) ~[?:1.8.0_191] at java.util.jar.JarFile.(Unknown Source) ~[?:1.8.0_191] at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:158) ~[patched_1.15.2.jar:git-Paper-387] ... 5 more [18:47:05] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [18:47:08] [Server thread/WARN]: Legacy plugin WDLCompanion v1.2.0 does not specify an api-version. [18:47:08] [Server thread/WARN]: Legacy plugin DriveBackupV2 v1.3.2 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin Websend v2.5.7 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin PlayTime v2.2-1.13 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin NametagEdit v4.4.10 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin SlotsPlus v1.1 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin WebSender v3.0 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin ViaRewind-Legacy-Support v1.3.2 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin HamsterAPI v0.1.2 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin skript-mirror v1.0.0 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin ServerListPlus v3.4.8 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin MoneyPouch v3.1 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin VipZero v1.2.4 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin PrisonRanksX v2.4.13 does not specify an api-version. [18:47:09] [Server thread/WARN]: Legacy plugin PluginHider v1.6 does not specify an api-version. [18:47:11] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@113cafe2] [18:47:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API. [18:47:11] [Server thread/INFO]: Candidate: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R1 [18:47:11] [Server thread/WARN]: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R1 is not custom candidate. java.lang.NoClassDefFoundError: net/minecraft/server/v1_16_R1/NBTBase at java.lang.Class.forName0(Native Method) ~[?:1.8.0_191] at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_191] at com.sk89q.worldedit.bukkit.adapter.BukkitImplLoader.loadAdapter(BukkitImplLoader.java:160) ~[?:?] at com.sk89q.worldedit.bukkit.WorldEditPlugin.loadAdapter(WorldEditPlugin.java:411) ~[?:?] at com.sk89q.worldedit.bukkit.WorldEditPlugin.setupPreWorldData(WorldEditPlugin.java:250) ~[?:?] at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:224) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-387] at com.sk89q.worldedit.bukkit.WorldEditPlugin.init(WorldEditPlugin.java:168) ~[?:?] at com.sk89q.worldedit.bukkit.WorldEditPlugin.(WorldEditPlugin.java:152) ~[?:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_191] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_191] at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_191] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:80) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:360) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_16_R1.NBTBase at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191] ... 22 more [18:47:11] [Server thread/INFO]: Candidate: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 [18:47:11] [Server thread/INFO]: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 is not synthetic [18:47:11] [Server thread/INFO]: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 is assignable from BukkitImplAdapter, returning [18:47:11] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 as the Bukkit adapter [18:47:12] [Server thread/INFO]: Ignoring invalid block minecraft:sign [18:47:12] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign [18:47:12] [Server thread/WARN]: Legacy plugin PinataParty v1.3.2 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin PlayerSkills2 v1.6 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin AdvancedBan v2.2.1 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin HeadDatabase v4.12.5 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin CommandNPC v1.9.1 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin Multiverse-Core v2.5-b719 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin GrapplingHook v3.4 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin TuSKe v1.8.2 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin SharpSK v1.6.3 does not specify an api-version. [18:47:12] [Server thread/WARN]: Legacy plugin MythicMobsExtension v1.239 does not specify an api-version. [18:47:12] [Server thread/INFO]: [WDLCompanion] Loading WDLCompanion v1.2.0 [18:47:12] [Server thread/INFO]: [DriveBackupV2] Loading DriveBackupV2 v1.3.2 [18:47:12] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9 [18:47:12] [Server thread/INFO]: [Websend] Loading Websend v2.5.7 [18:47:12] [Server thread/INFO]: [MMOLib] Loading MMOLib v1.2.9 [18:47:12] [Server thread/INFO]: [MMOLib] Detected Bukkit Version: v1_15_R1 [18:47:12] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7 [18:47:12] [Server thread/INFO]: [PlayTime] Loading PlayTime v2.2-1.13 [18:47:12] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.10 [18:47:12] [Server thread/INFO]: [SlotsPlus] Loading SlotsPlus v1.1 [18:47:12] [Server thread/INFO]: [CommandPrompter] Loading CommandPrompter v0.1.19 [18:47:12] [Server thread/INFO]: [Drop2Inventory] Loading Drop2Inventory v3.8 [18:47:12] [Server thread/INFO]: [WebSender] Loading WebSender v3.0 [18:47:12] [Server thread/INFO]: [Shop] Loading Shop v1.5.3 [18:47:12] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.1.0 [18:47:12] [Server thread/INFO]: [ViaVersion] ViaVersion 3.1.0 is now loaded, injecting! [18:47:13] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 mappings... [18:47:13] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings... [18:47:14] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ... [18:47:14] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings... [18:47:14] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 mappings... [18:47:14] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v3.1.0 [18:47:14] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.93 [18:47:14] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.16.1 -> 1.16.2 mappings... [18:47:14] [Server thread/INFO]: [Skript] Loading Skript v2.5-beta3 [18:47:14] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2 [18:47:14] [Server thread/INFO]: [ViaRewind-Legacy-Support] Loading ViaRewind-Legacy-Support v1.3.2 [18:47:14] [Server thread/INFO]: [spark] Loading spark v1.4.1 [18:47:14] [Server thread/INFO]: [InfiniteAnnouncements] Loading InfiniteAnnouncements v1.6.1 [18:47:14] [Server thread/INFO]: [SkQuery] Loading SkQuery v4.1.3 [18:47:14] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.1 [18:47:14] [Server thread/INFO]: [LoneLibs] Loading LoneLibs v1.0.4 [18:47:14] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1 [18:47:14] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution. [18:47:15] [Server thread/INFO]: [VoidSpawn] Loading VoidSpawn v1.18.0-SNAPSHOT [18:47:15] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.16.1 [18:47:15] [Server thread/INFO]: [HamsterAPI] Loading HamsterAPI v0.1.2 [18:47:15] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.15 [18:47:15] [Server thread/INFO]: [MineTinker] Loading MineTinker v1.6 [18:47:15] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.14 [18:47:15] [Server thread/INFO]: [ExploitFixer] Loading ExploitFixer v1.4.7 [18:47:15] [Server thread/INFO]: [skript-mirror] Loading skript-mirror v1.0.0 [18:47:15] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8 [18:47:15] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107 [18:47:15] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v1.5.1 [18:47:15] [Server thread/INFO]: [MoneyPouch] Loading MoneyPouch v3.1 [18:47:15] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.4 [18:47:15] [Server thread/INFO]: [VipZero] Loading VipZero v1.2.4 [18:47:15] [Server thread/INFO]: [Spartan] Loading Spartan vBuild 359 [18:47:15] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.7.4 [18:47:15] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.1.11 [18:47:15] [Server thread/INFO]: [PrisonRanksX] Loading PrisonRanksX v2.4.13 [18:47:15] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.2 [18:47:15] [Server thread/INFO]: [PluginHider] Loading PluginHider v1.6 [18:47:15] [Server thread/INFO]: [skript-yaml] Loading skript-yaml v1.3.2 [18:47:15] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.16-312;5f2d60d [18:47:15] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.0.0 [18:47:15] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v3.0.2 [18:47:15] [Server thread/INFO]: [PinataParty] Loading PinataParty v1.3.2 [18:47:15] [Server thread/INFO]: [PlayerSkills2] Loading PlayerSkills2 v1.6 [18:47:15] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.2.1 [18:47:15] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.12.5 [18:47:15] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.15.0 [18:47:15] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1871) [18:47:15] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.22 [18:47:15] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v1.1.13 [18:47:15] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.15-RELEASE [18:47:15] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.2-Release [18:47:15] [Server thread/INFO]: [BankSystem] Loading BankSystem v3.0.2 [18:47:15] [Server thread/INFO]: [CitizensText] Loading CitizensText v1.18 [18:47:15] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.9 [18:47:15] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v5.10.4-Premium [18:47:15] [Server thread/INFO]: [LeaderHeadsRevamped] Loading LeaderHeadsRevamped v4.0.6 [18:47:15] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.3;5407315 [18:47:15] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.21 [18:47:15] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1 [18:47:15] [Server thread/INFO]: [BeastWithdraw] Loading BeastWithdraw v2.8.2 [18:47:15] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.0.0 [18:47:15] [Server thread/INFO]: [InteractiveChat] Loading InteractiveChat v2.6.11 [18:47:15] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719 [18:47:15] [Server thread/INFO]: [Skellett] Loading Skellett v1.9.9 [18:47:15] [Server thread/INFO]: [ECore] Loading ECore v1.0k [18:47:15] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.10.0 [18:47:15] [Server thread/INFO]: [Shopkeepers] Loading config. [18:47:15] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': ZOMBIFIED_PIGLIN [18:47:15] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': PIGLIN [18:47:15] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': HOGLIN [18:47:15] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': ZOGLIN [18:47:15] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': STRIDER [18:47:15] [Server thread/WARN]: [Shopkeepers] Config: All existing entity type names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html [18:47:15] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'. [18:47:15] [Server thread/INFO]: [Shopkeepers] Registering defaults. [18:47:15] [Server thread/INFO]: [GrapplingHook] Loading GrapplingHook v3.4 [18:47:15] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.11.1-RELEASE [18:47:15] [Server thread/INFO]: [NeoMoreTPPlus] Loading NeoMoreTPPlus v1.0u [18:47:15] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-SNAPSHOT-b2418 [18:47:15] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2 [18:47:15] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.10.0-BETA-3433 [18:47:15] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.2 [18:47:15] [Server thread/INFO]: [JetsPrisonMines] Loading JetsPrisonMines v3.6.7 [18:47:15] [Server thread/INFO]: [Jobs] Loading Jobs v4.16.0 [18:47:15] [Server thread/INFO]: [MMOItems] Loading MMOItems v5.5.5 [18:47:15] [Server thread/INFO]: [MMOItems] Hooked onto WorldGuard [18:47:15] [Server thread/WARN]: [MMOItems] Could not register type 'BLOCK': Could not find config for BLOCK [18:47:16] [Server thread/INFO]: [SharpSK] Loading SharpSK v1.6.3 [18:47:16] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9 [18:47:16] [Server thread/INFO]: [MythicMobsExtension] Loading MythicMobsExtension v1.239 [18:47:16] [Server thread/INFO]: [AdvancedEnchantments] Loading AdvancedEnchantments v7.13.5 [18:47:16] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.8.9 [18:47:16] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.9.4.0 [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loading expansion 'Cheat Prevention v14.17' [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loading expansion 'Citizens Compatibility v14.26' [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loading expansion 'Factions Compatibility v14.6' [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loading expansion 'NotCombatLogX v14.4' [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loading expansion 'Notifier v14.15' [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loading expansion 'Placeholder Compatibility v14.4' [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loading expansion 'WorldGuard Compatibility v14.15' [18:47:16] [Server thread/INFO]: SAVAŞ ▸ Loaded 7 expansions [18:47:16] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.2.7 [18:47:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [18:47:16] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v3.1.0 [18:47:16] [Server thread/INFO]: [ViaBackwards] Loading translations... [18:47:16] [Server thread/INFO]: [ViaBackwards] Registering protocols... [18:47:16] [Via-Mappingloader-2/INFO]: [ViaBackwards] Loading 1.13 -> 1.12.2 mappings... [18:47:16] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings... [18:47:16] [Via-Mappingloader-3/INFO]: [ViaBackwards] Loading 1.15 -> 1.14.4 mappings... [18:47:16] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16.1 mappings... [18:47:16] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.93 [18:47:16] [Server thread/INFO]: __ [18:47:16] [Server thread/INFO]: | |__) LuckPerms v5.1.93 [18:47:16] [Server thread/INFO]: |___ | Running on Bukkit - Paper [18:47:16] [Server thread/INFO]: [18:47:16] [Server thread/INFO]: [LuckPerms] Loading configuration... [18:47:16] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.16 -> 1.15.2 mappings... [18:47:17] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [18:47:18] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [18:47:18] [Server thread/INFO]: [LuckPerms] Performing initial data load... [18:47:18] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2096ms) [18:47:18] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.4 [18:47:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1 [18:47:18] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [18:47:18] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107 [18:47:18] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.0.0 which is not a depend, softdepend or loadbefore of this plugin. [18:47:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [18:47:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [18:47:18] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107 [18:47:18] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [18:47:18] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [18:47:18] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v1.5.1 [18:47:18] [Server thread/INFO]: [BankSystem] Enabling BankSystem v3.0.2 [18:47:18] [Server thread/INFO]: [BankSystem] Economy provider: Essentials Economy [18:47:18] [Server thread/INFO]: [BankSystem] Permission provider: LuckPerms [18:47:18] [Server thread/WARN]: [BankSystem] If you found a bug while using this plugin in 1.15.2 kindly report it! [18:47:18] [Server thread/INFO]: [BankSystem] Loading the config file... [18:47:18] [Server thread/INFO]: [BankSystem] Using FlatFile as DataSource [18:47:18] [Server thread/INFO]: [BankSystem] FlatFile Loaded successfully [18:47:18] [Server thread/INFO]: [BankSystem] Interest will be given every 1.440 minute(s). [18:47:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: banksystem [18:47:18] [Server thread/INFO]: [BankSystem] PlaceholderAPI hooked. [18:47:18] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v5.10.4-Premium [18:47:18] [Server thread/WARN]: java.net.UnknownHostException: api.directleaks.net [18:47:18] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [18:47:18] [Server thread/WARN]: at java.net.PlainSocketImpl.connect(Unknown Source) [18:47:18] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source) [18:47:18] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.NetworkClient.doConnect(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [18:47:18] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [18:47:18] [Server thread/WARN]: at java.net.URL.openStream(Unknown Source) [18:47:18] [Server thread/WARN]: at directleaks.Loader.encryptedContent(Unknown Source) [18:47:18] [Server thread/WARN]: at directleaks.Loader.loadClassData(Unknown Source) [18:47:18] [Server thread/WARN]: at directleaks.Loader.findClass(Unknown Source) [18:47:18] [Server thread/WARN]: at directleaks.DirectLeaksḜᩲ∱⿹⧀ẟ. (Unknown Source) [18:47:18] [Server thread/WARN]: at java.lang.invoke.CallSite.makeSite(Unknown Source) [18:47:18] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) [18:47:18] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) [18:47:18] [Server thread/WARN]: at com.plotsquared.bukkit.BukkitMain.onEnable(BukkitMain.java) [18:47:18] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:18] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:18] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:18] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:235) [18:47:18] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:18] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:18] [Server thread/ERROR]: Error occurred while enabling PlotSquared v5.10.4-Premium (Is it up to date?) java.lang.BootstrapMethodError: call site initialization exception at java.lang.invoke.CallSite.makeSite(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) ~[?:1.8.0_191] at com.plotsquared.bukkit.BukkitMain.onEnable(BukkitMain.java) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.IllegalArgumentException: Null input buffer at javax.crypto.Cipher.doFinal(Cipher.java:2160) ~[?:1.8.0_191] at directleaks.Loader.loadClassData(Unknown Source) ~[?:?] at directleaks.Loader.findClass(Unknown Source) ~[?:?] at directleaks.DirectLeaksḜᩲ∱⿹⧀ẟ. (Unknown Source) ~[?:?] ... 12 more [18:47:18] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v5.10.4-Premium [18:47:18] [Server thread/ERROR]: Error occurred while disabling PlotSquared v5.10.4-Premium (Is it up to date?) java.lang.NullPointerException: null at com.plotsquared.bukkit.BukkitMain.onDisable(BukkitMain.java:314) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:415) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:516) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] [18:47:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [18:47:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [18:47:18] [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:47:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [18:47:18] [Server thread/INFO]: Preparing level "Survival" [18:47:19] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit [18:47:19] [Server thread/INFO]: Loaded 6 recipes [18:47:19] [Server thread/INFO]: -------- World Settings For [Survival] -------- [18:47:19] [Server thread/INFO]: View Distance: 5 [18:47:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 [18:47:19] [Server thread/INFO]: Experience Merge Radius: 6.0 [18:47:19] [Server thread/INFO]: Cactus Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Cane Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Melon Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Mushroom Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Sapling Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Beetroot Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Carrot Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Potato Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Wheat Growth Modifier: 100% [18:47:19] [Server thread/INFO]: NetherWart Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Vine Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Cocoa Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Bamboo Growth Modifier: 100% [18:47:19] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Kelp Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Mob Spawn Range: 6 [18:47:19] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [18:47:19] [Server thread/INFO]: Max TNT Explosions: 100 [18:47:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [18:47:19] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 48 / Tiv false [18:47:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [18:47:19] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:300 [18:47:19] [Server thread/INFO]: Item Despawn Rate: 3000 [18:47:19] [Server thread/INFO]: Item Merge Radius: 4.0 [18:47:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [18:47:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [18:47:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [18:47:19] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [18:47:19] [Server thread/INFO]: -------- World Settings For [Survival_nether] -------- [18:47:19] [Server thread/INFO]: View Distance: 5 [18:47:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 [18:47:19] [Server thread/INFO]: Experience Merge Radius: 6.0 [18:47:19] [Server thread/INFO]: Cactus Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Cane Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Melon Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Mushroom Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Sapling Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Beetroot Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Carrot Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Potato Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Wheat Growth Modifier: 100% [18:47:19] [Server thread/INFO]: NetherWart Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Vine Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Cocoa Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Bamboo Growth Modifier: 100% [18:47:19] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Kelp Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Mob Spawn Range: 6 [18:47:19] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [18:47:19] [Server thread/INFO]: Max TNT Explosions: 100 [18:47:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [18:47:19] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 48 / Tiv false [18:47:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [18:47:19] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:300 [18:47:19] [Server thread/INFO]: Item Despawn Rate: 3000 [18:47:19] [Server thread/INFO]: Item Merge Radius: 4.0 [18:47:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [18:47:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [18:47:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [18:47:19] [Server thread/INFO]: -------- World Settings For [Survival_the_end] -------- [18:47:19] [Server thread/INFO]: View Distance: 5 [18:47:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 [18:47:19] [Server thread/INFO]: Experience Merge Radius: 6.0 [18:47:19] [Server thread/INFO]: Cactus Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Cane Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Melon Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Mushroom Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Sapling Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Beetroot Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Carrot Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Potato Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Wheat Growth Modifier: 100% [18:47:19] [Server thread/INFO]: NetherWart Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Vine Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Cocoa Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Bamboo Growth Modifier: 100% [18:47:19] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Kelp Growth Modifier: 100% [18:47:19] [Server thread/INFO]: Mob Spawn Range: 6 [18:47:19] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [18:47:19] [Server thread/INFO]: Max TNT Explosions: 100 [18:47:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [18:47:19] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 48 / Tiv false [18:47:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [18:47:19] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:300 [18:47:19] [Server thread/INFO]: Item Despawn Rate: 3000 [18:47:19] [Server thread/INFO]: Item Merge Radius: 4.0 [18:47:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [18:47:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [18:47:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [18:47:19] [Server thread/INFO]: Preparing start region for dimension 'Survival'/minecraft:overworld [18:47:19] [Server thread/INFO]: Loaded 0 spawn chunks for world Survival [18:47:19] [Server thread/INFO]: Preparing spawn area: 0% [18:47:19] [Server thread/INFO]: Time elapsed: 238 ms [18:47:19] [Server thread/INFO]: Preparing start region for dimension 'Survival_nether'/minecraft:the_nether [18:47:20] [Server thread/INFO]: Loaded 0 spawn chunks for world Survival_nether [18:47:20] [Server thread/INFO]: Preparing spawn area: 0% [18:47:20] [Server thread/INFO]: Time elapsed: 372 ms [18:47:20] [Server thread/INFO]: Preparing start region for dimension 'Survival_the_end'/minecraft:the_end [18:47:20] [Server thread/INFO]: Loaded 0 spawn chunks for world Survival_the_end [18:47:20] [Server thread/INFO]: Preparing spawn area: 0% [18:47:20] [Server thread/INFO]: Time elapsed: 361 ms [18:47:20] [Server thread/INFO]: [WDLCompanion] Enabling WDLCompanion v1.2.0* [18:47:20] [Server thread/INFO]: [DriveBackupV2] Enabling DriveBackupV2 v1.3.2* [18:47:20] [Server thread/INFO]: [DriveBackupV2] Metrics started [18:47:20] [Server thread/INFO]: [DriveBackupV2] Scheduling a backup to run every 60 minutes [18:47:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9 [18:47:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [18:47:20] [Server thread/INFO]: [Websend] Enabling Websend v2.5.7* [18:47:20] [Server thread/INFO]: [MMOLib] Enabling MMOLib v1.2.9 [18:47:20] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7 [18:47:20] [Server thread/INFO]: [PlayTime] Enabling PlayTime v2.2-1.13* [18:47:20] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.10* [18:47:20] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in. [18:47:20] [Server thread/WARN]: [NametagEdit] Loaded class net.luckperms.api.LuckPermsProvider from LuckPerms v5.1.93 which is not a depend, softdepend or loadbefore of this plugin. [18:47:20] [Server thread/WARN]: [NametagEdit] Loaded class me.libraryaddict.disguise.events.DisguiseEvent from LibsDisguises v10.0.15 which is not a depend, softdepend or loadbefore of this plugin. [18:47:20] [Server thread/INFO]: [SlotsPlus] Enabling SlotsPlus v1.1* [18:47:20] [Server thread/INFO]: ------------------------------- [18:47:20] [Server thread/INFO]: SlotsPLUS v1.1 Enabled [18:47:20] [Server thread/INFO]: By pleasega [18:47:20] [Server thread/INFO]: ------------------------------- [18:47:20] [Server thread/INFO]: [CommandPrompter] Enabling CommandPrompter v0.1.19 [18:47:20] [Server thread/INFO]: [Drop2Inventory] Enabling Drop2Inventory v3.8 [18:47:21] [Server thread/INFO]: [WebSender] Enabling WebSender v3.0* [18:47:21] [Server thread/INFO]: [WebSender] Starting... [18:47:21] [Server thread/INFO]: [WebSender] Started! [18:47:21] [Server thread/INFO]: [Shop] Enabling Shop v1.5.3 [18:47:21] [Server thread/INFO]: [Shop] Registered amount pattern: 1-64 [18:47:21] [Server thread/INFO]: [Shop] Registered shop: Weaponsmith [18:47:21] [Server thread/INFO]: [Shop] Registered shop: Miner [18:47:21] [Server thread/INFO]: [Shop] Registered shop: sblacksmith [18:47:21] [Server thread/INFO]: [Shop] Registered shop: Farmer [18:47:21] [Server thread/INFO]: [Shop] Registered shop: Lumberjack [18:47:21] [Server thread/INFO]: [Shop] Registered shop: Adventurer [18:47:21] [Server thread/INFO]: [Shop] Registered shop: Builder [18:47:21] [Server thread/INFO]: [Shop] Registered shop: fishersell [18:47:21] [Server thread/INFO]: [Shop] Registered shop: fisherrods [18:47:21] [Server thread/WARN]: [Shop] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin. [18:47:21] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.1.0 [18:47:21] [Server thread/INFO]: [Skript] Enabling Skript v2.5-beta3 [18:47:22] [ForkJoinPool.commonPool-worker-3/INFO]: [Skript] A new version of Skript is available: 2.9.2 (you're currently running 2.5-beta3) [18:47:22] [ForkJoinPool.commonPool-worker-3/INFO]: Download it at: https://github.com/SkriptLang/Skript/releases/download/2.9.2/Skript-2.9.2.jar [18:47:24] [Server thread/INFO]: [Skript] Loaded 114754 aliases in 3138ms [18:47:25] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~ [18:47:25] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2 [18:47:25] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter [18:47:25] [Server thread/INFO]: [ClearLag] Loading modules... [18:47:25] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values [18:47:25] [Server thread/WARN]: [ClearLag] Config Read Error at line auto-removal.warnings: [18:47:25] [Server thread/WARN]: [ClearLag] Failed to read 'time:' variable in [18:47:25] [Server thread/WARN]: [ClearLag] Insure you have a NUMBER after 'time:' specified [18:47:25] [Server thread/WARN]: [ClearLag] Config Read Error at line auto-removal.warnings: [18:47:25] [Server thread/WARN]: [ClearLag] Failed to read 'time:' variable in [18:47:25] [Server thread/WARN]: [ClearLag] Insure you have a NUMBER after 'time:' specified [18:47:25] [Server thread/INFO]: [ClearLag] Modules have been loaded! [18:47:25] [Server thread/INFO]: [ClearLag] Clearlag is now enabled! [18:47:25] [Thread-23/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.15]... [18:47:25] [Server thread/INFO]: [ViaRewind-Legacy-Support] Enabling ViaRewind-Legacy-Support v1.3.2* [18:47:25] [Server thread/INFO]: [spark] Enabling spark v1.4.1 [18:47:25] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring [18:47:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [18:47:25] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders [18:47:25] [Server thread/INFO]: [InfiniteAnnouncements] Enabling InfiniteAnnouncements v1.6.1 [18:47:25] [Server thread/INFO]: [InfiniteAnnouncements] World 'world' does not exist. [18:47:25] [Thread-23/INFO]: [ClearLag] No updates found! [18:47:25] [Server thread/INFO]: Please contact out support team the add-on checker services are offline [18:47:25] [Server thread/INFO]: ========================================= [18:47:25] [Server thread/INFO]: Infinite Announcements 1.6.1 [18:47:25] [Server thread/INFO]: Infinite Announcements has been Enabled [18:47:25] [Server thread/INFO]: ========================================= [18:47:25] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.3 [18:47:25] [Server thread/INFO]: [skQuery] Locating classes from SkQuery... [18:47:26] [Server thread/INFO]: [skQuery] Beginning to process a total of 139 from SkQuery [18:47:26] [Server thread/INFO]: [skQuery] Out of 139 classes, 137 classes were loaded from SkQuery [18:47:26] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.1 [18:47:26] [Server thread/INFO]: [Votifier] Loaded token for website: default [18:47:26] [Server thread/INFO]: [Votifier] Using NIO transport to accept votes. [18:47:26] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder. [18:47:26] [Server thread/INFO]: [VoidSpawn] Enabling VoidSpawn v1.18.0-SNAPSHOT [18:47:26] [Server thread/INFO]: [VoidSpawn] No SkyBlock plugins found, disabling island mode support. [18:47:26] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:9091. [18:47:26] [Server thread/INFO]: [VoidSpawn] v1.18.0-SNAPSHOT by EnderCrest enabled [18:47:26] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.16.1 [18:47:26] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is 1.15.2 [18:47:26] [Server thread/INFO]: [HamsterAPI] Enabling HamsterAPI v0.1.2* [18:47:26] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.15 [18:47:26] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_15_R1 [18:47:26] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #666 [18:47:26] [Server thread/INFO]: [LibsDisguises] Build Date: 08/07/2020 06:11 [18:47:26] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/ [18:47:26] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins) [18:47:26] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict [18:47:26] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise [18:47:26] [Server thread/INFO]: [LibsDisguises] Config is up to date! [18:47:26] [Server thread/INFO]: [MineTinker] Enabling MineTinker v1.6 [18:47:27] [Server thread/INFO]: [MineTinker] LanguageManager loaded en_US successfully! [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Anti-Arrow-Plating modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Anti-Blast-Plating modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Aquaphilic modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Auto-Smelt modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Beheading modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Berserk modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Channeling modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Directing modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Drilling modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Ender modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Evasive modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Experienced modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Extra-Modifier modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Fiery modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Freezing modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Glowing modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Hardened modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Haste modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Infinity modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Insulating modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Kinetic Plating modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Knockback modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Lifesteal modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Light-Weight modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Luck modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Magical modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Melting modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Multishot modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Nightseeker modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Photosynthesis modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Poisonous modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Power modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Propelling modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Protecting modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Reinforced modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Scotopic modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Shadow Dive modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Self-Repair modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Sharpness modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Shrouded modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Shulking modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Silk-Touch modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Smite modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Soulbound modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Speedy modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Spider's Bane modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Sunblazer modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Sweeping modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Tanky modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Thorned modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Timber modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Void Netting modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Webbed modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Withered modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Registered the Piercing modifier from MineTinker. [18:47:27] [Server thread/INFO]: [MineTinker] Starting search for incompatible Plugins... You can disable this feature in the main config! [18:47:27] [Server thread/INFO]: [MineTinker] Registered commands! [18:47:27] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.14 [18:47:27] [Server thread/INFO]: [ExploitFixer] Enabling ExploitFixer v1.4.7 [18:47:27] [Server thread/INFO]: [ExploitFixer] Successfully registered commands! [18:47:27] [Server thread/INFO]: [ExploitFixer] Successfully registered listeners! [18:47:27] [Server thread/INFO]: [ExploitFixer] Successfully hooked with HamsterAPI! [18:47:27] [Server thread/INFO]: [skript-mirror] Enabling skript-mirror v1.0.0* [18:47:27] [Server thread/WARN]: [Skript] Skript's parameters field could not be resolved. Class proxies will not work. [18:47:27] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8* [18:47:27] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration... [18:47:27] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf [18:47:27] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf [18:47:27] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf [18:47:27] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities... [18:47:28] [Server thread/INFO]: [ServerListPlus] Successfully loaded! [18:47:28] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled. [18:47:28] [Server thread/INFO]: [MoneyPouch] Enabling MoneyPouch v3.1* [18:47:28] [Server thread/INFO]: [MoneyPouch] Your server is running version v1_15_R1. [18:47:28] [Server thread/INFO]: [MoneyPouch] Titles have been enabled. [18:47:28] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.4 [18:47:28] [Server thread/WARN]: [HolographicDisplays] The minimum interval for pinging BungeeCord's servers is 1 second. It has been automatically set. [18:47:28] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib. [18:47:28] [Server thread/INFO]: [VipZero] Enabling VipZero v1.2.4* [18:47:28] [Server thread/INFO]: [VipZero] Enabling VipZero (V1.2.4) - Author: SubZero0 & nathampa0909 [18:47:28] [Server thread/INFO]: [VipZero] Checking for updates... [18:47:28] [Server thread/INFO]: [VipZero] No updates found. [18:47:28] [Server thread/INFO]: [VipZero] Checking for old config file... [18:47:28] [Server thread/INFO]: [VipZero] No updates found. [18:47:28] [Server thread/INFO]: [VipZero] Checking for config file update... [18:47:28] [Server thread/INFO]: [VipZero] No updates found. [18:47:28] [Server thread/INFO]: [VipZero] Checking for language file update... [18:47:28] [Server thread/INFO]: [VipZero] No updates found. [18:47:28] [Server thread/INFO]: [VipZero] Using flatfile system. [18:47:28] [Server thread/INFO]: [VipZero] Use only Vault for permissions: ENABLED! [18:47:28] [Server thread/INFO]: [VipZero] Hooked to Vault (Permission). [18:47:28] [Server thread/INFO]: [VipZero] Hooked to Vault (Economy). [18:47:28] [Server thread/INFO]: [Spartan] Enabling Spartan vBuild 359 [18:47:28] [Server thread/WARN]: java.net.UnknownHostException: api.directleaks.net [18:47:28] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [18:47:28] [Server thread/WARN]: at java.net.PlainSocketImpl.connect(Unknown Source) [18:47:28] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source) [18:47:28] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.NetworkClient.doConnect(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [18:47:28] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [18:47:28] [Server thread/WARN]: at java.net.URL.openStream(Unknown Source) [18:47:28] [Server thread/WARN]: at directleaks.Loader.encryptedContent(Unknown Source) [18:47:28] [Server thread/WARN]: at directleaks.Loader.loadClassData(Unknown Source) [18:47:28] [Server thread/WARN]: at directleaks.Loader.findClass(Unknown Source) [18:47:28] [Server thread/WARN]: at directleaks.DirectLeaks⺊⚒ច▯ᲈ᷻ᑻ⩿⧺∶ᳫⱍᒴ⇥. (Unknown Source) [18:47:28] [Server thread/WARN]: at java.lang.invoke.CallSite.makeSite(Unknown Source) [18:47:28] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) [18:47:28] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) [18:47:28] [Server thread/WARN]: at me.vagdedes.spartan.Register.onEnable(Register.java:43) [18:47:28] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:28] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:28] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:28] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:28] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:28] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:28] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:28] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:28] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:28] [Server thread/ERROR]: Error occurred while enabling Spartan vBuild 359 (Is it up to date?) java.lang.BootstrapMethodError: call site initialization exception at java.lang.invoke.CallSite.makeSite(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) ~[?:1.8.0_191] at me.vagdedes.spartan.Register.onEnable(Register.java:43) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.IllegalArgumentException: Null input buffer at javax.crypto.Cipher.doFinal(Cipher.java:2160) ~[?:1.8.0_191] at directleaks.Loader.loadClassData(Unknown Source) ~[?:?] at directleaks.Loader.findClass(Unknown Source) ~[?:?] at directleaks.DirectLeaks⺊⚒ច▯ᲈ᷻ᑻ⩿⧺∶ᳫⱍᒴ⇥. (Unknown Source) ~[?:?] ... 13 more [18:47:28] [Server thread/INFO]: [Spartan] Disabling Spartan vBuild 359 [18:47:28] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.7.4 [18:47:28] [Server thread/WARN]: [PlaceholderAPI] ocm is attempting to register placeholders via a PlaceholderHook class which is no longer supported! [18:47:28] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.7.4 has been enabled [18:47:28] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.1.11 [18:47:28] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials. [18:47:28] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials. [18:47:28] [Server thread/INFO]: [PlayerVaults] Loaded lang for turkish [18:47:28] [Server thread/INFO]: [PlayerVaults] Loaded! Took 73ms [18:47:28] [Server thread/INFO]: [PrisonRanksX] Enabling PrisonRanksX v2.4.13* [18:47:28] [Server thread/INFO]: [PrisonRanksX] Enabled. [18:47:28] [Server thread/INFO]: [PrisonRanksX] Loading PlaceholderAPI Placeholders... [18:47:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: prisonranksx [18:47:28] [Server thread/INFO]: [PrisonRanksX] PlaceholderAPI Hooked. [18:47:28] [Server thread/INFO]: [PrisonRanksX] HolographicDisplays Hooked. [18:47:28] [Server thread/INFO]: [PrisonRanksX] Started without MVdWPlaceholderAPI. [18:47:28] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.2 [18:47:28] [Server thread/WARN]: [CratesPlus] CratesPlus has not yet been officially tested with Bukkit 1.15.2 but should still work [18:47:28] [Server thread/WARN]: [CratesPlus] Please let me know if there are any errors or issues [18:47:28] [Server thread/ERROR]: Error occurred while enabling CratesPlus v4.5.2 (Is it up to date?) java.lang.NullPointerException: null at org.bukkit.Location.getBlock(Location.java:133) ~[patched_1.15.2.jar:git-Paper-387] at plus.crates.CratesPlus.loadMetaData(CratesPlus.java:443) ~[?:?] at plus.crates.CratesPlus.onEnable(CratesPlus.java:212) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] [18:47:28] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.5.2 [18:47:28] [Server thread/INFO]: [PluginHider] Enabling PluginHider v1.6* [18:47:28] [Server thread/INFO]: [PluginHider] Checking for Updates... [18:47:28] [Server thread/INFO]: [skript-yaml] Enabling skript-yaml v1.3.2 [18:47:28] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.0.0 [18:47:28] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [18:47:28] [Server thread/INFO]: [Essentials] No kits found to migrate. [18:47:28] [Server thread/INFO]: [Essentials] Loaded 25515 items from items.json. [18:47:28] [Server thread/INFO]: [Essentials] Using locale en [18:47:28] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [18:47:28] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [18:47:28] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked. [18:47:28] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [18:47:28] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v3.0.2 [18:47:28] [Server thread/INFO]: [MineableSpawners] loaded NMS class for version: org.bukkit.craftbukkit.v1_15_R1 [18:47:29] [Server thread/INFO]: [MineableSpawners] Available mob types: [18:47:29] [Server thread/INFO]: - DROPPED_ITEM [18:47:29] [Server thread/INFO]: - EXPERIENCE_ORB [18:47:29] [Server thread/INFO]: - AREA_EFFECT_CLOUD [18:47:29] [Server thread/INFO]: - ELDER_GUARDIAN [18:47:29] [Server thread/INFO]: - WITHER_SKELETON [18:47:29] [Server thread/INFO]: - STRAY [18:47:29] [Server thread/INFO]: - EGG [18:47:29] [Server thread/INFO]: - LEASH_HITCH [18:47:29] [Server thread/INFO]: - PAINTING [18:47:29] [Server thread/INFO]: - ARROW [18:47:29] [Server thread/INFO]: - SNOWBALL [18:47:29] [Server thread/INFO]: - FIREBALL [18:47:29] [Server thread/INFO]: - SMALL_FIREBALL [18:47:29] [Server thread/INFO]: - ENDER_PEARL [18:47:29] [Server thread/INFO]: - ENDER_SIGNAL [18:47:29] [Server thread/INFO]: - SPLASH_POTION [18:47:29] [Server thread/INFO]: - THROWN_EXP_BOTTLE [18:47:29] [Server thread/INFO]: - ITEM_FRAME [18:47:29] [Server thread/INFO]: - WITHER_SKULL [18:47:29] [Server thread/INFO]: - PRIMED_TNT [18:47:29] [Server thread/INFO]: - FALLING_BLOCK [18:47:29] [Server thread/INFO]: - FIREWORK [18:47:29] [Server thread/INFO]: - HUSK [18:47:29] [Server thread/INFO]: - SPECTRAL_ARROW [18:47:29] [Server thread/INFO]: - SHULKER_BULLET [18:47:29] [Server thread/INFO]: - DRAGON_FIREBALL [18:47:29] [Server thread/INFO]: - ZOMBIE_VILLAGER [18:47:29] [Server thread/INFO]: - SKELETON_HORSE [18:47:29] [Server thread/INFO]: - ZOMBIE_HORSE [18:47:29] [Server thread/INFO]: - ARMOR_STAND [18:47:29] [Server thread/INFO]: - DONKEY [18:47:29] [Server thread/INFO]: - MULE [18:47:29] [Server thread/INFO]: - EVOKER_FANGS [18:47:29] [Server thread/INFO]: - EVOKER [18:47:29] [Server thread/INFO]: - VEX [18:47:29] [Server thread/INFO]: - VINDICATOR [18:47:29] [Server thread/INFO]: - ILLUSIONER [18:47:29] [Server thread/INFO]: - MINECART_COMMAND [18:47:29] [Server thread/INFO]: - BOAT [18:47:29] [Server thread/INFO]: - MINECART [18:47:29] [Server thread/INFO]: - MINECART_CHEST [18:47:29] [Server thread/INFO]: - MINECART_FURNACE [18:47:29] [Server thread/INFO]: - MINECART_TNT [18:47:29] [Server thread/INFO]: - MINECART_HOPPER [18:47:29] [Server thread/INFO]: - MINECART_MOB_SPAWNER [18:47:29] [Server thread/INFO]: - CREEPER [18:47:29] [Server thread/INFO]: - SKELETON [18:47:29] [Server thread/INFO]: - SPIDER [18:47:29] [Server thread/INFO]: - GIANT [18:47:29] [Server thread/INFO]: - ZOMBIE [18:47:29] [Server thread/INFO]: - SLIME [18:47:29] [Server thread/INFO]: - GHAST [18:47:29] [Server thread/INFO]: - PIG_ZOMBIE [18:47:29] [Server thread/INFO]: - ENDERMAN [18:47:29] [Server thread/INFO]: - CAVE_SPIDER [18:47:29] [Server thread/INFO]: - SILVERFISH [18:47:29] [Server thread/INFO]: - BLAZE [18:47:29] [Server thread/INFO]: - MAGMA_CUBE [18:47:29] [Server thread/INFO]: - ENDER_DRAGON [18:47:29] [Server thread/INFO]: - WITHER [18:47:29] [Server thread/INFO]: - BAT [18:47:29] [Server thread/INFO]: - WITCH [18:47:29] [Server thread/INFO]: - ENDERMITE [18:47:29] [Server thread/INFO]: - GUARDIAN [18:47:29] [Server thread/INFO]: - SHULKER [18:47:29] [Server thread/INFO]: - PIG [18:47:29] [Server thread/INFO]: - SHEEP [18:47:29] [Server thread/INFO]: - COW [18:47:29] [Server thread/INFO]: - CHICKEN [18:47:29] [Server thread/INFO]: - SQUID [18:47:29] [Server thread/INFO]: - WOLF [18:47:29] [Server thread/INFO]: - MUSHROOM_COW [18:47:29] [Server thread/INFO]: - SNOWMAN [18:47:29] [Server thread/INFO]: - OCELOT [18:47:29] [Server thread/INFO]: - IRON_GOLEM [18:47:29] [Server thread/INFO]: - HORSE [18:47:29] [Server thread/INFO]: - RABBIT [18:47:29] [Server thread/INFO]: - POLAR_BEAR [18:47:29] [Server thread/INFO]: - LLAMA [18:47:29] [Server thread/INFO]: - LLAMA_SPIT [18:47:29] [Server thread/INFO]: - PARROT [18:47:29] [Server thread/INFO]: - VILLAGER [18:47:29] [Server thread/INFO]: - ENDER_CRYSTAL [18:47:29] [Server thread/INFO]: - TURTLE [18:47:29] [Server thread/INFO]: - PHANTOM [18:47:29] [Server thread/INFO]: - TRIDENT [18:47:29] [Server thread/INFO]: - COD [18:47:29] [Server thread/INFO]: - SALMON [18:47:29] [Server thread/INFO]: - PUFFERFISH [18:47:29] [Server thread/INFO]: - TROPICAL_FISH [18:47:29] [Server thread/INFO]: - DROWNED [18:47:29] [Server thread/INFO]: - DOLPHIN [18:47:29] [Server thread/INFO]: - CAT [18:47:29] [Server thread/INFO]: - PANDA [18:47:29] [Server thread/INFO]: - PILLAGER [18:47:29] [Server thread/INFO]: - RAVAGER [18:47:29] [Server thread/INFO]: - TRADER_LLAMA [18:47:29] [Server thread/INFO]: - WANDERING_TRADER [18:47:29] [Server thread/INFO]: - FOX [18:47:29] [Server thread/INFO]: - BEE [18:47:29] [Server thread/INFO]: - FISHING_HOOK [18:47:29] [Server thread/INFO]: - LIGHTNING [18:47:29] [Server thread/INFO]: - PLAYER [18:47:29] [Server thread/INFO]: - UNKNOWN [18:47:29] [Server thread/INFO]: [18:47:29] [Server thread/INFO]: [PinataParty] Enabling PinataParty v1.3.2* [18:47:29] [Server thread/INFO]: [PinataParty] Hooked onto PlaceholderAPI [18:47:29] [Server thread/WARN]: [PinataParty] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.9 which is not a depend, softdepend or loadbefore of this plugin. [18:47:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinataparty [18:47:29] [Server thread/INFO]: [PinataParty] Hooked onto Votifier [18:47:29] [Server thread/WARN]: [PinataParty] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin. [18:47:29] [Server thread/INFO]: [PlayerSkills2] Enabling PlayerSkills2 v1.6* [18:47:29] [Server thread/INFO]: [PlayerSkills2] Thank you for purchasing PlayerSkills2. [18:47:29] [Server thread/INFO]: [PlayerSkills2] If this is a leaked version, then shame on you :( [18:47:29] [Server thread/INFO]: [PlayerSkills2] Initialised with the players XP as the skill point funding source. [18:47:29] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.2.1* [18:47:29] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting... [18:47:29] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported) [18:47:29] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed. [18:47:29] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[] | Information: | Name: AdvancedBan | Developer: Leoko | Version: 2.2.1 | Storage: HSQLDB (local) | Support: | Github: https://github.com/DevLeoko/AdvancedBan/issues | Discord: https://discord.gg/ycDG6rS | Twitter: @LeokoGar | Update: | There is a new version available! [2.3.0] []================================[] [18:47:29] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.12.5* [18:47:29] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax [18:47:29] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup! [18:47:29] [Server thread/WARN]: [HeadDatabase] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.9 which is not a depend, softdepend or loadbefore of this plugin. [18:47:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb [18:47:29] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.15.0 [18:47:29] [Server thread/INFO]: [DeluxeChat] 1 formats loaded! [18:47:29] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml [18:47:29] [Server thread/INFO]: [DeluxeChat] Detected Vault [18:47:29] [Server thread/INFO]: [DeluxeChat] Hooked into Vault [18:47:30] [Server thread/INFO]: ---------------------------- [18:47:30] [Server thread/INFO]: DeluxeChat Updater [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: Could not connect to spigotmc.org [18:47:30] [Server thread/INFO]: to check for updates! [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: ---------------------------- [18:47:30] [Server thread/INFO]: ---------------------------- [18:47:30] [Server thread/INFO]: DeluxeChat Updater [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: You are running 1.15.0 [18:47:30] [Server thread/INFO]: The latest version [18:47:30] [Server thread/INFO]: of DeluxeChat! [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: ---------------------------- [18:47:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1871) [18:47:30] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.22 [18:47:30] [Server thread/WARN]: [VotingPlugin] Loaded class fr.xephi.authme.events.AuthMeAsyncPreLoginEvent from AuthMe v5.6.0-SNAPSHOT-b2418 which is not a depend, softdepend or loadbefore of this plugin. [18:47:30] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config [18:47:30] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.22 [18:47:30] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v1.1.13 [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: __________________________________________________________ [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: TradeSystem [1.1.13] [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: Status: [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: MC-Version: 1.15.2 (R0.1-SNAPSHOT, PAPER) [18:47:30] [Server thread/INFO]: [18:47:30] [Server thread/INFO]: > Loading sounds [18:47:31] [Server thread/INFO]: > Loading blacklist [18:47:31] [Server thread/INFO]: ...got 3 blocked item(s) [18:47:31] [Server thread/INFO]: > Loading layouts [18:47:31] [Server thread/INFO]: ...got 1 layout(s) [18:47:31] [Server thread/INFO]: [18:47:31] [Server thread/INFO]: Done (0.21s) [18:47:31] [Server thread/INFO]: [18:47:31] [Server thread/INFO]: __________________________________________________________ [18:47:31] [Server thread/INFO]: [18:47:31] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.15-RELEASE [18:47:31] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml [18:47:31] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml [18:47:31] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml [18:47:31] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml [18:47:31] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml [18:47:31] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml [18:47:31] [Server thread/INFO]: [CrazyAuctions] Loading the Test-File.yml [18:47:31] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Test-File.yml [18:47:31] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.2-Release [18:47:31] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI! [18:47:31] [Server thread/WARN]: [DeluxeMenus] Material for item: cam in menu: melonchallenges is not a valid material name / id! [18:47:31] [Server thread/WARN]: [DeluxeMenus] Skipping item: cam [18:47:31] [Server thread/WARN]: [DeluxeMenus] open_command specified for menu: enchantsmain already exists for another menu! [18:47:31] [Server thread/WARN]: [DeluxeMenus] Skipping menu: enchantsmain [18:47:31] [Server thread/INFO]: [DeluxeMenus] 156 GUI menus loaded! [18:47:31] [Server thread/WARN]: [DeluxeMenus] Loaded class me.arcaniax.hdb.api.HeadDatabaseAPI from HeadDatabase v4.12.5 which is not a depend, softdepend or loadbefore of this plugin. [18:47:31] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement! [18:47:31] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup [18:47:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: DeluxeMenus [18:47:31] [Server thread/INFO]: [CitizensText] Enabling CitizensText v1.18 [18:47:31] [Server thread/INFO]: [CitizensText] PlaceholderAPI hooked ! [18:47:31] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.9 [18:47:31] [Server thread/INFO]: [HolographicExtension] Starting HolographicExtension v1.10.9 [18:47:31] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'example' from config. [18:47:31] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'scroller' from config. [18:47:31] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'typing' from config. [18:47:31] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'rainbow' from config. [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Enabling LeaderHeadsRevamped v4.0.6 [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into PlaceholderAPI [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into Citizens [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] [ACF] Enabled Asynchronous Tab Completion Support! [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting up database [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Successfully connected to SQLite [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Creating database tables [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistics [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic balance from file balance.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic kills from file kills.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic money from file money.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_economy_money% from file statistic_economy_money.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_player_balance% from file statistic_player_balance.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_player_kills% from file statistic_player_kills.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %statistic_player_money% from file statistic_player_money.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %vault_eco_balance% from file vault_eco_balance.yml [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic balance [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic kills [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic money [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_economy_money% [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_player_balance% [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_player_kills% [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %statistic_player_money% [18:47:31] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %vault_eco_balance% [18:47:31] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.3;5407315 [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED. [18:47:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival' [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_nether) TNT ignition is PERMITTED. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lighters are PERMITTED. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lava fire is blocked. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_nether) Fire spread is UNRESTRICTED. [18:47:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_nether' [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_the_end) TNT ignition is PERMITTED. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lighters are PERMITTED. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lava fire is blocked. [18:47:31] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Fire spread is UNRESTRICTED. [18:47:31] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_the_end' [18:47:31] [Server thread/INFO]: [WorldGuard] Loading region data... [18:47:32] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.21 [18:47:32] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.21! [18:47:32] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you. [18:47:32] [Server thread/INFO]: [skRayFall] Cooking Bacon... [18:47:32] [Server thread/WARN]: [skRayFall] EffectLib 6.0 for 1.13 is not supported as of right now since it has backwards breaking changes for users below 1.10 [18:47:32] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens... [18:47:32] [Server thread/WARN]: [skRayFall] EffectLib 6.0 for 1.13 is not supported as of right now since it has backwards breaking changes for users below 1.10 [18:47:32] [Server thread/INFO]: [skRayFall] Getting more bacon for the Votifier runners! [18:47:32] [Server thread/INFO]: [skRayFall] Bacon holograms found [18:47:32] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled [18:47:32] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon! [18:47:32] [Server thread/INFO]: [skRayFall] Getting the general 1.9+ bacon! [18:47:32] [Server thread/INFO]: [skRayFall] Getting the extra special 1.15 - 1.15.2 bacon! [18:47:32] [Server thread/INFO]: [skRayFall] An update for skRayFall is available! [18:47:32] [Server thread/INFO]: [skRayFall] Bacon is ready! [18:47:32] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1* [18:47:32] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled. [18:47:32] [Server thread/INFO]: [CommandNPC] Initiating Database [18:47:32] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens. [18:47:32] [Thread-33/INFO]: [CommandNPC] Loading commands complete! [18:47:32] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded! [18:47:32] [Server thread/INFO]: [BeastWithdraw] Enabling BeastWithdraw v2.8.2 [18:47:32] [Server thread/INFO]: [BeastWithdraw] /XpBottle command aliases [xpb, beastxpb, bottle] are registered. [18:47:32] [Server thread/INFO]: [BeastWithdraw] /bWithdraw command aliases [cashnote, withdraw, moneywithdraw, moneynote] are registered. [18:47:32] [Server thread/INFO]: [BeastWithdraw] Version 2.8.2 : has been enabled! [18:47:32] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.0.0 [18:47:32] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [18:47:32] [Server thread/INFO]: [InteractiveChat] Enabling InteractiveChat v2.6.11 [18:47:32] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into Essentials! [18:47:32] [Server thread/INFO]: [InteractiveChat] Legacy Bungeecord Chat API detected, using legacy methods... [18:47:32] [Server thread/INFO]: [InteractiveChat] InteractiveChat has been Enabled! [18:47:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719* [18:47:32] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v2.5-b719" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--]. [18:47:32] [Server thread/INFO]: Could not set generator for world 'Arsalar': Plugin 'PlotSquared v5.10.4-Premium' is not enabled [18:47:32] [Server thread/INFO]: -------- World Settings For [Arsalar] -------- [18:47:32] [Server thread/INFO]: View Distance: 5 [18:47:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 [18:47:32] [Server thread/INFO]: Experience Merge Radius: 6.0 [18:47:32] [Server thread/INFO]: Cactus Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Cane Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Melon Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Mushroom Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Sapling Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Beetroot Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Carrot Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Potato Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Wheat Growth Modifier: 100% [18:47:32] [Server thread/INFO]: NetherWart Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Vine Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Cocoa Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Bamboo Growth Modifier: 100% [18:47:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Kelp Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Mob Spawn Range: 6 [18:47:32] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [18:47:32] [Server thread/INFO]: Max TNT Explosions: 100 [18:47:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [18:47:32] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 48 / Tiv false [18:47:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [18:47:32] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:300 [18:47:32] [Server thread/INFO]: Item Despawn Rate: 3000 [18:47:32] [Server thread/INFO]: Item Merge Radius: 4.0 [18:47:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [18:47:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [18:47:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [18:47:32] [Server thread/INFO]: Preparing start region for dimension 'Arsalar'/minecraft:overworld [18:47:32] [Server thread/INFO]: Loaded 0 spawn chunks for world Arsalar [18:47:32] [Server thread/INFO]: Preparing spawn area: 0% [18:47:32] [Server thread/INFO]: Time elapsed: 205 ms [18:47:32] [Server thread/INFO]: [WorldGuard] (Arsalar) TNT ignition is PERMITTED. [18:47:32] [Server thread/INFO]: [WorldGuard] (Arsalar) Lighters are PERMITTED. [18:47:32] [Server thread/INFO]: [WorldGuard] (Arsalar) Lava fire is blocked. [18:47:32] [Server thread/INFO]: [WorldGuard] (Arsalar) Fire spread is UNRESTRICTED. [18:47:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Arsalar' [18:47:32] [Server thread/INFO]: Could not set generator for world 'Arsalar': Plugin 'PlotSquared v5.10.4-Premium' is not enabled [18:47:32] [Server thread/INFO]: -------- World Settings For [Spawn] -------- [18:47:32] [Server thread/INFO]: View Distance: 5 [18:47:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 [18:47:32] [Server thread/INFO]: Experience Merge Radius: 6.0 [18:47:32] [Server thread/INFO]: Cactus Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Cane Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Melon Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Mushroom Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Sapling Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Beetroot Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Carrot Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Potato Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Wheat Growth Modifier: 100% [18:47:32] [Server thread/INFO]: NetherWart Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Vine Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Cocoa Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Bamboo Growth Modifier: 100% [18:47:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Kelp Growth Modifier: 100% [18:47:32] [Server thread/INFO]: Mob Spawn Range: 6 [18:47:32] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [18:47:32] [Server thread/INFO]: Max TNT Explosions: 100 [18:47:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [18:47:32] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 48 / Tiv false [18:47:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [18:47:32] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:300 [18:47:32] [Server thread/INFO]: Item Despawn Rate: 3000 [18:47:32] [Server thread/INFO]: Item Merge Radius: 4.0 [18:47:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [18:47:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [18:47:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [18:47:33] [Server thread/INFO]: Preparing start region for dimension 'Spawn'/minecraft:overworld [18:47:33] [Server thread/INFO]: Loaded 0 spawn chunks for world Spawn [18:47:33] [Server thread/INFO]: Preparing spawn area: 0% [18:47:33] [Server thread/INFO]: Time elapsed: 210 ms [18:47:33] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED. [18:47:33] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED. [18:47:33] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is blocked. [18:47:33] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED. [18:47:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn' [18:47:33] [Server thread/INFO]: -------- World Settings For [Dungeon1] -------- [18:47:33] [Server thread/INFO]: View Distance: 5 [18:47:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 [18:47:33] [Server thread/INFO]: Experience Merge Radius: 6.0 [18:47:33] [Server thread/INFO]: Cactus Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Cane Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Melon Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Mushroom Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Sapling Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Beetroot Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Carrot Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Potato Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Wheat Growth Modifier: 100% [18:47:33] [Server thread/INFO]: NetherWart Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Vine Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Cocoa Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Bamboo Growth Modifier: 100% [18:47:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Kelp Growth Modifier: 100% [18:47:33] [Server thread/INFO]: Mob Spawn Range: 6 [18:47:33] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms [18:47:33] [Server thread/INFO]: Max TNT Explosions: 100 [18:47:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [18:47:33] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 48 / Tiv false [18:47:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [18:47:33] [Server thread/INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:300 [18:47:33] [Server thread/INFO]: Item Despawn Rate: 3000 [18:47:33] [Server thread/INFO]: Item Merge Radius: 4.0 [18:47:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [18:47:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: true [18:47:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [18:47:33] [Server thread/INFO]: Preparing start region for dimension 'Dungeon1'/minecraft:overworld [18:47:33] [Server thread/INFO]: Loaded 0 spawn chunks for world Dungeon1 [18:47:33] [Server thread/INFO]: Preparing spawn area: 0% [18:47:33] [Server thread/INFO]: Time elapsed: 137 ms [18:47:33] [Server thread/INFO]: [WorldGuard] (Dungeon1) TNT ignition is PERMITTED. [18:47:33] [Server thread/INFO]: [WorldGuard] (Dungeon1) Lighters are PERMITTED. [18:47:33] [Server thread/INFO]: [WorldGuard] (Dungeon1) Lava fire is blocked. [18:47:33] [Server thread/INFO]: [WorldGuard] (Dungeon1) Fire spread is UNRESTRICTED. [18:47:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Dungeon1' [18:47:33] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded. [18:47:33] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main-- [18:47:33] [Server thread/INFO]: [Skellett] Enabling Skellett v1.9.9 [18:47:34] [Server thread/INFO]: [Skellett] Registered 47 Effects, 16 Conditions, 134 Expressions and 25 Events [18:47:34] [Server thread/INFO]: [Skellett] Has been enabled! [18:47:34] [Server thread/INFO]: [ECore] Enabling ECore v1.0k [18:47:34] [Server thread/INFO]: |ECore> You are running on 'v1_15_R1' version [18:47:34] [Server thread/INFO]: |ECore> 'Unknown' currently not supported please tell Dev [18:47:34] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.10.0 [18:47:34] [Server thread/INFO]: [Shopkeepers] Loading data of 6 shopkeepers.. [18:47:34] [Server thread/INFO]: [GrapplingHook] Enabling GrapplingHook v3.4* [18:47:34] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.11.1-RELEASE [18:47:34] [Server thread/INFO]: [BlockParticles] Loading the config.yml [18:47:34] [Server thread/INFO]: [BlockParticles] Successfully loaded config.yml [18:47:34] [Server thread/INFO]: [BlockParticles] Loading the data.yml [18:47:34] [Server thread/INFO]: [BlockParticles] Successfully loaded data.yml [18:47:34] [Server thread/INFO]: [NeoMoreTPPlus] Enabling NeoMoreTPPlus v1.0u [18:47:34] [Server thread/WARN]: java.net.UnknownHostException: api.directleaks.net [18:47:34] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [18:47:34] [Server thread/WARN]: at java.net.PlainSocketImpl.connect(Unknown Source) [18:47:34] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source) [18:47:34] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.NetworkClient.doConnect(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [18:47:34] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [18:47:34] [Server thread/WARN]: at java.net.URL.openStream(Unknown Source) [18:47:34] [Server thread/WARN]: at directleaks.Loader.encryptedContent(Unknown Source) [18:47:34] [Server thread/WARN]: at directleaks.Loader.loadClassData(Unknown Source) [18:47:34] [Server thread/WARN]: at directleaks.Loader.findClass(Unknown Source) [18:47:34] [Server thread/WARN]: at directleaks.DirectLeaks➓ᶑᓩ〴Ჿᜓᕰ⏘⩋❮ᶒ☾⁺⾇❻ⵌ⟫⌥⁲⧂⺞↽⢗‍⋇⋭᧓ᗸ. (Unknown Source) [18:47:34] [Server thread/WARN]: at java.lang.invoke.CallSite.makeSite(Unknown Source) [18:47:34] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) [18:47:34] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) [18:47:34] [Server thread/WARN]: at me.onenrico.neotpplus.main.Core.onEnable(Core.java:98) [18:47:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:34] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:34] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:34] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:34] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:34] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:34] [Server thread/ERROR]: Error occurred while enabling NeoMoreTPPlus v1.0u (Is it up to date?) java.lang.BootstrapMethodError: call site initialization exception at java.lang.invoke.CallSite.makeSite(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) ~[?:1.8.0_191] at me.onenrico.neotpplus.main.Core.onEnable(Core.java:98) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.IllegalArgumentException: Null input buffer at javax.crypto.Cipher.doFinal(Cipher.java:2160) ~[?:1.8.0_191] at directleaks.Loader.loadClassData(Unknown Source) ~[?:?] at directleaks.Loader.findClass(Unknown Source) ~[?:?] at directleaks.DirectLeaks➓ᶑᓩ〴Ჿᜓᕰ⏘⩋❮ᶒ☾⁺⾇❻ⵌ⟫⌥⁲⧂⺞↽⢗‍⋇⋭᧓ᗸ. (Unknown Source) ~[?:?] ... 13 more [18:47:34] [Server thread/INFO]: [NeoMoreTPPlus] Disabling NeoMoreTPPlus v1.0u [18:47:34] [Server thread/INFO]: |ECore> Database Module is NULL [18:47:34] [Server thread/ERROR]: Error occurred while disabling NeoMoreTPPlus v1.0u (Is it up to date?) java.lang.NullPointerException: null at me.onenrico.neotpplus.main.Core.onDisable(Core.java:236) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:415) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:516) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] [18:47:34] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2418 [18:47:34] [Server thread/INFO]: [AuthMe] SQLite Setup finished [18:47:34] [Server thread/WARN]: [AuthMe] YOUR SQLITE DATABASE NEEDS MIGRATING! DO NOT TURN OFF YOUR SERVER [18:47:34] [Server thread/INFO]: [AuthMe] Made a backup of your database at 'backups/backup-authme20240928_1847.db' [18:47:34] [Server thread/INFO]: [AuthMe] Created column 'regdate' and set the current timestamp, 1727538454374, to all 0 rows [18:47:34] [Server thread/INFO]: [AuthMe] SQLite Setup finished [18:47:34] [Server thread/WARN]: [AuthMe] YOUR SQLITE DATABASE NEEDS MIGRATING! DO NOT TURN OFF YOUR SERVER [18:47:34] [Server thread/INFO]: [AuthMe] Made a backup of your database at 'backups/backup-authme20240928_1847.db' [18:47:34] [Server thread/WARN]: [AuthMe] Error while reloading SQLite: [SQLiteException]: [SQLITE_ERROR] SQL error or missing database (there is already another table or index with this name: tmp_authme) [18:47:34] [Server thread/INFO]: [AuthMe] Copied over 270 from the old table to the new one [18:47:34] [Server thread/INFO]: [AuthMe] SQLite database migrated successfully [18:47:34] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms! [18:47:34] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials [18:47:34] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core [18:47:34] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2418 successfully enabled! [18:47:34] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.2* [18:47:34] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done! [18:47:34] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds. [18:47:34] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated. [18:47:34] [Server thread/INFO]: [TuSKe] [18:47:34] [Server thread/INFO]: [TuSKe] A special thanks for donators: [18:47:34] [Server thread/INFO]: [TuSKe] @X0Freak - 50$ [18:47:34] [Server thread/INFO]: [TuSKe] @RepublicanSensei - 10$ [18:47:34] [Server thread/INFO]: [TuSKe] [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! [Skript] Severe Error: [18:47:34] [Server thread/ERROR]: #!#! TuSKe's class com.github.tukenuke.tuske.effects.EffMakeDrop generated an exception while loading [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this. [18:47:34] [Server thread/ERROR]: #!#! Run /sk update check to get a download link to latest Skript! [18:47:34] [Server thread/ERROR]: #!#! You will be given instructions how to report this error if it persists after update. [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! Stack trace: [18:47:34] [Server thread/ERROR]: #!#! java.lang.NullPointerException [18:47:34] [Server thread/ERROR]: #!#! at com.github.tukenuke.tuske.effects.EffMakeDrop.(EffMakeDrop.java:25) [18:47:34] [Server thread/ERROR]: #!#! at java.lang.Class.forName0(Native Method) [18:47:34] [Server thread/ERROR]: #!#! at java.lang.Class.forName(Unknown Source) [18:47:34] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:108) [18:47:34] [Server thread/ERROR]: #!#! at com.github.tukenuke.tuske.TuSKe.onEnable(TuSKe.java:100) [18:47:34] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:34] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:34] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:34] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:34] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:34] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! Version Information: [18:47:34] [Server thread/ERROR]: #!#! Skript: 2.5-beta3 (OUTDATED) [18:47:34] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [18:47:34] [Server thread/ERROR]: #!#! Date: 2020-08-28 [18:47:34] [Server thread/ERROR]: #!#! Bukkit: 1.15.2-R0.1-SNAPSHOT [18:47:34] [Server thread/ERROR]: #!#! Minecraft: 1.15.2 [18:47:34] [Server thread/ERROR]: #!#! Java: 1.8.0_191 (Java HotSpot(TM) 64-Bit Server VM 25.191-b12) [18:47:34] [Server thread/ERROR]: #!#! OS: Windows Server 2012 R2 amd64 6.3 [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! Server platform: Paper [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! Current node: null [18:47:34] [Server thread/ERROR]: #!#! Current item: null [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! Thread: Server thread [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! Language: english [18:47:34] [Server thread/ERROR]: #!#! Link parse mode: DISABLED [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/ERROR]: #!#! End of Error. [18:47:34] [Server thread/ERROR]: #!#! [18:47:34] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 62 expressions and 0 types. Have fun! [18:47:34] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.10.0-BETA-3433 [18:47:34] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs [18:47:34] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.15.2)... [18:47:34] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality [18:47:34] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 46 ms to scan 1 urls, producing 3 keys and 21 values [18:47:35] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 3 keys and 24 values [18:47:35] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 51 ms to scan 15 urls, producing 0 keys and 0 values [18:47:35] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 6 ms to scan 1 urls, producing 3 keys and 9 values [18:47:35] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled! [18:47:35] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled! [18:47:35] [Server thread/INFO]: [MythicMobs] MythicMobs MMOItems Support has been enabled! [18:47:35] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled! [18:47:35] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers [18:47:35] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled! [18:47:35] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled! [18:47:35] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled! [18:47:35] [Server thread/INFO]: [MythicMobs] Loading Mob Registry... [18:47:35] [Server thread/INFO]: [MythicMobs] Base directory C:\Users\minecraft\Desktop\minecraft-batihost - Copy\plugins\MythicMobs\SavedData [18:47:35] [Server thread/INFO]: [MythicMobs] Module directory C:\Users\minecraft\Desktop\minecraft-batihost - Copy\plugins\MythicMobs\SavedData\worlds [18:47:35] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 17 ms to scan 1 urls, producing 10 keys and 293 values [18:47:35] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 20 ms to scan 1 urls, producing 23 keys and 593 values [18:47:35] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 6 ms to scan 1 urls, producing 6 keys and 79 values [18:47:35] [Server thread/INFO]: [MythicMobs] LOADED [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>} [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>} [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>} [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill { skills= **equip player's<&sp>head<&sp>skill<&sp><&rc>' [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] ✗ Config Error: Particle '' is not supported by this version of MythicMobs. [18:47:35] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randommessage' in 'Unknown': The 'messages' attribute is required. [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>} [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>} [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>} [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill { skills= **equip player's<&sp>head<&sp>skill<&sp><&rc>' [18:47:35] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [18:47:35] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:203) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.(Skill.java:147) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:99) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:101) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:35] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:35] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:35] [Server thread/WARN]: Caused by: java.lang.NullPointerException [18:47:35] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.(RandomSkillMechanic.java:25) [18:47:35] [Server thread/WARN]: ... 19 more [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '20,repeatInterval=1': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythicmobs.net. [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '1.0E-4': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythicmobs.net. [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '20,repeatInterval=1': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythicmobs.net. [18:47:35] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '1.0E-4': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythicmobs.net. [18:47:36] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '20,repeatInterval=1': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythicmobs.net. [18:47:36] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '1.0E-4': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythicmobs.net. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 67 mobs. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 234 skills. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 random spawns. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 59 mythic items. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 drop tables. [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ Loaded 93 mob spawners. [18:47:36] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully. [18:47:36] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics [18:47:36] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs v4.10.0 (build 3433) has been successfully loaded! [18:47:36] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.2 [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler [18:47:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler [18:47:36] [Server thread/INFO]: [JetsPrisonMines] Enabling JetsPrisonMines v3.6.7 [18:47:36] [Server thread/INFO]: [18:47:36] [Server thread/INFO]: [JetsPrisonMines] Initializing Plugin [18:47:36] [Server thread/INFO]: [JetsPrisonMines] hooks.yml found, loading! [18:47:36] [Server thread/INFO]: [JetsPrisonMines] config.yml found, loading! [18:47:36] [Server thread/INFO]: [JetsPrisonMines] messages.yml found, loading! [18:47:36] [Server thread/INFO]: [18:47:36] [Server thread/INFO]: [JetsPrisonMines] Mines will load over 5 seconds [18:47:36] [Server thread/INFO]: [JetsPrisonMines] Initializing Complete in 251 Ms [18:47:36] [Server thread/INFO]: [18:47:36] [Server thread/INFO]: [Jobs] Enabling Jobs v4.16.0 [18:47:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr [18:47:36] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked. [18:47:37] [Server thread/INFO]: [Jobs] Loaded 8 titles! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 75 protected blocks timers! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 995 custom item names! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 67 custom entity names! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 2 custom MythicMobs names! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 37 custom enchant names! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 16 custom color names! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 4 shop items! [18:47:37] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CARROT (carrot)! Material must be a block! Use "/jobs blockinfo" on a target block [18:47:37] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Place type property: CARROT (carrot)! Material must be a block! Use "/jobs blockinfo" on a target block [18:47:37] [Server thread/INFO]: [Jobs] Loaded 8 jobs! [18:47:37] [Server thread/INFO]: [Jobs] Explorer jobs manager are not enabled! [18:47:37] [Server thread/INFO]: [Jobs] Loaded 57 furnaces and 11 brewing stands for reassigning. [18:47:37] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task. [18:47:37] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread. [18:47:37] [Server thread/INFO]: [Jobs] Preloaded 1534 players data in 0.01 [18:47:37] [Server thread/INFO]: [Jobs] WorldGuard detected. [18:47:37] [Server thread/INFO]: [Jobs] MythicMobs detected. [18:47:37] [Server thread/INFO]: [Jobs] MythicMobs4 was found - Enabling capabilities. [18:47:37] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully. [18:47:37] [Server thread/INFO]: [MMOItems] Enabling MMOItems v5.5.5 [18:47:37] [Server thread/INFO]: [MMOItems] Hooked onto Vault [18:47:37] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait.. [18:47:38] [Server thread/WARN]: [MMOItems] Loaded class n3kas.ae.api.EnchantApplyEvent from AdvancedEnchantments v7.13.5 which is not a depend, softdepend or loadbefore of this plugin. [18:47:38] [Server thread/INFO]: [MMOItems] Hooked onto AdvancedEnchantments [18:47:38] [Server thread/INFO]: [MMOItems] Hooked onto HolographicDisplays [18:47:38] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI [18:47:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmoitems [18:47:38] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs [18:47:38] [Server thread/INFO]: [MMOItems] Loading recipes, please wait... [18:47:38] [Server thread/WARN]: [MMOLib] Loaded class net.Indyuce.mmoitems.MMOItems from MMOItems v5.5.5 which is not a depend, softdepend or loadbefore of this plugin. [18:47:38] [Server thread/INFO]: [SharpSK] Enabling SharpSK v1.6.3* [18:47:38] [Server thread/INFO]: [SharpSK] Enabling Metrics... [18:47:38] [Server thread/INFO]: [SharpSK] Metrics successfully enabled [18:47:38] [Server thread/INFO]: [SharpSK] Attempting to register Addon... [18:47:38] [Server thread/INFO]: [SharpSK] Attempting to register stuff... [18:47:38] [Server thread/INFO]: [SharpSK] Checking for any updates... [18:47:38] [Server thread/INFO]: [SharpSK] No Updates have been found [18:47:38] [Server thread/INFO]: [SharpSK] You are running on the latest version [18:47:38] [Server thread/INFO]: [SharpSK] Registering available hooks... [18:47:38] [Server thread/INFO]: [SharpSK] Hooked into JobsReborn v4.16.0 [18:47:38] [Server thread/INFO]: [SharpSK] Hooked into AuthmeReloaded v5.6.0-SNAPSHOT-b2418 [18:47:38] [Server thread/WARN]: [SharpSK] Could not hook into MythicMobs. Version not supported [18:47:38] [Server thread/INFO]: [SharpSK] Hooked into Multiverse v2.5-b719 [18:47:38] [Server thread/WARN]: [SharpSK] Could not hook into WorldEdit. Version not supported [18:47:38] [Server thread/WARN]: [SharpSK] Could not hook into WorldGuard. Version not supported [18:47:38] [Server thread/WARN]: [SharpSK] Could not hook into LuckPerms. Version not supported [18:47:38] [Server thread/INFO]: [SharpSK] Hooked into FastAsyncWorldEdit v1.14 [18:47:38] [Server thread/INFO]: [SharpSK] Loading Complete! [18:47:38] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9 [18:47:38] [Server thread/INFO]: [18:47:38] [Server thread/INFO]: __ ___ _ _ [18:47:38] [Server thread/INFO]: / _\ __ ___ ____ _ __ _ ___ / __\_ _ ___| |_(_) ___ _ __ ___ [18:47:38] [Server thread/INFO]: \ \ / _` \ \ / / _` |/ _` |/ _ \/ _\/ _` |/ __| __| |/ _ \| '_ \/ __| [18:47:38] [Server thread/INFO]: _\ \ (_| |\ V / (_| | (_| | __/ / | (_| | (__| |_| | (_) | | | \__ \ [18:47:38] [Server thread/INFO]: \__/\__,_| \_/ \__,_|\__, |\___\/ \__,_|\___|\__|_|\___/|_| |_|___/ [18:47:38] [Server thread/INFO]: |___/ [18:47:38] [Server thread/INFO]: Made with love, by ProSavage & illyria.io Team. [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] ==== Setup ==== [18:47:38] [Server thread/INFO]: File was not found for players.json, assuming there is no need to migrate old players.json file. [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] ==== End Setup ==== [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] === ENABLE START === [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Config.yml was found to be up-to-date! [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loaded 3 players [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loaded 3 Factions [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loading board from disk [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Loaded 0 board locations [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] CoreProtect not found, disabling Inspect [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Enabling Faction Flight! [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Enabling FactionsTop command, this is a very basic /f top please get a dedicated /f top resource if you want land calculation etc. [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Economy integration through Vault plugin successful. [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Minecraft Version 1.9 or higher found, using non packet based particle API [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Skript was found! Registering SavageFactions Addon... [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Skript addon registered! [18:47:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: factionsuuid [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] Successfully registered placeholders with PlaceholderAPI. [18:47:38] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-RC-9] === ENABLE DONE (Took 206ms) === [18:47:38] [Server thread/INFO]: [MythicMobsExtension] Enabling MythicMobsExtension v1.239* [18:47:39] [Server thread/INFO]: [MythicMobsExtension] Plugin is up-to-date! [18:47:39] [Server thread/INFO]: [MythicMobsExtension] Found Minecraft 1.12 or higher, patching entity PARROT to Mythic_Parrot! [18:47:39] [Server thread/INFO]: [MythicMobsExtension] registered mechanics! [18:47:39] [Server thread/INFO]: [MythicMobsExtension] registered conditions! [18:47:39] [Server thread/INFO]: [MythicMobsExtension] registered targeters! [18:47:39] [Server thread/INFO]: [MythicMobsExtension] registered mythicplayers! [18:47:39] [Server thread/INFO]: [MythicMobsExtension] registered thiefs! [18:47:39] [Server thread/INFO]: [MythicMobsExtension] NaN patch applied! [18:47:39] [Server thread/ERROR]: Error occurred while enabling MythicMobsExtension v1.239 (Is it up to date?) java.lang.NoSuchMethodError: com.sk89q.worldguard.bukkit.WorldGuardPlugin.getFlagRegistry()Lcom/sk89q/worldguard/protection/flags/registry/FlagRegistry; at com.gmail.berndivader.mythicmobsext.conditions.worldguard.WorldGuardFlags.(WorldGuardFlags.java:21) ~[?:?] at com.gmail.berndivader.mythicmobsext.Main.onEnable(Main.java:113) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] [18:47:39] [Server thread/INFO]: [MythicMobsExtension] Disabling MythicMobsExtension v1.239 [18:47:39] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v7.13.5 [18:47:39] [Server thread/WARN]: java.net.UnknownHostException: api.directleaks.net [18:47:39] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [18:47:39] [Server thread/WARN]: at java.net.PlainSocketImpl.connect(Unknown Source) [18:47:39] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(Unknown Source) [18:47:39] [Server thread/WARN]: at java.net.Socket.connect(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.NetworkClient.doConnect(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.http.HttpClient.openServer(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) [18:47:39] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) [18:47:39] [Server thread/WARN]: at java.net.URL.openStream(Unknown Source) [18:47:39] [Server thread/WARN]: at directleaks.Loader.encryptedContent(Unknown Source) [18:47:39] [Server thread/WARN]: at directleaks.Loader.loadClassData(Unknown Source) [18:47:39] [Server thread/WARN]: at directleaks.Loader.findClass(Unknown Source) [18:47:39] [Server thread/WARN]: at directleaks.DirectLeaks᳁⫷ᑘᙿង᥿ᴸ∱ⷢ⎙ᷰ⌢⚖∃ᡞ∌ⴾ⎤ⷷᚄ⵼. (Unknown Source) [18:47:39] [Server thread/WARN]: at java.lang.invoke.CallSite.makeSite(Unknown Source) [18:47:39] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) [18:47:39] [Server thread/WARN]: at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) [18:47:39] [Server thread/WARN]: at n3kas.ae.Core.onEnable(Core.java) [18:47:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [18:47:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) [18:47:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) [18:47:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) [18:47:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) [18:47:39] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) [18:47:39] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) [18:47:39] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) [18:47:39] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:39] [Server thread/ERROR]: Error occurred while enabling AdvancedEnchantments v7.13.5 (Is it up to date?) java.lang.BootstrapMethodError: call site initialization exception at java.lang.invoke.CallSite.makeSite(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(Unknown Source) ~[?:1.8.0_191] at java.lang.invoke.MethodHandleNatives.linkCallSite(Unknown Source) ~[?:1.8.0_191] at n3kas.ae.Core.onEnable(Core.java) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.IllegalArgumentException: Null input buffer at javax.crypto.Cipher.doFinal(Cipher.java:2160) ~[?:1.8.0_191] at directleaks.Loader.loadClassData(Unknown Source) ~[?:?] at directleaks.Loader.findClass(Unknown Source) ~[?:?] at directleaks.DirectLeaks᳁⫷ᑘᙿង᥿ᴸ∱ⷢ⎙ᷰ⌢⚖∃ᡞ∌ⴾ⎤ⷷᚄ⵼. (Unknown Source) ~[?:?] ... 13 more [18:47:39] [Server thread/INFO]: [AdvancedEnchantments] Disabling AdvancedEnchantments v7.13.5 [18:47:39] [Server thread/ERROR]: Error occurred while disabling AdvancedEnchantments v7.13.5 (Is it up to date?) java.lang.NullPointerException: null at n3kas.ae.Core.onDisable(Core.java:729) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:415) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:516) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] [18:47:39] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.8.9 [18:47:39] [Server thread/INFO]: Hooked into: AuthMe (Country Variables) [18:47:39] [Server thread/INFO]: Hooked into: Essentials [18:47:39] [Server thread/INFO]: Hooked into: Multiverse-Core (World Alias) [18:47:39] [Server thread/INFO]: Hooked into: ProtocolLib (Packet Features) [18:47:39] [Server thread/INFO]: Hooked into: Vault [18:47:39] [Server thread/INFO]: Hooked into: Factions [18:47:39] [Server thread/INFO]: ChatControl only supports Factions the free version v2.x [18:47:39] [Server thread/INFO]: Starting checker listener with NORMAL priority [18:47:39] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v9.9.4.0 [18:47:39] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.2.7 [18:47:39] [Server thread/INFO]: [TitleManager] Invalid version of CombatLogX minimum required version is version 10.X.X.X [18:47:39] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [18:47:39] [Server thread/INFO]: Running delayed init tasks [18:47:39] [Server thread/WARN]: [WorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.3;5407315 which is not a depend, softdepend or loadbefore of this plugin. [18:47:39] [Server thread/WARN]: [WorldEdit] Task #6 for WorldEdit v1.16-312;5f2d60d generated an exception java.lang.NoClassDefFoundError: com/plotsquared/core/util/RegionManager at com.boydti.fawe.bukkit.FaweBukkit.setupPlotSquared(FaweBukkit.java:317) ~[?:?] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:918) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] Caused by: java.lang.ClassNotFoundException: com.plotsquared.core.util.RegionManager at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_191] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-387] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_191] ... 5 more [18:47:40] [Server thread/INFO]: [Drop2Inventory] Checking for available updates... [18:47:40] [Craft Scheduler Thread - 45/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist [18:47:40] [Craft Scheduler Thread - 5/INFO]: [BankSystem] Checking for Updates... [18:47:40] [Craft Scheduler Thread - 5/INFO]: [BankSystem] No new version available [18:47:40] [Craft Scheduler Thread - 45/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled. [18:47:40] [Craft Scheduler Thread - 45/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now. [18:47:40] [Craft Scheduler Thread - 8/INFO]: [MMOLib] A new build is available: 1.0.14.1 (you are running 1.2.9) [18:47:40] [Craft Scheduler Thread - 8/INFO]: [MMOLib] Download it here: https://www.spigotmc.org/resources/73855/ [18:47:40] [Craft Scheduler Thread - 15/INFO]: [PluginHider] Your server is running the latest version of PluginHider. [18:47:40] [Craft Scheduler Thread - 48/INFO]: [MMOItems] A new build is available: 6.9.4 (you are running 5.5.5) [18:47:40] [Craft Scheduler Thread - 48/INFO]: [MMOItems] Download it here: https://www.spigotmc.org/resources/39267/ [18:47:40] [Craft Scheduler Thread - 35/INFO]: [BeastWithdraw] There is a new update available. [18:47:40] [Craft Scheduler Thread - 45/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins\AuthMe\GeoLite2-Country.mmdb (The system cannot find the file specified) [18:47:40] [DefaultDispatcher-worker-3/INFO]: [TitleManager] An update was found! [18:47:40] [Craft Scheduler Thread - 19/INFO]: [HeadDatabase] Could not download database, Attempting to use the backup database! [18:47:40] [Craft Scheduler Thread - 50/INFO]: [ChatControl] A new version of ChatControl is available.\nCurrent version: 5.8.9; New version: 5.9.1\nYou can disable this notification in the config. [18:47:40] [Server thread/WARN]: [Drop2Inventory] ======================================================== [18:47:40] [Server thread/WARN]: [Drop2Inventory] There is a new version of Drop2Inventory available! [18:47:40] [Server thread/WARN]: [Drop2Inventory] Latest : 4.9.5 [18:47:40] [Server thread/WARN]: [Drop2Inventory] Current: 3.8 [18:47:40] [Server thread/WARN]: [Drop2Inventory] Please update to the newest version. Download: [18:47:40] [Server thread/WARN]: [Drop2Inventory] https://www.spigotmc.org/resources/1-8-1-13-drop2inventory.62214/ [18:47:40] [Server thread/WARN]: [Drop2Inventory] ======================================================== [18:47:40] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.15.2(578) [18:47:40] [Server thread/WARN]: [Skript] Loaded class com.boydti.fawe.FaweAPI from WorldEdit v1.16-312;5f2d60d which is not a depend, softdepend or loadbefore of this plugin. [18:47:40] [Server thread/ERROR]: [Skript] An error occurred while trying to enable support for FAWE WorldGuard 7. WorldGuard region support has been disabled! [18:47:40] [Server thread/ERROR]: [Skript] Could not hook into WorldGuard. This can happen if Skript doesn't support the installed version of WorldGuard [18:47:40] [Server thread/WARN]: [Skript] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin. [18:47:40] [Server thread/INFO]: [Skript] Loading variables... [18:47:40] [Server thread/INFO]: [Skript] Loaded 5160 variables in 0.0 seconds [18:47:40] [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. (levelmarket.sk, line 16: else:') [18:47:41] [Server thread/WARN]: [Skript] Possible name conflict of variables {m::%loop-index%} and {m::*} (there might be more conflicts). (JsonAPI.sk, line 191: set {_m::%loop-index%} to "\"""# """') [18:47:41] [Craft Scheduler Thread - 19/INFO]: [HeadDatabase] Succesfully loaded 77482 heads! [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 351: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 356: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 361: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 366: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 371: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 385: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 390: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 395: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 400: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 405: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Craft Scheduler Thread - 19/INFO]: [HeadDatabase] Successfully loaded 18 featured tags! [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 419: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 424: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Craft Scheduler Thread - 19/WARN]: [HeadDatabase] You are using a outdated version! [18:47:41] [Craft Scheduler Thread - 19/WARN]: [HeadDatabase] Latest version: 4.20.2. You are on version: 4.12.5. [18:47:41] [Craft Scheduler Thread - 19/WARN]: [HeadDatabase] Update here: https://www.spigotmc.org/resources/head-database.14280/ [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 429: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 434: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 439: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 452: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 457: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 462: launch star firework colored GREEN at location of player timed 1') [18:47:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 467: launch star firework colored GREEN at location of player timed 1') [18:47:42] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: launch star firework colored GREEN at location of player timed 1 (muhur.sk, line 472: launch star firework colored GREEN at location of player timed 1') [18:47:42] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.2 [18:47:42] [Server thread/WARN]: [CratesPlus] CratesPlus has not yet been officially tested with Bukkit 1.15.2 but should still work [18:47:42] [Server thread/WARN]: [CratesPlus] Please let me know if there are any errors or issues [18:47:42] [Server thread/INFO]: CratesPlus Version 4.5.2 [18:47:42] [Server thread/INFO]: HolographicDisplays was found, hooking in! [18:47:42] [Server thread/INFO]: [PlugMan] CratesPlus has been reloaded. [18:47:42] [Server thread/INFO]: [Skript] Loaded 13 scripts with a total of 55 triggers and 42 commands in 2.02 seconds [18:47:42] [Server thread/INFO]: [Skript] Finished loading. [18:47:42] [Server thread/INFO]: [Jobs] Successfully linked with Vault. [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Enabling expansion 'Cheat Prevention v14.17' [18:47:42] [Server thread/INFO]: SAVAŞ ▸ [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Enabling expansion 'Citizens Compatibility v14.26' [18:47:42] [Server thread/INFO]: SAVAŞ ▸ [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Enabling expansion 'Factions Compatibility v14.6' [18:47:42] [Server thread/INFO]: SAVAŞ ▸ [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Enabling expansion 'NotCombatLogX v14.4' [18:47:42] [Server thread/INFO]: SAVAŞ ▸ [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Enabling expansion 'Notifier v14.15' [18:47:42] [Server thread/INFO]: SAVAŞ ▸ [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Enabling expansion 'Placeholder Compatibility v14.4' [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: combatlogx [18:47:42] [Server thread/INFO]: SAVAŞ ▸ [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Enabling expansion 'WorldGuard Compatibility v14.15' [18:47:42] [Server thread/INFO]: SAVAŞ ▸ [18:47:42] [Server thread/INFO]: SAVAŞ ▸ Successfully enabled 7 expansions [18:47:42] [Server thread/INFO]: [Citizens] Loaded 31 NPCs. [18:47:42] [Server thread/INFO]: [LeaderHeadsRevamped] Creating PlaceholderAPI placeholders [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: leaderheads [18:47:42] [Server thread/INFO]: [MythicMobs] ✓Using HolographicDisplays plugin for holograms [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'customdamage{a=5;i=false}' in 'Unknown': Failed to load custom mechanic CUSTOMDAMAGE [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'customdamage{a=5;ia=false}' in 'Unknown': Failed to load custom mechanic CUSTOMDAMAGE [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'randomskill' in 'Unknown': Failed to load custom mechanic RANDOMSKILL [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'summon{mob=miniboss22;amount=1;noise=5}' in 'Unknown': The 'type' attribute must be a valid MythicMob or MythicEntity type. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'speechbubble{d="Hello<&cm><&sp>&5&f!<&sp>My<&sp>name<&sp>is<&sp>&3&f<&sp>Nice<&sp>to<&sp>meet<&sp>you.";ll=20;c=300}' in 'Unknown': Failed to load custom mechanic SPEECHBUBBLE [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'PossessedVillagerDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'PossessedVillagerDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'PossessedVillagerDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'DeathMinerDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'DeathMinerLeaderDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'DarkElfDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'WerewolfDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'EyesOfTheSeaDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'MinotaurLeaderDrops' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found. [18:47:42] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.clip.deluxechat.DeluxeChat from DeluxeChat v1.15.0 which is not a depend, softdepend or loadbefore of this plugin. [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat [18:47:42] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.18.0.0 which is not a depend, softdepend or loadbefore of this plugin. [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [18:47:42] [Server thread/ERROR]: [PlaceholderAPI] expansion class MCoreFactionsExpansion is outdated: Failed to load due to a [NoClassDefFoundError], attempted to use com/massivecraft/factions/RelationParticipator [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_rewards-delay% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_home-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_protections-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_diamond-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_emerald-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_stone-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_lapis-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_redstone-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_coal-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_gold-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_iron-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_carrot-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_potato-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_wheat-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_melon-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_pumpkin-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Loaded data for javascript placeholder: sugarcane-challenges-progress-bar [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_sugarcane-challenges-progress-bar% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_ay% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_cooldown% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Loaded data for javascript placeholder: sezon [18:47:42] [Server thread/INFO]: [PlaceholderAPI] %javascript_sezon% has been loaded! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playtime [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [18:47:42] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin. [18:47:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [18:47:42] [Server thread/INFO]: 8 placeholder hooks successfully registered! [18:47:42] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.6) is available at: [18:47:42] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/ [18:47:42] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v3.0.4 [18:47:42] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev: [18:47:42] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/projects/holographic-displays [18:47:42] [Server thread/WARN]: [ViaVersion] There is a newer version available: 5.0.3, you're on: 3.1.0 [18:47:42] [Server thread/INFO]: Done (38.573s)! For help, type "help" [18:47:42] [Server thread/INFO]: Timings Reset [18:47:42] [Craft Scheduler Thread - 12/INFO]: [DriveBackupV2] Checking for updates... [18:47:42] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ Checking for updates using the Spigot API... [18:47:42] [Craft Scheduler Thread - 19/INFO]: [Vault] Checking for Updates ... [18:47:43] [Craft Scheduler Thread - 32/INFO]: [Infinite Announcements] A new update is available at: https://www.spigotmc.org/resources/71266/updates [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ ============================================== [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ CombatLogX Update Checker [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ There is an update available! [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ Latest Version: 11.5.0.0.1242 [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ Your Version: 9.9.4.0 [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ Get it here: https://www.spigotmc.org/resources/combatlogx.31689/ [18:47:43] [Craft Scheduler Thread - 34/INFO]: SAVAŞ ▸ ============================================== [18:47:43] [Craft Scheduler Thread - 19/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.7.2 [18:47:43] [Craft Scheduler Thread - 19/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault [18:47:43] [Craft Scheduler Thread - 38/INFO]: [CommandPrompter] No update was found. [18:47:43] [Craft Scheduler Thread - 12/INFO]: [DriveBackupV2] There was an issue attempting to check for the latest DriveBackupV2 release [18:47:43] [Craft Scheduler Thread - 12/WARN]: ratismal.drivebackup.DriveBackup.lib.JSONException: A JSONArray text must start with '[' at 1 [character 2 line 1] [18:47:43] [Craft Scheduler Thread - 12/WARN]: at ratismal.drivebackup.DriveBackup.lib.JSONTokener.syntaxError(JSONTokener.java:507) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at ratismal.drivebackup.DriveBackup.lib.JSONArray.(JSONArray.java:109) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at ratismal.drivebackup.DriveBackup.lib.JSONArray.(JSONArray.java:162) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at ratismal.drivebackup.DriveBackup.updateCheck(DriveBackup.java:350) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at ratismal.drivebackup.DriveBackup$1$1.run(DriveBackup.java:110) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [18:47:43] [Craft Scheduler Thread - 12/WARN]: at java.lang.Thread.run(Unknown Source) [18:47:43] [Craft Scheduler Thread - 12/INFO]: [DriveBackupV2] Hooray! You are running the latest release! [18:47:43] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy! [18:47:43] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions [18:47:43] [Server thread/INFO]: [CitizensText] NPC with the id 17 doesn't exist. Consider removing this text instance. [18:47:43] [Server thread/INFO]: [CitizensText] 3 texts loadeds (including 1 dead ones) [18:47:43] [Craft Scheduler Thread - 23/INFO]: Checking for updates via Spigot... [18:47:43] [Craft Scheduler Thread - 23/INFO]: KASA ► An update for CratesPlus is available, new version is 4.5.3. Your installed version is 4.5.2. Please update to the latest version :) [18:47:43] [Craft Scheduler Thread - 20/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.22 New Version: 6.17.1 Use /av download to get the latest update! [18:47:43] [Craft Scheduler Thread - 44/INFO]: [TuSKe] Checking for latest update... [18:47:43] [Craft Scheduler Thread - 20/INFO]: [MineTinker] There is an update available on spigotmc.org! [18:47:43] [Craft Scheduler Thread - 20/INFO]: [MineTinker] Your Version: 1.6 [18:47:43] [Craft Scheduler Thread - 20/INFO]: [MineTinker] Online Version: 1.9 [18:47:44] [Craft Scheduler Thread - 44/INFO]: [TuSKe] No new update was found! [18:47:44] [Craft Scheduler Thread - 11/WARN]: [MineTinker] Plugin MineTinker v1.6 generated an exception while executing task 312 java.lang.IllegalArgumentException: Name and ID cannot both be blank at com.mojang.authlib.GameProfile.(GameProfile.java:26) ~[patched_1.15.2.jar:git-Paper-387] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:186) ~[patched_1.15.2.jar:git-Paper-387] at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:37) ~[patched_1.15.2.jar:git-Paper-387] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) ~[patched_1.15.2.jar:git-Paper-387] at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:30) ~[patched_1.15.2.jar:git-Paper-387] at com.destroystokyo.paper.profile.CraftPlayerProfile.complete(CraftPlayerProfile.java:186) ~[patched_1.15.2.jar:git-Paper-387] at net.minecraft.server.v1_15_R1.TileEntitySkull.b(TileEntitySkull.java:214) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:95) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:518) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.inventory.CraftItemStack.asNMSCopy(CraftItemStack.java:42) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.inventory.CraftInventory.setItem(CraftInventory.java:99) ~[patched_1.15.2.jar:git-Paper-387] at de.flo56958.minetinker.api.gui.GUI$Window.addButton(GUI.java:358) ~[?:?] at de.flo56958.minetinker.commands.subs.InfoCommand.lambda$new$0(InfoCommand.java:80) ~[?:?] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.15.2.jar:git-Paper-387] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-387] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-387] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_191] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_191] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191] [18:47:45] [Craft Scheduler Thread - 81/INFO]: [TuSKe] Generating documentation of Skript & Addons. [18:47:45] [Craft Scheduler Thread - 81/INFO]: [TuSKe] Documentation was generated successfully. [18:47:45] [Server thread/INFO]: [18:47:45] [Server thread/INFO]: [JetsPrisonMines] Mines have been loaded [18:47:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jetsprisonmines [18:47:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jetsprisonmines