Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [19:17:49] [Server thread/INFO]: Starting minecraft server version 1.8.8
- [19:17:49] [Server thread/INFO]: Loading properties
- [19:17:49] [Server thread/INFO]: Default game type: SURVIVAL
- [19:17:49] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
- [19:17:49] [Server thread/INFO]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
- [19:17:50] [Server thread/INFO]: Debug logging is disabled
- [19:17:50] [Server thread/INFO]: Server Ping Player Sample Count: 12
- [19:17:50] [Server thread/INFO]: Using 16 threads for Netty based IO
- [19:17:50] [Server thread/INFO]: Generating keypair
- [19:17:50] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
- [19:17:50] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins\EssentialsX.jar' and `plugins\Essentials-2.x-SNAPSHOT.jar' in `plugins'
- [19:17:50] [Server thread/ERROR]: Could not load 'plugins\FirstRegionJoin-1.0-SNAPSHOT.jar' in folder 'plugins'
- org.bukkit.plugin.UnknownDependencyException: WorldGuard
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:17:50] [Server thread/INFO]: Set PluginClassLoader as parallel capable
- [19:17:50] [Server thread/ERROR]: Could not load 'plugins\HypixelRegionBlocks.jar' in folder 'plugins'
- org.bukkit.plugin.UnknownDependencyException: WorldGuard
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:17:51] [Server thread/ERROR]: Could not load 'plugins\WGRegionEvents.jar' in folder 'plugins'
- org.bukkit.plugin.UnknownDependencyException: WorldGuard
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:17:51] [Server thread/ERROR]: Could not load 'plugins\DeluxeMenus.jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
- at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at com.extendedclip.deluxemenus.DeluxeMenus.<init>(DeluxeMenus.java:29) ~[?:?]
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
- at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
- at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
- at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
- at java.base/java.lang.Class.newInstance(Class.java:645) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 6 more
- Caused by: java.lang.IllegalStateException: Initial initialization
- at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at com.extendedclip.deluxemenus.DeluxeMenus.<init>(DeluxeMenus.java:29) ~[?:?]
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
- at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
- at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
- at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
- at java.base/java.lang.Class.newInstance(Class.java:645) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 6 more
- [19:17:51] [Server thread/INFO]: [KojiDeveloperKit] Loading KojiDevKit v1.16.6
- [19:17:51] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
- [19:17:51] [Server thread/INFO]: [Elections] Loading Elections v2.10.4
- [19:17:51] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
- [19:17:51] [Server thread/INFO]: [HypixelBackpacks] Loading HypixelBackpacks v1.6.7
- [19:17:51] [Server thread/INFO]: [HypixelMenus] Loading HypixelMenus v1.10.5
- [19:17:51] [Server thread/INFO]: [HypixelMinionsCore] Loading HypixelMinionsCore v1.0
- [19:17:51] [Server thread/INFO]: [HypixelLag] Loading HypixelLag v3.1.6
- [19:17:51] [Server thread/INFO]: [HypixelBags] Loading HypixelBags v1.0
- [19:17:51] [Server thread/INFO]: [HypixelCommands] Loading HypixelCommands v1.9.0
- [19:17:51] [Server thread/INFO]: [EffectPlaceholders] Loading EffectPlaceholders v1.0.0
- [19:17:51] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.2
- [19:17:51] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.1.1
- [19:17:51] [Server thread/INFO]: [ViaVersion] ViaVersion 4.1.1 is now loaded, waiting for boot. (late-bind)
- [19:17:51] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.11.3
- [19:17:51] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
- [19:17:51] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
- [19:17:51] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
- [19:17:51] [Server thread/INFO]: [NBTAPI] Using the plugin 'KojiDevKit' to create a bStats instance!
- [19:17:51] [Server thread/INFO]: [WatchdogBan] Loading WatchdogBan v1.1.0
- [19:17:51] [Server thread/INFO]: [HypixelLore] Loading HypixelLore v1.6
- [19:17:51] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.1.1
- [19:17:51] [Server thread/INFO]: [RealTime] Loading RealTime v 1.0-C
- [19:17:51] [Server thread/INFO]: [UltimateCore] Loading UltimateCore v4.2.0
- [19:17:51] [Server thread/INFO]: [ItemEditor] Loading ItemEditor v0.1.16
- [19:17:51] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.74
- [19:17:52] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
- [19:17:52] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
- [19:17:52] [Server thread/INFO]: [QuickBoard] Loading QuickBoard v4.4.1
- [19:17:52] [Server thread/INFO]: [Slayers] Loading Slayers v1.5-PRE
- [19:17:52] [Server thread/INFO]: [BuildersWand] Loading BuildersWand v2.22.0
- [19:17:52] [Server thread/INFO]: [WorldSpawn] Loading WorldSpawn v1.4.4
- [19:17:52] [Server thread/INFO]: [Wardrobe] Loading Wardrobe v1.0.4
- [19:17:52] [Server thread/INFO]: [Playtimes] Loading Playtimes v1.3.9
- [19:17:52] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
- [19:17:52] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.8.0
- [19:17:52] [Thread-9/INFO]: [NBTAPI] The NBT-API seems to be up-to-date!
- [19:17:53] [Server thread/INFO]: [UltimateCore-Anvil] Loading UltimateCore-Anvil v1.0
- [19:17:53] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
- [19:17:53] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
- [19:17:54] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
- [19:17:54] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
- [19:17:54] [Server thread/INFO]: [AntiDrop] Loading AntiDrop v2.2.1
- [19:17:54] [Server thread/INFO]: [TimeEmoji] Loading TimeEmoji v1.0
- [19:17:54] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v3.1
- [19:17:54] [Server thread/INFO]: [UltimateCore-Alchemy] Loading UltimateCore-Alchemy v1.0
- [19:17:54] [Server thread/INFO]: [RoyaleEconomy] Loading RoyaleEconomy v1.4.3
- [19:17:54] [Server thread/INFO]: [HypixelWorldProtect] Loading HypixelWorldProtect v1.2
- [19:17:54] [Server thread/INFO]: [DeathTeleport] Loading DeathTeleport v1.0
- [19:17:54] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
- [19:17:54] [Server thread/INFO]: [CannonPatches] Loading CannonPatches v1.0
- [19:17:54] [Server thread/INFO]: [FancyCrafting] Loading FancyCrafting v1.0.0
- [19:17:54] [Server thread/INFO]: [UltimateCore-Enchantment] Loading UltimateCore-Enchantment v1.0
- [19:17:54] [Server thread/INFO]: [HypixelRegions] Loading HypixelRegions v1.1
- [19:17:54] [Server thread/INFO]: [UltimateCore-Runes] Loading UltimateCore-Runes v1.0
- [19:17:54] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.2
- [19:17:54] [Server thread/INFO]: [BetterProfiles] Loading BetterProfiles v1.3-BETA
- [19:17:54] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.9
- [19:17:54] [Server thread/INFO]: [CustomMobs] Loading CustomMobs v4.16
- [19:17:54] [Server thread/INFO]: [CustomMobs] Starting loading phase...
- [19:17:54] [Server thread/INFO]: [CustomMobs] Assumed ServerType: SPIGOT
- [19:17:54] [Server thread/INFO]: [CustomMobs] Server version: v1_8_R3
- [19:17:54] [Server thread/INFO]: [CustomMobs] Loaded configuration!
- [19:17:54] [Server thread/INFO]: [CustomMobs] Copying default languageFile (en_US.lang)
- [19:17:54] [Server thread/INFO]: [CustomMobs] Copied default languageFile to lang-folder!
- [19:17:54] [Server thread/INFO]: [CustomMobs] This Version of custom mobs supports the following server versions:
- [19:17:54] [Server thread/INFO]: [CustomMobs] v1_8_R1, v1_8_R2, v1_8_R3
- [19:17:54] [Server thread/INFO]: [CustomMobs] Current server version is supported by CustomMobs!
- [19:17:54] [Server thread/INFO]: [CustomMobs] Loading finished.
- [19:17:54] [Server thread/INFO]: [HandyOrbs] Loading HandyOrbs v2.1
- [19:17:54] [Server thread/INFO]: [MessageFilter] Loading MessageFilter v0.3.2
- [19:17:54] [Server thread/INFO]: [TeleportPads] Loading TeleportPads v1.8.6-customfork
- [19:17:54] [Server thread/INFO]: [HypixelChat] Loading HypixelChat v2.18
- [19:17:54] [Server thread/INFO]: [DarkAuctions] Loading DarkAuctions v1.1.5
- [19:17:54] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.0.0
- [19:17:54] [Server thread/INFO]: [AdvancedTabOverlay] Loading AdvancedTabOverlay v1.2.3
- [19:17:54] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.13.0
- [19:17:54] [Server thread/INFO]: [UltimateCore-Farm] Loading UltimateCore-Farm v1.0
- [19:17:54] [Server thread/INFO]: [AdvanceRespawn] Loading AdvanceRespawn v7.1.3
- [19:17:54] [Server thread/INFO]: [HypixelItems] Loading HypixelItems v5.0.5-RELEASE-b324
- [19:17:54] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2158)
- [19:17:54] [Server thread/INFO]: [UltimateCore-Talismans] Loading UltimateCore-Talismans v1.0
- [19:17:54] [Server thread/INFO]: [HypixelCombat] Loading HypixelCombat v9.9.3.4
- [19:17:54] [Server thread/ERROR]: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @1f2f3d9f initializing HypixelCombat v9.9.3.4 (Is it up to date?)
- java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @1f2f3d9f
- at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) ~[?:?]
- at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) ~[?:?]
- at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) ~[?:?]
- at java.base/java.lang.reflect.Method.setAccessible(Method.java:193) ~[?:?]
- at com.SirBlobman.combatlogx.expansion.Expansions.loadJar(Expansions.java:219) ~[?:?]
- at com.SirBlobman.combatlogx.expansion.Expansions.loadExpansions(Expansions.java:132) ~[?:?]
- at com.SirBlobman.combatlogx.CombatLogX.onLoad(CombatLogX.java:42) ~[?:?]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:17:54] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v2.1.0
- [19:17:54] [Server thread/INFO]: [UltimateCore-Souls] Loading UltimateCore-Souls v1.0
- [19:17:54] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.0.0
- [19:17:54] [Server thread/INFO]: [UltimateCore-Menu] Loading UltimateCore-Menu v1.0
- [19:17:54] [Server thread/INFO]: [PickupMoney] Loading PickupMoney v2.5.2
- [19:17:54] [Server thread/INFO]: [Armor+] Loading HypixelArmor v2.2.4
- [19:17:54] [Server thread/INFO]: [CharacterDialogue] Loading CharacterDialogue v0.8
- [19:17:54] [Server thread/INFO]: [UltimateCore-Trades] Loading UltimateCore-Trades v1.0
- [19:17:54] [Server thread/INFO]: [IridiumSkyblock] Loading IridiumSkyblock v2.5.0
- [19:17:54] [Server thread/INFO]: [JumpPads] Loading JumpPads v1.0
- [19:17:54] [Server thread/INFO]: [KojiSB] Loading KojiSkyblock v1.2.9.2
- [19:17:54] [Server thread/INFO]: [AuctionMaster] Loading AuctionMaster v3.1
- [19:17:54] [Server thread/INFO]: [UltraMinions] Loading UltraMinions v5.6.6
- [19:17:54] [Server thread/INFO]: [DeluxeBazaar] Loading DeluxeBazaar v2.3.5
- [19:17:54] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
- [19:17:54] [Server thread/INFO]: [AuctionMasterItemDisplay] Loading AuctionMasterItemDisplay v2.1
- [19:17:54] [Server thread/INFO]: [IslandAdditions] Loading IslandAdditions v1.0.0
- [19:17:54] [Server thread/INFO]: [UltimateCore-Collections] Loading UltimateCore-Collections v1.0
- [19:17:54] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.74
- [19:17:54] [Server thread/INFO]: [0;36;1m [0;36;22m __ [m
- [19:17:54] [Server thread/INFO]: [0;36;1m | [0;36;22m|__) [0;32;22mLuckPerms[m [0;36;1mv5.3.74[m
- [19:17:54] [Server thread/INFO]: [0;36;1m |___ [0;36;22m| [0;30;1mRunning on Bukkit - CraftBukkit[m
- [19:17:54] [Server thread/INFO]: [m
- [19:17:54] [Server thread/INFO]: [LuckPerms] Loading configuration...
- [19:17:54] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
- [19:17:55] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
- [19:17:55] [Server thread/INFO]: [LuckPerms] Performing initial data load...
- [19:17:55] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1526ms)
- [19:17:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0
- [19:17:55] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Enabling RoyaleEconomy v1.4.3
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Plugin: RoyaleEconomy
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Version: 1.4
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Author: qKing12 (Dumitru Ghinea)
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Copyright: 2020-2020 All Rights Reserved
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the Player Purse SQL.
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the Personal Banks SQL.
- [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Succesfully loaded the interest.
- [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the Shared Banks SQL.
- [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the External Generated Data SQL.
- [19:17:56] [Server thread/INFO]: RoyaleEconomySQLitePool - Starting...
- [19:17:56] [Server thread/INFO]: RoyaleEconomySQLitePool - Driver does not support get/set network timeout for connections. (Receiver class org.sqlite.Conn does not define or inherit an implementation of the resolved method 'abstract int getNetworkTimeout()' of interface java.sql.Connection.)
- [19:17:56] [Server thread/INFO]: RoyaleEconomySQLitePool - Start completed.
- [19:17:56] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
- [19:17:56] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
- [19:17:56] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
- [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Vault detected, economy register attempted.
- [19:17:56] [Thread-10/WARN]: [NBTAPI] The NBT-API at 'package me.qKing12.RoyaleEconomy.utils' seems to be outdated!
- [19:17:56] [Thread-10/WARN]: [NBTAPI] Current Version: '2.7.1' Newest Version: 2.11.3'
- [19:17:56] [Thread-10/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
- [19:17:56] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
- [19:17:56] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
- [19:17:56] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [19:17:56] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
- [19:17:56] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
- [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Vault detected, economy register attempted.
- [19:17:56] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.2
- [19:17:56] [Server thread/INFO]: [IridiumSkyblock] Enabling IridiumSkyblock v2.5.0
- [19:17:56] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
- [19:17:56] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
- [19:17:56] [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.
- [19:17:56] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
- [19:17:56] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
- [19:17:56] [Server thread/INFO]: Preparing level "Server"
- [19:17:57] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
- [19:17:57] [Server thread/INFO]: [KojiDeveloperKit] Enabling KojiDevKit v1.16.6
- [19:17:57] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
- [19:17:57] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
- [19:17:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: royaleeconomy
- [19:17:58] [Server thread/INFO]: [Elections] Enabling Elections v2.10.4
- [19:17:58] [Server thread/INFO]: Elections » Plugin [0;32;1menabled[m![m
- [19:17:58] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
- [19:17:58] [Server thread/INFO]: [HypixelBackpacks] Enabling HypixelBackpacks v1.6.7
- [19:17:58] [Server thread/INFO]: [0;32;1mFancyBags >>> NMS Version Detected: v1_8_R3[m
- [19:17:58] [Server thread/INFO]: [0;32;1mFancyBags >>> loaded 3 recipes![m
- [19:17:58] [Server thread/INFO]: FancyBags plugin has been enabled![m
- [19:17:58] [Server thread/INFO]: [HypixelMenus] Enabling HypixelMenus v1.10.5
- [19:17:58] [Server thread/INFO]: [HypixelMenus] Hooked into PlaceholderAPI!
- [19:17:58] [Server thread/WARN]: [HypixelMenus] Material for item: empty in GUI menu: patch-notes is not a valid material name / id!
- [19:17:58] [Server thread/WARN]: [HypixelMenus] Skipping item: empty
- [19:17:58] [Server thread/WARN]: [HypixelMenus] Material for item: glass in GUI menu: builder is not a valid material name / id!
- [19:17:58] [Server thread/WARN]: [HypixelMenus] Skipping item: glass
- [19:17:58] [Server thread/ERROR]: Error occurred while enabling HypixelMenus v1.10.5 (Is it up to date?)
- java.lang.NullPointerException: Cannot invoke "javax.script.ScriptEngine.put(String, Object)" because "com.extendedclip.deluxemenus.menu.requirement.JavascriptRequirement.engine" is null
- at com.extendedclip.deluxemenus.menu.requirement.JavascriptRequirement.<init>(JavascriptRequirement.java:25) ~[?:?]
- at com.extendedclip.deluxemenus.DeluxeMenusConfig.getRequirements(DeluxeMenusConfig.java:1560) ~[?:?]
- at com.extendedclip.deluxemenus.DeluxeMenusConfig.loadGUIMenuItems(DeluxeMenusConfig.java:1515) ~[?:?]
- at com.extendedclip.deluxemenus.DeluxeMenusConfig.loadGUI(DeluxeMenusConfig.java:821) ~[?:?]
- at com.extendedclip.deluxemenus.DeluxeMenusConfig.loadGUIMenus(DeluxeMenusConfig.java:672) ~[?:?]
- at com.extendedclip.deluxemenus.DeluxeMenus.onEnable(DeluxeMenus.java:62) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:17:58] [Server thread/INFO]: [HypixelMinionsCore] Enabling HypixelMinionsCore v1.0
- [19:17:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: customplaceholders
- [19:17:58] [Server thread/INFO]: [HypixelLag] Enabling HypixelLag v3.1.6
- [19:17:58] [Server thread/INFO]: [ClearLag] Loading modules...
- [19:17:58] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
- [19:17:58] [Server thread/INFO]: [ClearLag] Modules have been loaded!
- [19:17:58] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
- [19:17:59] [Server thread/INFO]: [HypixelBags] Enabling HypixelBags v1.0
- [19:17:59] [Server thread/INFO]: [0;32;1mBackpacks plugin has been enabled![m
- [19:17:59] [Server thread/INFO]: [HypixelCommands] Enabling HypixelCommands v1.9.0
- [19:17:59] [Server thread/INFO]: [HypixelCommands] Successfully setup compatibility for your server version!
- [19:17:59] [Server thread/INFO]: [HypixelCommands] 9 commands loaded!
- [19:17:59] [Server thread/INFO]: [HypixelCommands] Hooked into PlaceholderAPI for placeholders!
- [19:17:59] [Server thread/INFO]: [EffectPlaceholders] Enabling EffectPlaceholders v1.0.0
- [19:17:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: effects
- [19:17:59] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.2
- [19:17:59] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.1.1
- [19:17:59] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
- [19:18:00] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
- [19:18:00] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
- [19:18:00] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
- [19:18:00] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
- [19:18:00] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
- [19:18:00] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
- [19:18:00] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
- [19:18:00] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
- [19:18:00] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.11.3
- [19:18:00] [Server thread/INFO]: [NBTAPI] Adding listeners...
- [19:18:00] [Server thread/INFO]: [NBTAPI] Gson:
- [19:18:00] [Server thread/INFO]: [NBTAPI] Checking bindings...
- [19:18:00] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
- [19:18:00] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
- [19:18:00] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
- [19:18:00] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
- [19:18:00] [Server thread/INFO]: [WatchdogBan] Enabling WatchdogBan v1.1.0
- [19:18:00] [Server thread/INFO]: [HypixelLore] Enabling HypixelLore v1.6
- [19:18:00] [Server thread/INFO]: -----Lore Adder v1.6 by Franzinator Enabled-----
- [19:18:00] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.1.1
- [19:18:00] [Server thread/INFO]: [ViaBackwards] Loading translations...
- [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
- [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
- [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.12 -> 1.11 mappings...
- [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
- [19:18:00] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
- [19:18:00] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
- [19:18:01] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
- [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
- [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
- [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
- [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.18 -> 1.17 mappings...
- [19:18:01] [Server thread/INFO]: [RealTime] Enabling RealTime v 1.0-C
- [19:18:01] [Server thread/INFO]: [0;37;22m[[0;36;1mRealTime[0;37;22m] [0;33;1mRealTime by Acayrin[m
- [19:18:01] [Server thread/ERROR]: Error occurred while enabling RealTime v 1.0-C (Is it up to date?)
- java.lang.NoClassDefFoundError: me/clip/placeholderapi/external/EZPlaceholderHook
- at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
- at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?]
- at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
- at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:524) ~[?:?]
- at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:427) ~[?:?]
- at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:421) ~[?:?]
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[?:?]
- at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:420) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- at acayrin.A.onEnable(A.java:17) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.ClassNotFoundException: me.clip.placeholderapi.external.EZPlaceholderHook
- at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- ... 26 more
- [19:18:01] [Server thread/INFO]: [UltimateCore] Enabling UltimateCore v4.2.0
- [19:18:01] [Server thread/INFO]: [ItemEditor] Enabling ItemEditor v0.1.16
- [19:18:01] [Server thread/INFO]: [ItemEditor] §fItemEditor §7v0.1.16, by §bFreakey
- [19:18:01] [Server thread/INFO]: [ItemEditor] §aPlaceholderAPI was found, placeholders are enabled!
- [19:18:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
- [19:18:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
- [19:18:01] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
- [19:18:01] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 17.0.8).
- [19:18:01] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
- [19:18:01] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
- [19:18:02] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
- [19:18:02] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
- [19:18:02] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
- [19:18:02] [Server thread/INFO]: [QuickBoard] Enabling QuickBoard v4.4.1
- [19:18:02] [Server thread/INFO]: [QuickBoard] ------------------------------
- [19:18:02] [Server thread/INFO]: [QuickBoard] QuickBoard
- [19:18:02] [Server thread/INFO]: [QuickBoard] Listeners registered
- [19:18:02] [Server thread/INFO]: [QuickBoard] Loading scoreboards
- [19:18:02] [Server thread/INFO]: [QuickBoard] Loaded 'scoreboard.islands.yml' with permission 'scoreboard.islands'
- [19:18:02] [Server thread/INFO]: [QuickBoard] Loaded 'scoreboard.server.yml' with permission 'scoreboard.server'
- [19:18:02] [Server thread/INFO]: [QuickBoard] Scoreboards loaded
- [19:18:02] [Server thread/INFO]: [QuickBoard] Config registered
- [19:18:02] [Server thread/INFO]: [QuickBoard] Update Tasks started
- [19:18:02] [Server thread/INFO]: [QuickBoard] Command 'quickboard' enabled
- [19:18:02] [Server thread/INFO]: [QuickBoard] QuickBoard
- [19:18:02] [Server thread/INFO]: [QuickBoard] ------------------------------
- [19:18:02] [Server thread/INFO]: [Slayers] Enabling Slayers v1.5-PRE
- [19:18:02] [Server thread/INFO]: [0;32;1mSlayers enabled. [0;35;1mMade by Maploop [0;33;1mv1.2[m
- [19:18:02] [Server thread/INFO]: [BuildersWand] Enabling BuildersWand v2.22.0
- [19:18:02] [Server thread/INFO]: [BuildersWand] Looking for updates...
- [19:18:02] [Server thread/INFO]: [BuildersWand] Plugin is up-to-date
- [19:18:02] [Server thread/INFO]: [WorldSpawn] Enabling WorldSpawn v1.4.4
- [19:18:02] [Server thread/INFO]: [0;37;22mHub loaded![m
- [19:18:02] [Server thread/INFO]: [0;37;22mSpawn for "Server" loaded![m
- [19:18:02] [Server thread/INFO]: [WorldSpawn] Hello server!
- [19:18:02] [Server thread/INFO]: [WorldSpawn] World Spawn by Bluecoaster455 v1.4.4
- [19:18:02] [Server thread/INFO]: [Wardrobe] Enabling Wardrobe v1.0.4
- [19:18:02] [Server thread/INFO]: [Playtimes] Enabling Playtimes v1.3.9
- [19:18:02] [Server thread/INFO]: [0;33;1m=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=[m
- [19:18:02] [Server thread/INFO]: [0;33;1mYou are using an older version of PlayTime![m
- [19:18:02] [Server thread/INFO]: [0;33;1mDownload the newest version here:[m
- [19:18:02] [Server thread/INFO]: [0;36;1mhttps://tinyurl.com/y7ltcg8m[m
- [19:18:02] [Server thread/INFO]: [0;33;1m=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=[m
- [19:18:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: PlayTimes
- [19:18:02] [Server thread/INFO]: [0;35;22m[PlayTime] [0;37;1mPlaceholdersAPI Hooked![m
- [19:18:02] [Server thread/INFO]: [0;35;22m[PlayTime] [0;37;1mSuccessfully loaded.[m
- [19:18:02] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
- [19:18:02] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
- [19:18:02] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
- [19:18:02] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: test
- [19:18:02] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [19:18:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SkyBlock
- [19:18:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [19:18:03] [Server thread/INFO]: Preparing start region for level 1 (Seed: 0)
- [19:18:03] [Server thread/INFO]: [0;37;22mHub loaded![m
- [19:18:03] [Server thread/INFO]: [0;37;22mSpawn for "Server" loaded![m
- [19:18:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SkyBlockhub
- [19:18:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [19:18:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Server_the_end
- [19:18:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
- [19:18:03] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8264163221639277439)
- [19:18:03] [Server thread/INFO]: [0;37;22mHub loaded![m
- [19:18:03] [Server thread/INFO]: [0;37;22mSpawn for "Server" loaded![m
- [19:18:03] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
- [19:18:03] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
- [19:18:03] [Server thread/INFO]: [UltimateCore-Anvil] Enabling UltimateCore-Anvil v1.0
- [19:18:03] [Server thread/INFO]: [0;33;1m[UltimateCore-Anvil] Has been enabled![m
- [19:18:03] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
- [19:18:04] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
- [19:18:04] [Server thread/INFO]: [AntiDrop] Enabling AntiDrop v2.2.1
- [19:18:04] [Server thread/INFO]: [TimeEmoji] Enabling TimeEmoji v1.0
- [19:18:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: time
- [19:18:04] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v3.1
- [19:18:04] [Server thread/INFO]: [ImageOnMap] Loaded 1 player map files.
- [19:18:04] [Server thread/INFO]: [UltimateCore-Alchemy] Enabling UltimateCore-Alchemy v1.0
- [19:18:04] [Server thread/INFO]: [0;33;1mUltimateCore-Alchemy Has been enabled![m
- [19:18:04] [Server thread/INFO]: [HypixelWorldProtect] Enabling HypixelWorldProtect v1.2
- [19:18:04] [Server thread/INFO]: [DeathTeleport] Enabling DeathTeleport v1.0
- [19:18:04] [Server thread/INFO]: Cargado death teleport village
- [19:18:04] [Server thread/INFO]: Cargado death teleport spiders-den
- [19:18:04] [Server thread/INFO]: Cargado death teleport the-nether
- [19:18:04] [Server thread/INFO]: Cargado death teleport nether-fortress
- [19:18:04] [Server thread/INFO]: Cargado death teleport farm
- [19:18:04] [Server thread/INFO]: Cargado death teleport the-barn
- [19:18:04] [Server thread/INFO]: Cargado death teleport acacia-forest
- [19:18:04] [Server thread/INFO]: Cargado death teleport spruce-forest
- [19:18:04] [Server thread/INFO]: Cargado death teleport birch-forest
- [19:18:04] [Server thread/INFO]: Cargado death teleport dark-oak-forest
- [19:18:04] [Server thread/INFO]: Cargado death teleport jungle-forest
- [19:18:04] [Server thread/INFO]: Cargado death teleport gold-mine
- [19:18:04] [Server thread/INFO]: Cargado death teleport lapis-quarry
- [19:18:04] [Server thread/INFO]: Cargado death teleport redstone-mine
- [19:18:04] [Server thread/INFO]: Cargado death teleport emerald-sanctuary
- [19:18:04] [Server thread/INFO]: Cargado death teleport diamond-reserve
- [19:18:04] [Server thread/INFO]: Cargado death teleport obsidian-sanctuary
- [19:18:04] [Server thread/INFO]: Cargado death teleport the-end
- [19:18:04] [Server thread/INFO]: Cargado death teleport dragon-nest
- [19:18:04] [Server thread/INFO]: Cargado death teleport dragon-altar
- [19:18:04] [Server thread/ERROR]: [DeathTeleport] Plugin DeathTeleport v1.0 has failed to register events for class es.legendity.deathteleport.listener.Events because com/sk89q/worldguard/bukkit/WorldGuardPlugin does not exist.
- [19:18:04] [Server thread/INFO]: [CannonPatches] Enabling CannonPatches v1.0
- [19:18:04] [Server thread/INFO]: This server is running CannonPatches![m
- [19:18:04] [Server thread/INFO]: [FancyCrafting] Enabling FancyCrafting v1.0.0
- [19:18:05] [Server thread/INFO]: [UltimateCore-Enchantment] Enabling UltimateCore-Enchantment v1.0
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID BINDING_CURSE![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID CHANNELING![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID FROST_WALKER![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID IMPALING![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID LOYALTY![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID MENDING![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID MULTISHOT![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;31;1mError loading enchantment with ID PIERCING![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;33;22mSuccessfully loaded 24 Vanilla Enchantments![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;35;1mSuccessfully loaded 0 enchantments from AdvancedEnchantments![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment [0;36;1mSuccessfully loaded 0 enchantments from EcoEnchants![m
- [19:18:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateenchantment
- [19:18:05] [Server thread/INFO]: [0;33;1m[UltimateCore-Enchantment] [0;32;1mSuccessfully hooked into PlaceholderAPI![m
- [19:18:05] [Server thread/INFO]: [0;33;1mUltimateCore-Enchantment Has been enabled![m
- [19:18:05] [Server thread/INFO]: [HypixelRegions] Enabling HypixelRegions v1.1
- [19:18:05] [Server thread/INFO]: -----SkyBlockPlaceholders v1.1 by Franzinator Enabled-----
- [19:18:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: sbp
- [19:18:05] [Server thread/INFO]: [UltimateCore-Runes] Enabling UltimateCore-Runes v1.0
- [19:18:05] [Server thread/INFO]: [0;33;1m[UltimateCore-Runes] Has been enabled![m
- [19:18:05] [Server thread/INFO]: [BetterProfiles] Enabling BetterProfiles v1.3-BETA
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mHex colors are not available![m
- [19:18:05] [Server thread/INFO]: [0;33;1m ___ _ _ ___ __ _ _ [m
- [19:18:05] [Server thread/INFO]: [0;33;1m | _ ) ___| |_| |_ ___ _ _| _ \_ _ ___ / _(_) |___ ___ [m
- [19:18:05] [Server thread/INFO]: [0;33;1m | _ \/ -_) _| _/ -_) '_| _/ '_/ _ \ _| | / -_|_-< [m
- [19:18:05] [Server thread/INFO]: [0;33;22m |___/\___|\__|\__\___|_| |_| |_| \___/_| |_|_\___/__/ [m
- [19:18:05] [Server thread/INFO]: [0;33;22m[m
- [19:18:05] [Server thread/INFO]: [0;33;1m Running plugin [0;33;22mBetterProfiles v1.3-BETA[m
- [19:18:05] [Server thread/INFO]: [0;33;1m Server running [0;33;22mCraftBukkit[0;33;1m version [0;33;22mgit-Spigot-db6de12-18fbb24 (MC: 1.8.8)[m
- [19:18:05] [Server thread/INFO]: [0;33;1m (Implementing API version [0;33;22mgit-Spigot-db6de12-18fbb24 (MC: 1.8.8)[0;33;1m)[m
- [19:18:05] [Server thread/INFO]: [0;33;1m (Developed by [0;33;22m AlonsoAliaga[0;33;1m - Thanks for using my plugin [0;33;22m❤[0;33;1m)[m
- [19:18:05] [Server thread/INFO]: [0;33;1m (If you loved the plugin consider leaving a review and mentioning your server IP in it![m
- [19:18:05] [Server thread/INFO]: [m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mConfiguration auto-update is not enabled![m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mBungeeCord action bar available. Hooking..[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mProtocolLib found! Hooking..[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mBungeeCord action bar not available in 1.8.x! Skipping..[m
- [19:18:05] [Server thread/INFO]: [SQLite] Attempting to create 'betterprofiles' table..[m
- [19:18:05] [Server thread/INFO]: [SQLite] Connecting to database 'database-betterprofiles.db'![m
- [19:18:05] [Server thread/INFO]: [SQLite] Driver available: SQLiteJDBC[m
- [19:18:05] [Server thread/INFO]: [SQLite] Successfully connected to database![m
- [19:18:05] [Server thread/INFO]: [SQLite] Table 'betterprofiles' has been created if didn't exist.[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mEnabled profile on command.[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mEnabling real time update profile..[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mPlayerSwapHandItemsEvent is not supported. Skipping..[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mReal time profile update is enabled.[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mEnabled profile on right click.[m
- [19:18:05] [Server thread/INFO]: [0;33;22m[BetterProfiles] [0;37;22mLoaded 5 items![m
- [19:18:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.9
- [19:18:05] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
- [19:18:05] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs v4.16
- [19:18:05] [Server thread/INFO]: [CustomMobs] Successfully created links to current server version!
- [19:18:05] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs (4.16) on server version v1_8_R3
- [19:18:05] [Server thread/INFO]: [CustomMobs] Discovering MobTypes...
- [19:18:05] [Server thread/INFO]: [CustomMobs] Found 32 MobTypes!
- [19:18:05] [Server thread/INFO]: [CustomMobs] Loaded 8 mobs!
- [19:18:05] [Server thread/INFO]: [CustomMobs] Enabling PluginMetrics...
- [19:18:05] [Server thread/INFO]: [CustomMobs] Sending information to PluginMetrics.
- [19:18:05] [Server thread/INFO]: [CustomMobs] Thank you for enabling PluginMetrics! (~HellFirePvP)
- [19:18:05] [Server thread/INFO]: [CustomMobs] Please note that CustomMobs is !!_NOT_!! reloadable. It may lead to various bugs and data inconsistency.
- [19:18:05] [Server thread/INFO]: [CustomMobs] Startup Completed. Have fun using CustomMobs to your hearts content.
- [19:18:05] [Server thread/INFO]: [HandyOrbs] Enabling HandyOrbs v2.1
- [19:18:05] [Server thread/INFO]: [HandyOrbs] Loading NBT API Util...
- [19:18:05] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
- [19:18:05] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
- [19:18:05] [Server thread/INFO]: [HandyOrbs] Gson:
- [19:18:05] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
- [19:18:06] [Server thread/INFO]: [MessageFilter] Enabling MessageFilter v0.3.2
- [19:18:06] [Server thread/INFO]: [MessageFilter] ProtocolLib found and connected!
- [19:18:06] [Server thread/INFO]: [TeleportPads] Enabling TeleportPads v1.8.6-customfork
- [19:18:06] [Server thread/INFO]: [0;30;1m[9m---------------------------------[m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;33;1mLoading configurations...[m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;32;1mAll Configurations have been loaded![m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;33;1mLoading listeners...[m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;32;1mAll Listeners have been loaded![m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;33;1mLoading commands...[m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;32;1mAll Commands have been loaded![m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;33;1mLoading telepads...[m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;32;1mAll TelePads have been loaded![m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;33;1mUsing Minecraft Version: [0;33;22mV1_8_R3 is supported![m
- [19:18:06] [Server thread/INFO]: [0;30;1m[9m---------------------------------[m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;33;1mThanks for buy my plugin! [0;31;1m<3[0;33;22m - @DeivydSao[m
- [19:18:06] [Server thread/INFO]: [0;35;22m[MagnificTelePads] [0;32;1mA new update (2.1.0-EARTH) has been found: [0;33;1mhttps://www.spigotmc.org/resources/85634/[m
- [19:18:06] [Server thread/INFO]: [HypixelChat] Enabling HypixelChat v2.18
- [19:18:06] [Server thread/INFO]: [HypixelChat] Vault has successful hooked.
- [19:18:06] [Server thread/INFO]: [HypixelChat] PlaceholderAPI has successful hooked.
- [19:18:06] [Server thread/INFO]: [DarkAuctions] Enabling DarkAuctions v1.1.5
- [19:18:07] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.0.0
- [19:18:07] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
- [19:18:07] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
- [19:18:07] [Server thread/INFO]: No kits found to migrate.
- [19:18:07] [Server thread/INFO]: Loaded 852 items from items.csv.
- [19:18:07] [Server thread/INFO]: Using locale en
- [19:18:07] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
- [19:18:07] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
- [19:18:07] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
- [19:18:07] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
- [19:18:07] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: RoyaleEconomy version: 1.7.3-b${env.TRAVIS_BUILD_NUMBER})
- [19:18:07] [Server thread/INFO]: [AdvancedTabOverlay] Enabling AdvancedTabOverlay v1.2.3
- [19:18:07] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.13.0
- [19:18:07] [Server thread/INFO]: [HeadDatabase] §bUsing default §3"en_US.lang" §bcreated by §6Arcaniax
- [19:18:07] [Server thread/ERROR]: [HeadDatabase] Failed to initialize head reflection, are you using a supported server version?
- [19:18:07] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
- [19:18:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb
- [19:18:07] [Server thread/INFO]: [HeadDatabase] Downloaded from https://directleaks.net
- [19:18:07] [Server thread/INFO]: [UltimateCore-Farm] Enabling UltimateCore-Farm v1.0
- [19:18:07] [Server thread/INFO]: [0;33;1m[UltimateCore-Farm] [0;31;1mWaning Regions Plugin wasn't found please install it![m
- [19:18:07] [Server thread/INFO]: [UltimateCore-Farm] Disabling UltimateCore-Farm v1.0
- [19:18:07] [Server thread/INFO]: [UltimateCore-Farm] UltimateCore-Farm Disabled!
- [19:18:07] [Server thread/ERROR]: Error occurred while enabling UltimateCore-Farm v1.0 (Is it up to date?)
- org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register mc.ultimatecore.farm.listeners.InventoryClickListener@314f0363 while not enabled
- at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:524) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at mc.ultimatecore.farm.HyperRegions.registerListeners(HyperRegions.java:100) ~[?:?]
- at mc.ultimatecore.farm.HyperRegions.onEnable(HyperRegions.java:66) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:18:07] [Server thread/INFO]: [AdvanceRespawn] Enabling AdvanceRespawn v7.1.3
- [19:18:07] [Server thread/INFO]: [HypixelItems] Enabling HypixelItems v5.0.5-RELEASE-b324
- [19:18:07] [Server thread/INFO]: [0;37;22m[[0;33;1mItemJoin[0;37;22m] [0;32;1mFetched [{ [0;33;1mMultiverse-Core, HeadDatabase, PlaceholderAPI, Vault [0;32;1m}][m
- [19:18:07] [Server thread/INFO]: [0;37;22m[[0;33;1mItemJoin[0;37;22m] [0;32;1mChecking for updates...[m
- [19:18:07] [Server thread/INFO]: [0;37;22m[[0;33;1mItemJoin[0;37;22m] [0;31;1mAn error has occured when checking the plugin version![m
- [19:18:07] [Server thread/INFO]: [0;37;22m[[0;33;1mItemJoin[0;37;22m] [0;31;1mPlease contact the plugin developer![m
- [19:18:07] [Server thread/INFO]: [0;37;22m[[0;33;1mItemJoin[0;37;22m] [0;32;1mYou are up to date![m
- [19:18:07] [Server thread/INFO]: [0;37;22m[[0;33;1mItemJoin[0;37;22m] [0;32;1mhas been Enabled.[m
- [19:18:07] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2158)
- [19:18:08] [Server thread/INFO]: [UltimateCore-Talismans] Enabling UltimateCore-Talismans v1.0
- [19:18:08] [Server thread/INFO]: [0;33;1m[HyperTalismans] [0;32;1mSuccessfully loaded 4 talismans![m
- [19:18:08] [Server thread/INFO]: [UltimateCore-Talismans] Using SQLite (local) database.
- [19:18:08] [Server thread/WARN]: SLF4J: No SLF4J providers were found.
- [19:18:08] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
- [19:18:08] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
- [19:18:08] [Server thread/INFO]: [0;33;1m[UltimateCore-Talismans] [0;31;1mNo region plugin was found please install it![m
- [19:18:08] [Server thread/INFO]: [0;33;1m[HyperSkills] [0;32;1mSuccessfully hooked into Vault![m
- [19:18:08] [Server thread/INFO]: [0;33;1mUltimateCore-Talismans Has been enabled![m
- [19:18:08] [Server thread/INFO]: [HypixelCombat] Enabling HypixelCombat v9.9.3.4
- [19:18:08] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.1.0
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: __________________________________________________________
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: TradeSystem [2.1.0]
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: Status:
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: MC-Version: 1.8.8 (R0.1-SNAPSHOT, Spigot)
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: > Loading sounds
- [19:18:08] [Server thread/INFO]: > Loading blacklist
- [19:18:08] [Server thread/INFO]: ...got 3 blocked item(s)
- [19:18:08] [Server thread/INFO]: > Loading layouts
- [19:18:08] [Server thread/INFO]: ...got 2 layout(s)
- [19:18:08] [Server thread/INFO]: > Database logging is disabled
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: Finished (262ms)
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: __________________________________________________________
- [19:18:08] [Server thread/INFO]:
- [19:18:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem
- [19:18:08] [Server thread/INFO]: [UltimateCore-Souls] Enabling UltimateCore-Souls v1.0
- [19:18:08] [Server thread/INFO]: [0;33;1m[HyperSouls] [0;32;1mSuccessfully loaded 73 souls![m
- [19:18:08] [Server thread/INFO]: [UltimateCore-Souls] Using SQLite (local) database.
- [19:18:08] [Server thread/INFO]: [0;33;1m[UltimateCore-Souls] [0;32;1mSuccessfully hooked into Vault![m
- [19:18:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: souls
- [19:18:08] [Server thread/INFO]: [0;33;1m[UltimateCore-Souls] [0;32;1mSuccessfully hooked into PlaceholderAPI![m
- [19:18:08] [Server thread/INFO]: [0;33;1mUltimateCore-Souls Has been enabled![m
- [19:18:08] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.0.0
- [19:18:08] [Server thread/WARN]: [EssentialsChat] §4Version mismatch! Please update all Essentials jars to the same version.
- [19:18:08] [Server thread/ERROR]: Error occurred while enabling EssentialsChat v2.17.0.0 (Is it up to date?)
- java.lang.NoSuchMethodError: 'void com.earth2me.essentials.metrics.Metrics.<init>(org.bukkit.plugin.Plugin)'
- at com.earth2me.essentials.chat.EssentialsChat.onEnable(EssentialsChat.java:43) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:18:08] [Server thread/INFO]: [UltimateCore-Menu] Enabling UltimateCore-Menu v1.0
- [19:18:08] [Server thread/INFO]: [0;33;1mUltimateCore-Menu Has been enabled![m
- [19:18:08] [Server thread/INFO]: [PickupMoney] Enabling PickupMoney v2.5.2
- [19:18:08] [Server thread/INFO]: [PickupMoney] Not support ActionBar in this Spigot version. Contact me if you want to add.
- [19:18:08] [Server thread/INFO]: [Armor+] Enabling HypixelArmor v2.2.4
- [19:18:09] [Server thread/INFO]: [Armor+] Vault found, hooking into it now...
- [19:18:09] [Server thread/INFO]: [Armor+] PlaceholderAPI found, registering expansion with it now...
- [19:18:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: armor+
- [19:18:09] [Server thread/INFO]: [Armor+] Thanks for using Armor+ v2.2.4, please contact nbdSteve#0583 on discord if you find any bugs.
- [19:18:09] [Server thread/INFO]: [CharacterDialogue] Enabling CharacterDialogue v0.8
- [19:18:09] [Server thread/INFO]: [CharacterDialogue] §aCharacterDialogue enabled. §70.8
- [19:18:09] [Server thread/INFO]: [CharacterDialogue] §aLoaded in 15104ms
- [19:18:09] [Server thread/INFO]: [UltimateCore-Trades] Enabling UltimateCore-Trades v1.0
- [19:18:09] [Server thread/INFO]: [0;33;1mUltimateCore-Trades Has been enabled![m
- [19:18:09] [Server thread/INFO]: [JumpPads] Enabling JumpPads v1.0
- [19:18:09] [Server thread/INFO]: [KojiSB] Enabling KojiSkyblock v1.2.9.2
- [19:18:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ksb
- [19:18:09] [Server thread/INFO]: [KojiDeveloperKit] Connecting Koji Dev Kit...
- [19:18:09] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
- [19:18:09] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
- [19:18:09] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
- [19:18:09] [Server thread/INFO]: [KojiSB] Copying Pets...
- [19:18:09] [Server thread/INFO]: [KojiSB] Loading Pets...
- [19:18:10] [Server thread/INFO]: [KojiSB] Copying Reforges...
- [19:18:10] [Server thread/INFO]: [KojiSB] Reading Files...
- [19:18:10] [Server thread/INFO]: [KojiSB] Loading Custom Items...
- [19:18:11] [Server thread/WARN]: java.lang.ClassNotFoundException: net.citizens.api.npc.NPC
- [19:18:11] [Server thread/WARN]: at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
- [19:18:11] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
- [19:18:11] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
- [19:18:11] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
- [19:18:11] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
- [19:18:11] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
- [19:18:11] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
- [19:18:11] [Server thread/WARN]: at koji.skyblock.Skyblock.initialLoad(Skyblock.java:320)
- [19:18:11] [Server thread/WARN]: at koji.skyblock.Skyblock.onEnable(Skyblock.java:127)
- [19:18:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
- [19:18:11] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
- [19:18:11] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
- [19:18:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
- [19:18:11] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
- [19:18:11] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
- [19:18:11] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
- [19:18:11] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
- [19:18:11] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
- [19:18:11] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
- [19:18:11] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [19:18:11] [Server thread/WARN]: Couldn't find Citizens, which should be enabled. What's going on?!
- [19:18:11] [Server thread/INFO]: [AuctionMaster] Enabling AuctionMaster v3.1
- [19:18:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: auctionmaster
- [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Deliveries SQL.
- [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Auctions Database SQL.
- [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Auctions Player List SQL.
- [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Preview Data SQL.
- [19:18:12] [Server thread/INFO]: [UltraMinions] Enabling UltraMinions v5.6.6
- [19:18:12] [Server thread/ERROR]: Error occurred while enabling UltraMinions v5.6.6 (Is it up to date?)
- java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @3f7fc2c8
- at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) ~[?:?]
- at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) ~[?:?]
- at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) ~[?:?]
- at java.base/java.lang.reflect.Method.setAccessible(Method.java:193) ~[?:?]
- at io.github.Leonardo0013YT.UltraMinions.utils.DependUtils.loadJarFile(DependUtils.java:124) ~[?:?]
- at io.github.Leonardo0013YT.UltraMinions.utils.DependUtils.download(DependUtils.java:114) ~[?:?]
- at io.github.Leonardo0013YT.UltraMinions.utils.DependUtils.loadDepends(DependUtils.java:32) ~[?:?]
- at io.github.Leonardo0013YT.UltraMinions.Main.onEnable(Main.java:85) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Enabling DeluxeBazaar v2.3.5
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;33;1mLoaded total [0;37;1m128 [0;33;1mitems.[m
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;33;1mLoaded total [0;37;1m5 [0;33;1mcategories.[m
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;33;1mYour server is running on [0;37;1mv1_8_R3[0;33;1m.[m
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;32;1mEnabled HeadDatabase support![m
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;32;1mPlugin successfully enabled! [0;37;1mv2.3.5[m
- [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Downloaded from https://directleaks.net
- [19:18:12] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mVault compatible economy found! Economy support for CommandNPC has been enabled.[m
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
- [19:18:12] [Thread-14/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
- [19:18:12] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
- [19:18:12] [Server thread/INFO]: [AuctionMasterItemDisplay] Enabling AuctionMasterItemDisplay v2.1
- [19:18:12] [Server thread/INFO]: [IslandAdditions] Enabling IslandAdditions v1.0.0
- [19:18:12] [Server thread/INFO]: [UltimateCore-Collections] Enabling UltimateCore-Collections v1.0
- [19:18:12] [Server thread/INFO]: [UltimateCore-Collections] Using SQLite (local) database.
- [19:18:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: collections
- [19:18:12] [Server thread/INFO]: [0;33;1m[UltimateCore-Collections] [0;32;1mSuccessfully hooked into PlaceholderAPI![m
- [19:18:12] [Server thread/INFO]: [0;33;1m[UltimateCore-Collections] [0;32;1mSuccessfully hooked into Vault![m
- [19:18:12] [Server thread/INFO]: [0;33;1m[UltimateCore-Collections] [0;32;1mSuccessfully hooked into UltraMinions![m
- [19:18:12] [Server thread/INFO]: [0;33;1mUltimateCore-Collections Has been enabled![m
- [19:18:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [19:18:12] [Server thread/INFO]: Done (15.750s)! For help, type "help" or "?"
- [19:18:12] [Server thread/INFO]: Starting GS4 status listener
- [19:18:12] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
- [19:18:12] [Server thread/INFO]: Using default channel type
- [19:18:12] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
- [19:18:13] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
- [19:18:13] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x (47)
- [19:18:13] [Server thread/WARN]: [ViaVersion] This version of Minecraft is extremely outdated and support for it has reached its end of life. You will still be able to run Via on this Minecraft version, but we are unlikely to provide any further fixes or help with problems specific to legacy Minecraft versions. Please consider updating to give your players a better experience and to avoid issues that have long been fixed.
- [19:18:13] [Server thread/INFO]: Successfully enabled 0 expansions[m
- [19:18:13] [Craft Scheduler Thread - 2/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m
- [19:18:13] [Server thread/ERROR]: [Skript] a slot can't be set to ('red stained glass named "&cDctr's Space Helmet &c" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 6: set player's helmet to red stained glass named "&cDctr's Space Helmet &c" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:13] [Server thread/ERROR]: [Skript] a slot can't be set to ('orange stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 12: set loop-player's helmet to orange stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:13] [Server thread/ERROR]: [Skript] a slot can't be set to ('yellow stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 16: set loop-player's helmet to yellow stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:13] [Server thread/ERROR]: [Skript] a slot can't be set to ('lime stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 20: set loop-player's helmet to lime stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:13] [Server thread/ERROR]: [Skript] a slot can't be set to ('green stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 24: set loop-player's helmet to green stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:13] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mAn internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.[m
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
- [19:18:13] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
- [19:18:13] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
- [19:18:13] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
- [19:18:13] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
- [19:18:13] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
- [19:18:13] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
- [19:18:13] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! Stack trace:
- [19:18:13] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
- Message: Premature end of file.
- [19:18:13] [Skript update thread/ERROR]: #!#! at java.xml/com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:652)
- [19:18:13] [Skript update thread/ERROR]: #!#! at java.xml/com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
- [19:18:13] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
- [19:18:13] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210)
- [19:18:13] [Skript update thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! Version Information:
- [19:18:13] [Skript update thread/ERROR]: #!#! Skript: 2.1.2
- [19:18:13] [Skript update thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
- [19:18:13] [Skript update thread/ERROR]: #!#! Minecraft: 1.8.8
- [19:18:13] [Skript update thread/ERROR]: #!#! Java: 17.0.8
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! Current node: if name of loop-player's helmet contains "&2": (Dctr.sk, line 27)
- [19:18:13] [Skript update thread/ERROR]: #!#! Current item: null
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/ERROR]: #!#! End of Error.
- [19:18:13] [Skript update thread/ERROR]: #!#!
- [19:18:13] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running the latest stable version of Skript.[m
- [19:18:13] [Server thread/ERROR]: [Skript] a slot can't be set to ('light blue stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 28: set loop-player's helmet to light blue stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:13] [Server thread/ERROR]: [Skript] a slot can't be set to ('blue stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 32: set loop-player's helmet to blue stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:14] [Server thread/ERROR]: [Skript] a slot can't be set to ('purple stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare helmet forged"', "§7§ofrom shards of moon glass", "" and "§c§lSPECIAL HELMET") because the latter is neither an item type nor an item stack (Dctr.sk, line 36: set loop-player's helmet to purple stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare helmet forged" and "&7&ofrom shards of moon glass" and "" and "&c&lSPECIAL HELMET"')
- [19:18:14] [Server thread/ERROR]: [Skript] ('1 red stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged"', "§7§ofrom shards of moon glass", " " and "§c§lSPECIAL HELMET") can't be added to a player because the former is neither an item type, an inventory nor an experience point (Dctr.sk, line 43: give player 1 red stained glass named "&cDctr's Space Helmet" with lore "&7&oA rare space helmet forged" and "&7&ofrom shards of moon glass" and " " and "&c&lSPECIAL HELMET"')
- [19:18:14] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '259' with e.g. 'flint and steel'. (General.sk, line 34: if event-item is 259 or fire charge:')
- [19:18:14] [Craft Scheduler Thread - 1/INFO]: [HeadDatabase] Succesfully loaded 46004 heads!
- [19:18:14] [Server thread/ERROR]: [Skript] ': Giant's Slam &e&LRIGHT CLICK"' is not a valid item data (giant.sk, line 21: give player 1 of unbreakable diamond sword named "&eGiant Sword" with lore "&6Item Ability: Giant's Slam &e&LRIGHT CLICK" and "&7Slam your giant sword into the ground dealing &e100,000&7 damage while doing so!" and "" and "&6&lLEGENDARY SWORD"')
- [19:18:14] [Server thread/ERROR]: [Skript] 'with volume 1' is not an entity type (giant.sk, line 26: {@giantsound}')
- [19:18:14] [Server thread/ERROR]: [Skript] 'action bar "&b-150 Mana &7(&eGiant Slam&7)"' is not a text (giant.sk, line 27: send action bar "&b-150 Mana &7(&eGiant Slam&7)" to player')
- [19:18:14] [Server thread/ERROR]: [Skript] 'last spawned entity' is not an item stack (giant.sk, line 31: add "{NoAI:1b}" to nbt of last spawned entity')
- [19:18:14] [Server thread/ERROR]: [Skript] 'at the player' is not an entity type (giant.sk, line 33: play huge explosion at the player')
- [19:18:15] [Server thread/ERROR]: [Skript] 'radius 100 around player where [input' is not a world (giant.sk, line 34: damage all entities in radius 100 around player where [input is not a player] by 30 hearts')
- [19:18:15] [Craft Scheduler Thread - 1/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
- [19:18:15] [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. (Hypixel.sk, line 2035: if {HypixelFriendadd.%arg 2%.%player%} is 1:')
- [19:18:15] [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. (Hypixel.sk, line 2037: if {HypixelFriendadd.%arg 2%.%player%} is 3:')
- [19:18:15] [Server thread/ERROR]: [Skript] 'player tab name' is not an entity type (Hypixel.sk, line 35: set player tab name to "&7%arg-1%"')
- [19:18:15] [Server thread/ERROR]: [Skript] 'player tab name' is not an entity type (Hypixel.sk, line 44: set player tab name to "&f%player%"')
- [19:18:15] [Craft Scheduler Thread - 1/WARN]: [HeadDatabase] §cYou are using an outdated version!
- [19:18:15] [Craft Scheduler Thread - 1/WARN]: [HeadDatabase] Latest version: §a4.17.3§e. You are on version: §c4.13.0§e.
- [19:18:15] [Craft Scheduler Thread - 1/WARN]: [HeadDatabase] Update here: §bhttps://www.spigotmc.org/resources/head-database.14280/
- [19:18:15] [Server thread/ERROR]: [Skript] 'player's flight mode' is not an entity type (Hypixel.sk, line 161: set player's flight mode to true')
- [19:18:15] [Server thread/ERROR]: [Skript] 'player's flight mode' is not an entity type (Hypixel.sk, line 166: set player's flight mode to false')
- [19:18:15] [Server thread/ERROR]: [Skript] 'chest with 4 rows named "Settings"' is not an entity type (Hypixel.sk, line 203: open chest with 4 rows named "Settings" to player')
- [19:18:15] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 13 of player with 395 named "&aHypixel Command Spy" to be unstealable (Hypixel.sk, line 205: format slot 13 of player with 395 named "&aHypixel Command Spy" to be unstealable')
- [19:18:15] [Server thread/ERROR]: [Skript] '"hcs"]' is not a text (Hypixel.sk, line 207: format slot 22 of player with 351:8 named "&fEnabled: &cFalse" to close then run [make player execute command "hcs"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"hcs"]' is not a text (Hypixel.sk, line 209: format slot 22 of player with 351:10 named "&fEnabled: &aTrue" to close then run [make player execute command "hcs"]')
- [19:18:15] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: hide the player from all players (Hypixel.sk, line 269: hide the player from all players')
- [19:18:15] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: reveal the player from all players (Hypixel.sk, line 276: reveal the player from all players')
- [19:18:15] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: hide the arg 1 from all players (Hypixel.sk, line 284: hide the arg 1 from all players')
- [19:18:15] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: reveal the arg 1 from all players (Hypixel.sk, line 292: reveal the arg 1 from all players')
- [19:18:15] [Server thread/ERROR]: [Skript] 'chest with 6 rows named "The Delivery Man"' is not an entity type (Hypixel.sk, line 367: open chest with 6 rows named "The Delivery Man" to player')
- [19:18:15] [Server thread/ERROR]: [Skript] '"mb-delivery-default"]' is not a text (Hypixel.sk, line 369: format slot 20 of player with 5 of ender chest named "&aMystery Box Delivery" with lore "&7Your free monthly &b5 &7(Total of &b5&7)||&7Mystery Boxes have arrived!|| ||&eClick to loot!" to close then run [make player execute command "mb-delivery-default"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"mb-delivery-vip"]' is not a text (Hypixel.sk, line 370: format slot 21 of player with 5 of ender chest named "&aMystery Box Delivery" with lore "&7Your free monthly &b5 &7(Total of &b5&7)||&7Mystery Boxes have arrived!|| ||&7Requires &aVIP|| ||&eClick to loot!" to close then run [make player execute command "mb-delivery-vip"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"mb-delivery-vip+"]' is not a text (Hypixel.sk, line 371: format slot 22 of player with 5 of ender chest named "&aMystery Box Delivery" with lore "&7Your free monthly &b5 &7(Total of &b5&7)||&7Mystery Boxes have arrived!|| ||&7Requires &aVIP&6+|| ||&eClick to loot!" to close then run [make player execute command "mb-delivery-vip+"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"mb-delivery-mvp"]' is not a text (Hypixel.sk, line 372: format slot 23 of player with 5 of ender chest named "&aMystery Box Delivery" with lore "&7Your free monthly &b5 &7(Total of &b5&7)||&7Mystery Boxes have arrived!|| ||&7Requires &bMVP|| ||&eClick to loot!" to close then run [make player execute command "mb-delivery-mvp"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"mb-delivery-mvp+"]' is not a text (Hypixel.sk, line 373: format slot 24 of player with 5 of ender chest named "&aMystery Box Delivery" with lore "&7Your free monthly &b5 &7(Total of &b5&7)||&7Mystery Boxes have arrived!|| ||&7Requires &bMVP&c+|| ||&eClick to loot!" to close then run [make player execute command "mb-delivery-mvp+"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"votelinkdm-1 %player%"]' is not a text (Hypixel.sk, line 374: format slot 29 of player with 342 named "&aVote Delivery" with lore "&7Vote for us at||&6{@votelink1}||&7for &95,000 XP &7and||&63,000 Arcade Coins&7!|| ||&eClick to loot!" to close then run [make console execute command "votelinkdm-1 %player%"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"quadlink-1 %player%"]' is not a text (Hypixel.sk, line 375: format slot 30 of player with 342 named "&aTwo Free Quad Boosters" with lore "&7Like us on Facebook and||&7receive two FREE Three Hour||&7Quad Boosters!|| ||&eClick to loot!" to close then run [make console execute command "quadlink-1 %player%"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"deliveryman-1 %player%"]' is not a text (Hypixel.sk, line 376: format slot 31 of player with 173 named "&cDaily Reward" with lore "&7You have no tokens!" to close then run [make console execute command "deliveryman-1 %player%"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"deliveryman-1 %player%"]' is not a text (Hypixel.sk, line 377: format slot 32 of player with 342 named "&6Website Link" with lore "&7Coming soon!" to close then run [make console execute command "deliveryman-1 %player%"]')
- [19:18:15] [Server thread/ERROR]: [Skript] '"deliveryman-1 %player%"]' is not a text (Hypixel.sk, line 378: format slot 33 of player with 342 named "&6Daily Reward" with lore "&7Coming soon!" to close then run [make console execute command "deliveryman-1 %player%"]')
- [19:18:15] [Server thread/ERROR]: [Skript] 'tab header' is not an entity type (Hypixel.sk, line 404: set tab header to "&bYou are playing on &e&lMC.HYPIXEL.NET" and footer to "&aRanks, Boosters & MORE! &c&lSTORE.HYPIXEL.NET" for player')
- [19:18:16] [Server thread/ERROR]: [Skript] 'all players title "%{Hypixel.rank.%player%}%%player%" with subtitle "&f%arg-1%" for 10 seconds' is not a text (Hypixel.sk, line 994: send all players title "%{Hypixel.rank.%player%}%%player%" with subtitle "&f%arg-1%" for 10 seconds')
- [19:18:16] [Server thread/ERROR]: [Skript] 'chest with 6 rows named "Game Menu"' is not an entity type (Hypixel.sk, line 1103: open chest with 6 rows named "Game Menu" to player')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 10 of player with 47 named "&aMain Lobby" with lore "&7Return to the Main Lobby." to close then run [send "&cYou are already connected to this server!"] (Hypixel.sk, line 1105: format slot 10 of player with 47 named "&aMain Lobby" with lore "&7Return to the Main Lobby." to close then run [send "&cYou are already connected to this server!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 19 of player with 379 named "&aHypixel Leveling" with lore "&7Playing games and completing quests||&7will reward you with &3Hypixel Experience&7,||&7which is required to level up and||&7acquire new perks and rewards!|| ||&3Hypixel Level &a%{Hypixel.level.%player%}% &8:::::::::::::::::::::::::::::::::::::::: &30%%|| ||&7Experience until next level: &30|| ||&eClick to see your rewards!" to close then run [send "&cUnable to load rewards."] (Hypixel.sk, line 1106: format slot 19 of player with 379 named "&aHypixel Leveling" with lore "&7Playing games and completing quests||&7will reward you with &3Hypixel Experience&7,||&7which is required to level up and||&7acquire new perks and rewards!|| ||&3Hypixel Level &a%{Hypixel.level.%player%}% &8:::::::::::::::::::::::::::::::::::::::: &30%%|| ||&7Experience until next level: &30|| ||&eClick to see your rewards!" to close then run [send "&cUnable to load rewards."]')
- [19:18:16] [Server thread/ERROR]: [Skript] 'chest with 5 rows named "My Profile"' is not an entity type (Hypixel.sk, line 1111: open chest with 5 rows named "My Profile" to player')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 9 of player with diamond named "&aAchievements" with lore "&7Track your progress as you unlock||&7Achievements and rack up points.|| ||&eClick to view your achievements!" to close then run [send "&cUnable to load global achievements."] (Hypixel.sk, line 1113: format slot 9 of player with diamond named "&aAchievements" with lore "&7Track your progress as you unlock||&7Achievements and rack up points.|| ||&eClick to view your achievements!" to close then run [send "&cUnable to load global achievements."]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of player with 403 named "&aQuests & Challenges" with lore "&7Completing quests and challenges||&7will reward you with &6Coins&7, &3Hypixel||&3Experience &7and more!|| ||&7You can complete a maximum of &a10||&7challenges per day.|| ||&7Challenges completed today: &e0|| ||&eClick to view Quests & Challenges" to close then run [send "&cUnable to load global quests."] (Hypixel.sk, line 1114: format slot 11 of player with 403 named "&aQuests & Challenges" with lore "&7Completing quests and challenges||&7will reward you with &6Coins&7, &3Hypixel||&3Experience &7and more!|| ||&7You can complete a maximum of &a10||&7challenges per day.|| ||&7Challenges completed today: &e0|| ||&eClick to view Quests & Challenges" to close then run [send "&cUnable to load global quests."]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 13 of player with 379 named "&aHypixel Leveling" with lore "&7Playing games and completing quests||&7will reward you with &3Hypixel Experience&7,||&7which is required to level up and||&7acquire new perks and rewards!|| ||&3Hypixel Level &a%{Hypixel.level.%player%}% &8:::::::::::::::::::::::::::::::::::::::: &30%%|| ||&7Experience until next level: &30|| ||&eClick to see your rewards!" to close then run [send "&cUnable to load rewards."] (Hypixel.sk, line 1115: format slot 13 of player with 379 named "&aHypixel Leveling" with lore "&7Playing games and completing quests||&7will reward you with &3Hypixel Experience&7,||&7which is required to level up and||&7acquire new perks and rewards!|| ||&3Hypixel Level &a%{Hypixel.level.%player%}% &8:::::::::::::::::::::::::::::::::::::::: &30%%|| ||&7Experience until next level: &30|| ||&eClick to see your rewards!" to close then run [send "&cUnable to load rewards."]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 15 of player with 373 named "&aCoin Boosters" with lore "&7Activate your personal and network||&7boosters for extra coins.|| ||&eClick to activate boosters!" to close then run [send "&cYou have no boosters! Buy more at &ehttp://hypixel.net/shop"] (Hypixel.sk, line 1116: format slot 15 of player with 373 named "&aCoin Boosters" with lore "&7Activate your personal and network||&7boosters for extra coins.|| ||&eClick to activate boosters!" to close then run [send "&cYou have no boosters! Buy more at &ehttp://hypixel.net/shop"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 17 of player with paper named "&aStats Viewer" with lore "&7Showcases your stats for each||&7game and an overview of all.|| ||&7Players ranked &bMVP &7or higher||&7can use &f/stats (username) &7to view||&7other player's stats.|| ||&eClick to view your stats!" to close then run [send "&cUnable to load stats for %{Hypixel.rankcolor.%player%}%%player%"] (Hypixel.sk, line 1117: format slot 17 of player with paper named "&aStats Viewer" with lore "&7Showcases your stats for each||&7game and an overview of all.|| ||&7Players ranked &bMVP &7or higher||&7can use &f/stats (username) &7to view||&7other player's stats.|| ||&eClick to view your stats!" to close then run [send "&cUnable to load stats for %{Hypixel.rankcolor.%player%}%%player%"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 28 of player with skull of {_p} named "&aCharacter Information" with lore "&7Rank: %{Hypixel.tabrank.%player%}%||&7Level: &6%{Hypixel.level.%player%}%||&7Experience until next level: &60||&7Achievement Points: &60||&7Mystery Dust: &b0||&7Karma: &d%{karma.%player%}%|| ||&eClick to see the Hypixel Store link." to close then run [send "&eBuy Ranks, Boosters & more at &bhttp://hypixel.net/shop"] (Hypixel.sk, line 1118: format slot 28 of player with skull of {_p} named "&aCharacter Information" with lore "&7Rank: %{Hypixel.tabrank.%player%}%||&7Level: &6%{Hypixel.level.%player%}%||&7Experience until next level: &60||&7Achievement Points: &60||&7Mystery Dust: &b0||&7Karma: &d%{karma.%player%}%|| ||&eClick to see the Hypixel Store link." to close then run [send "&eBuy Ranks, Boosters & more at &bhttp://hypixel.net/shop"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 30 of player with painting named "&aGuild Information" with lore "&7Name: &6%{Hypixel.guild.%player%}%||&7Guild Rank: &6%{Hypixel.guildrank.%player%}%||&7Guild Coins: &60||&7Daily Limit: &60&6/10000||&7Daily Limit resets in &b0H 0M||&7Members: &60/25|| ||&7Type &f/guild shop &7for upgrades.|| ||&eClick to see Guild members." to close then run [send "&eGuild Members"] (Hypixel.sk, line 1119: format slot 30 of player with painting named "&aGuild Information" with lore "&7Name: &6%{Hypixel.guild.%player%}%||&7Guild Rank: &6%{Hypixel.guildrank.%player%}%||&7Guild Coins: &60||&7Daily Limit: &60&6/10000||&7Daily Limit resets in &b0H 0M||&7Members: &60/25|| ||&7Type &f/guild shop &7for upgrades.|| ||&eClick to see Guild members." to close then run [send "&eGuild Members"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 32 of player with 404 named "&aSettings & Visibility" with lore "&7Allows you to edit and control||&7various personal settings.|| ||&eClick to edit your settings!" to close then run [send "&cYou don't have permission to change your settings!"] (Hypixel.sk, line 1120: format slot 32 of player with 404 named "&aSettings & Visibility" with lore "&7Allows you to edit and control||&7various personal settings.|| ||&eClick to edit your settings!" to close then run [send "&cYou don't have permission to change your settings!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 34 of player with 397:3 named "&aSelect Language" with lore "&7Change your language.|| ||&7Currently available:|| ||&7More langauges coming soon!|| ||&eClick to change your language!" to close then run [send "&cCouldn't parse &flanguages.yml&c. Is it corrupted?"] (Hypixel.sk, line 1121: format slot 34 of player with 397:3 named "&aSelect Language" with lore "&7Change your language.|| ||&7Currently available:|| ||&7More langauges coming soon!|| ||&eClick to change your language!" to close then run [send "&cCouldn't parse &flanguages.yml&c. Is it corrupted?"]')
- [19:18:16] [Server thread/ERROR]: [Skript] 'chest with 4 rows named "Main Lobby Selector"' is not an entity type (Hypixel.sk, line 1125: open chest with 4 rows named "Main Lobby Selector" to player')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 9 of player with 159:14 named "&cMain Lobby #1" with lore "&7Players: ?/100|| ||&cAlready connected!" to close then run [send "&cYou are already connected to this server!"] (Hypixel.sk, line 1127: format slot 9 of player with 159:14 named "&cMain Lobby ##1" with lore "&7Players: ?/100|| ||&cAlready connected!" to close then run [send "&cYou are already connected to this server!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] 'chest with 4 rows named "Guilds"' is not an entity type (Hypixel.sk, line 1131: open chest with 4 rows named "Guilds" to player')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 10 of player with 322 named "&aCreate Guild" with lore "&7Fakepixel is proud to present||&7the &aGuilds &7to everyone! &b/guild create <name>|| ||&7Cost: &6FREE" to close then run [send "&cCreate Guild: &b/guild create <name>"] (Hypixel.sk, line 1133: format slot 10 of player with 322 named "&aCreate Guild" with lore "&7Fakepixel is proud to present||&7the &aGuilds &7to everyone! &b/guild create <name>|| ||&7Cost: &6FREE" to close then run [send "&cCreate Guild: &b/guild create <name>"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 12 of player with 386 named "&aInvite Player" with lore "&7You can invite players to your Guild, and||&7make it the most giant on Fakepixel!||&7Usage: &b/guild invite <player>" to close then run [send "&cInvite Player: &b/guild invite <player>"] (Hypixel.sk, line 1134: format slot 12 of player with 386 named "&aInvite Player" with lore "&7You can invite players to your Guild, and||&7make it the most giant on Fakepixel!||&7Usage: &b/guild invite <player>" to close then run [send "&cInvite Player: &b/guild invite <player>"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 13 of player with 388 named "&6&lGuild Shop" with lore "&7Upgrade your Member Count,||&7get a &7[TAG], create a Party||&7and much more." to close then run [send "&6Whoops! Guild Shop could not open. Open it manually with &b/guildshop&6!"] (Hypixel.sk, line 1135: format slot 13 of player with 388 named "&6&lGuild Shop" with lore "&7Upgrade your Member Count,||&7get a &7[TAG], create a Party||&7and much more." to close then run [send "&6Whoops! Guild Shop could not open. Open it manually with &b/guildshop&6!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 14 of player with 37 named "&aJoin Guild" with lore "&7Join a Guild you have been invited to.||&cWarning: &7Invitations do not show up in chat,||&7you so be sure to ask the Guild Owner||&7if he/she invited you.||&7Join Guild: &b/guild join <player>" to close then run [send "&cJoin Guild (With Invitation): &b/guild join <name>"] (Hypixel.sk, line 1136: format slot 14 of player with 37 named "&aJoin Guild" with lore "&7Join a Guild you have been invited to.||&cWarning: &7Invitations do not show up in chat,||&7you so be sure to ask the Guild Owner||&7if he/she invited you.||&7Join Guild: &b/guild join <player>" to close then run [send "&cJoin Guild (With Invitation): &b/guild join <name>"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 16 of player with 351:1 named "&aLeave Guild" with lore "&7You leave your current Guild.||&7Leave Guild: &b/guild leave <name>" to close then run [send "&cLeave Guild: &b/guild leave <name>"] (Hypixel.sk, line 1137: format slot 16 of player with 351:1 named "&aLeave Guild" with lore "&7You leave your current Guild.||&7Leave Guild: &b/guild leave <name>" to close then run [send "&cLeave Guild: &b/guild leave <name>"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 31 of player with 355 named "&cClose Menu" to close (Hypixel.sk, line 1138: format slot 31 of player with 355 named "&cClose Menu" to close')
- [19:18:16] [Server thread/ERROR]: [Skript] 'chest with 6 rows named "Guild Shop"' is not an entity type (Hypixel.sk, line 1142: open chest with 6 rows named "Guild Shop" to player')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 0 of player with 397:3 named "&aGuild Member Upgrade I" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &610000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1144: format slot 0 of player with 397:3 named "&aGuild Member Upgrade I" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &610000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 1 of player with 397:3 named "&aGuild Member Upgrade II" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &615000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1145: format slot 1 of player with 397:3 named "&aGuild Member Upgrade II" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &615000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 2 of player with 397:3 named "&aGuild Member Upgrade III" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &620000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1146: format slot 2 of player with 397:3 named "&aGuild Member Upgrade III" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &620000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 3 of player with 397:3 named "&aGuild Member Upgrade IV" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &625000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1147: format slot 3 of player with 397:3 named "&aGuild Member Upgrade IV" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &625000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 4 of player with 397:3 named "&aGuild Member Upgrade V" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &630000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1148: format slot 4 of player with 397:3 named "&aGuild Member Upgrade V" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &630000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 5 of player with 397:3 named "&aGuild Member Upgrade VI" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &635000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1149: format slot 5 of player with 397:3 named "&aGuild Member Upgrade VI" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &635000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 6 of player with 397:3 named "&aGuild Member Upgrade VII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &640000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1150: format slot 6 of player with 397:3 named "&aGuild Member Upgrade VII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &640000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 7 of player with 397:3 named "&aGuild Member Upgrade VIII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &645000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1151: format slot 7 of player with 397:3 named "&aGuild Member Upgrade VIII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &645000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 8 of player with 397:3 named "&aGuild Member Upgrade IX" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1152: format slot 8 of player with 397:3 named "&aGuild Member Upgrade IX" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 9 of player with 397:3 named "&aGuild Member Upgrade X" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &660000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1153: format slot 9 of player with 397:3 named "&aGuild Member Upgrade X" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &660000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 10 of player with 397:3 named "&aGuild Member Upgrade XI" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &670000" to close then run [send "&cYou don't have enough &2&2Guild Coins&c&c!"] (Hypixel.sk, line 1154: format slot 10 of player with 397:3 named "&aGuild Member Upgrade XI" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &670000" to close then run [send "&cYou don't have enough &2&2Guild Coins&c&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of player with 397:3 named "&aGuild Member Upgrade XII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &685000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1155: format slot 11 of player with 397:3 named "&aGuild Member Upgrade XII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &685000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 12 of player with 397:3 named "&aGuild Member Upgrade XIII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6105000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1156: format slot 12 of player with 397:3 named "&aGuild Member Upgrade XIII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6105000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 13 of player with 397:3 named "&aGuild Member Upgrade XIV" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6130000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1157: format slot 13 of player with 397:3 named "&aGuild Member Upgrade XIV" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6130000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 14 of player with 397:3 named "&aGuild Member Upgrade XV" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6160000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1158: format slot 14 of player with 397:3 named "&aGuild Member Upgrade XV" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6160000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 15 of player with 397:3 named "&aGuild Member Upgrade XVI" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6195000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1159: format slot 15 of player with 397:3 named "&aGuild Member Upgrade XVI" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6195000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 16 of player with 397:3 named "&aGuild Member Upgrade XVII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6235000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1160: format slot 16 of player with 397:3 named "&aGuild Member Upgrade XVII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6235000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 17 of player with 397:3 named "&aGuild Member Upgrade XVIII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6280000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1161: format slot 17 of player with 397:3 named "&aGuild Member Upgrade XVIII" with lore "&7Expand your guild and allow you to||&7add &a5 &7extra members to your guild.|| ||&7Cost: &6280000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 27 of player with 388 named "&aGuild Banking Upgrade I" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &610000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1162: format slot 27 of player with 388 named "&aGuild Banking Upgrade I" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &610000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 28 of player with 388 named "&aGuild Banking Upgrade II" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &615000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1163: format slot 28 of player with 388 named "&aGuild Banking Upgrade II" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &615000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 29 of player with 388 named "&aGuild Banking Upgrade III" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &620000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1164: format slot 29 of player with 388 named "&aGuild Banking Upgrade III" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &620000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 30 of player with 388 named "&aGuild Banking Upgrade IV" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &625000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1165: format slot 30 of player with 388 named "&aGuild Banking Upgrade IV" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &625000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 31 of player with 388 named "&aGuild Banking Upgrade V" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &630000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1166: format slot 31 of player with 388 named "&aGuild Banking Upgrade V" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &630000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 32 of player with 388 named "&aGuild Banking Upgrade VI" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &635000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1167: format slot 32 of player with 388 named "&aGuild Banking Upgrade VI" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &635000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 33 of player with 388 named "&aGuild Banking Upgrade VII" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &640000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1168: format slot 33 of player with 388 named "&aGuild Banking Upgrade VII" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &640000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 34 of player with 388 named "&aGuild Banking Upgrade VIII" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &645000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1169: format slot 34 of player with 388 named "&aGuild Banking Upgrade VIII" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &645000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 35 of player with 388 named "&aGuild Banking Upgrade IX" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1170: format slot 35 of player with 388 named "&aGuild Banking Upgrade IX" with lore "&7Extend your minimum daily guild||&7coins by &a1000|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 36 of player with 339 named "&aGuild MOTD" with lore "&7Adds a configurable message to be sent to||&7guild members when they join the network.|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1171: format slot 36 of player with 339 named "&aGuild MOTD" with lore "&7Adds a configurable message to be sent to||&7guild members when they join the network.|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 38 of player with 354 named "&aGuild Party" with lore "&7Creates a party and invites all your||&7guild members to it|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1172: format slot 38 of player with 354 named "&aGuild Party" with lore "&7Creates a party and invites all your||&7guild members to it|| ||&7Cost: &650000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 40 of player with 323 named "&aGuild [TAG]" with lore "&7Access to /guild tag - Add a [TAG]||&7after guild members' names in||&7all games and lobbies|| ||&7Cost: &6500000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"] (Hypixel.sk, line 1173: format slot 40 of player with 323 named "&aGuild [TAG]" with lore "&7Access to /guild tag - Add a [TAG]||&7after guild members' names in||&7all games and lobbies|| ||&7Cost: &6500000" to close then run [send "&cYou don't have enough &2Guild Coins&c!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 42 of player with 58 named "&aGuild Ranking System" with lore "&7Adds an extra rank to your guild|| ||&7Cost: &6Coming Soon" to close then run [send "&cThis feature is coming soon!"] (Hypixel.sk, line 1174: format slot 42 of player with 58 named "&aGuild Ranking System" with lore "&7Adds an extra rank to your guild|| ||&7Cost: &6Coming Soon" to close then run [send "&cThis feature is coming soon!"]')
- [19:18:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 44 of player with 278 named "&aGuild Fortress" with lore "&7Access to /guild fortress||&7Your guild will be able to build it's own fortress||&7and start preparing for war.|| ||&7Cost: &6Coming Soon" to close then run [send "&cThis feature is coming soon!"] (Hypixel.sk, line 1175: format slot 44 of player with 278 named "&aGuild Fortress" with lore "&7Access to /guild fortress||&7Your guild will be able to build it's own fortress||&7and start preparing for war.|| ||&7Cost: &6Coming Soon" to close then run [send "&cThis feature is coming soon!"]')
- [19:18:17] [Server thread/ERROR]: [Skript] 'chest with 4 rows named "MVP+ Rank Color"' is not an entity type (Hypixel.sk, line 1800: open chest with 4 rows named "MVP+ Rank Color" to player')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc Red %player%"]' is not a text (Hypixel.sk, line 1802: format slot 10 of player with 351:1 named "&aRed MVP+ Rank Color" with lore "&7The default color for &bMVP&c+|| ||&3Unlocked at Hypixel Level 0" to close then run [make console execute command "adminrc Red %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc Gold %player%"]' is not a text (Hypixel.sk, line 1803: format slot 11 of player with 351:14 named "&aGold MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to gold, turning it into &bMVP&6+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 35" to close then run [make console execute command "adminrc Gold %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc DarkRed %player%"]' is not a text (Hypixel.sk, line 1804: format slot 20 of player with 331 named "&aDark Red MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to dark red, turning it into &bMVP&4+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 150" to close then run [make console execute command "adminrc DarkRed %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc DarkAqua %player%"]' is not a text (Hypixel.sk, line 1805: format slot 21 of player with 351:6 named "&aDark Aqua MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to dark aqua, turning it into &bMVP&3+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 150" to close then run [make console execute command "adminrc DarkAqua %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc Green %player%"]' is not a text (Hypixel.sk, line 1806: format slot 12 of player with 351:10 named "&aGreen MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to green, turning it into &bMVP&a+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 45" to close then run [make console execute command "adminrc Green %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc LightPurple %player%"]' is not a text (Hypixel.sk, line 1807: format slot 14 of player with 351:9 named "&aLight Purple MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to light purple, turning it into &bMVP&d+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 65" to close then run [make console execute command "adminrc LightPurple %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc White %player%"]' is not a text (Hypixel.sk, line 1808: format slot 15 of player with 351:15 named "&aWhite MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to white, turning it into &bMVP&f+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 75" to close then run [make console execute command "adminrc White %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc Yellow %player%"]' is not a text (Hypixel.sk, line 1809: format slot 13 of player with 351:11 named "&aYellow MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to yellow, turning it into &bMVP&e+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 55" to close then run [make console execute command "adminrc Yellow %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc Blue %player%"]' is not a text (Hypixel.sk, line 1810: format slot 16 of player with 351:4 named "&aBlue MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to blue, turning it into &bMVP&9+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 85" to close then run [make console execute command "adminrc Blue %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc DarkGreen %player%"]' is not a text (Hypixel.sk, line 1811: format slot 19 of player with 351:2 named "&aDark Green MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to dark green, turning it into &bMVP&2+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 95" to close then run [make console execute command "adminrc DarkGreen %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc DarkPurple %player%"]' is not a text (Hypixel.sk, line 1812: format slot 22 of player with 351:5 named "&aDark Purple MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to dark purple, turning it into &bMVP&5+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 200" to close then run [make console execute command "adminrc DarkPurple %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc DarkGray %player%"]' is not a text (Hypixel.sk, line 1813: format slot 23 of player with 351:8 named "&aDark Gray MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to dark gray, turning it into &bMVP&8+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 200" to close then run [make console execute command "adminrc DarkGray %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] '"adminrc Black %player%"]' is not a text (Hypixel.sk, line 1814: format slot 24 of player with 351:0 named "&aBlack MVP+ Rank Color" with lore "&7Changes the color of the plus in &bMVP&c+||&7to black, turning it into &bMVP&0+|| ||&7Shown in tab list also when chatting||&7and joining lobbies.|| ||&3Unlocked at Hypixel Level 250" to close then run [make console execute command "adminrc Black %player%"]')
- [19:18:17] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: wipe loop-player's sidebar (Hypixel.sk, line 1832: wipe loop-player's sidebar')
- [19:18:17] [Server thread/ERROR]: [Skript] 'sidebar' is not a number (Hypixel.sk, line 1833: set name of sidebar of loop-player to "&e&lHYPIXEL"')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&8 " in sidebar' is not a number (Hypixel.sk, line 1834: set score "&8 " in sidebar of loop-player to 13')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&fRank: %{Hypixel.tabrank.%loop-player%}%" in sidebar' is not a number (Hypixel.sk, line 1835: set score "&fRank: %{Hypixel.tabrank.%loop-player%}%" in sidebar of loop-player to 12')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&fMystery Dust: &a0" in sidebar' is not a number (Hypixel.sk, line 1836: set score "&fMystery Dust: &a0" in sidebar of loop-player to 11')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&fAchievements: &a%{apoints.%loop-player%}%" in sidebar' is not a number (Hypixel.sk, line 1837: set score "&fAchievements: &a%{apoints.%loop-player%}%" in sidebar of loop-player to 10')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&fLevel: &a%{Hypixel.level.%loop-player%}%" in sidebar' is not a number (Hypixel.sk, line 1838: set score "&fLevel: &a%{Hypixel.level.%loop-player%}%" in sidebar of loop-player to 9')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&b" in sidebar' is not a number (Hypixel.sk, line 1839: set score "&b" in sidebar of loop-player to 8')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&fRewards Found:" in sidebar' is not a number (Hypixel.sk, line 1840: set score "&fRewards Found:" in sidebar of loop-player to 7')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&c%{rewards.%loop-player%}%&a/34" in sidebar' is not a number (Hypixel.sk, line 1841: set score "&c%{rewards.%loop-player%}%&a/34" in sidebar of loop-player to 6')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&f" in sidebar' is not a number (Hypixel.sk, line 1842: set score "&f" in sidebar of loop-player to 5')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&fLobby: &a#1" in sidebar' is not a number (Hypixel.sk, line 1843: set score "&fLobby: &a##1" in sidebar of loop-player to 4')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&fPlayers: &a%{onlineplayers}%" in sidebar' is not a number (Hypixel.sk, line 1844: set score "&fPlayers: &a%{onlineplayers}%" in sidebar of loop-player to 3')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&f" in sidebar' is not a number (Hypixel.sk, line 1845: set score "&f" in sidebar of loop-player to 2')
- [19:18:17] [Server thread/ERROR]: [Skript] 'score "&ewww.hypixel.net" in sidebar' is not a number (Hypixel.sk, line 1846: set score "&ewww.hypixel.net" in sidebar of loop-player to 1')
- [19:18:17] [Server thread/WARN]: [Skript] Starting a variable's name with an expression is discouraged ({%World%.n}). You could prefix it with the script's name: {Hypixel.%World%.n} (Hypixel.sk, line 2121: message "&8[&6HypixelFriend&8] &a-%{MCF.%player%.%loop-player%}% &7-> &d%{%World%.n}%"')
- [19:18:17] [Server thread/WARN]: [Skript] Starting a variable's name with an expression is discouraged ({%arg 3%.n}). You could prefix it with the script's name: {Hypixel.%arg 3%.n} (Hypixel.sk, line 2128: set {%arg 3%.n} to arg 4')
- [19:18:17] [Server thread/ERROR]: [Skript] 'nl' is not an entity type (Hypixel.sk, line 2155: kick player due to "&cYou are permanently banned from his server!%nl%&f%nl%&7Reason: &f%{Hypixelbanreason.%player%}% &7&o(CR-0)%nl%&7Find out more: &b&nhttps://www.hypixel.net/watchdog&r%nl%&f%nl%&7Ban ID: &f##0"')
- [19:18:17] [Server thread/ERROR]: [Skript] 'nl' is not an entity type (Hypixel.sk, line 2165: kick arg 1 due to "&cYou are permanently banned from his server!%nl%&f%nl%&7Reason: &f%arg 2% &7&o(CR-0)%nl%&7Find out more: &b&nhttps://www.hypixel.net/watchdog&r%nl%&f%nl%&7Ban ID: &f##0"')
- [19:18:17] [Server thread/ERROR]: [Skript] 'nl' is not an entity type (Hypixel.sk, line 2185: kick arg 1 due to "&cYou have been kicked from the server!%nl%&f%nl%&7Reason: &f%arg 2%%nl%&f%nl%&7Kick ID: &f##0"')
- [19:18:17] [Server thread/ERROR]: [Skript] A command with the name /? is already defined in General.sk (Hypixel.sk, line 2243: command /?:')
- [19:18:17] [Server thread/ERROR]: [Skript] A command with the name /bukkit:help is already defined in General.sk (Hypixel.sk, line 2249: command /bukkit:help:')
- [19:18:17] [Server thread/ERROR]: [Skript] indentation error: expected 1 tab, but found 4 spaces (items.sk, line 320: stop')
- [19:18:17] [Server thread/ERROR]: [Skript] 'in "spiders-den"' is not an entity type (items.sk, line 71: victim is in "spiders-den"')
- [19:18:18] [Server thread/ERROR]: [Skript] Can't compare an entity with ('a enderman', 'ender dragon' or 'endermite') (items.sk, line 99: victim is a enderman, ender dragon or endermite:')
- [19:18:18] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (items.sk, line 102: else:')
- [19:18:18] [Server thread/ERROR]: [Skript] 'the attacker' is not an item stack (items.sk, line 124: loop all mobs in radius 4 of the attacker:')
- [19:18:18] [Server thread/ERROR]: [Skript] Can't compare a damage cause with a potion (items.sk, line 142: damage cause = poison')
- [19:18:18] [Server thread/ERROR]: [Skript] 'the victim' is not an item stack (items.sk, line 180: loop all mobs in radius 3 of the victim:')
- [19:18:18] [Server thread/ERROR]: [Skript] 'in "spiders-den"' is not an entity type (items.sk, line 190: if event-block is in "spiders-den":')
- [19:18:18] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (items.sk, line 194: else:')
- [19:18:18] [Server thread/ERROR]: [Skript] '"forest" or "forest-island"' is not a world (items.sk, line 204: if event-block is in "forest" or "forest-island":')
- [19:18:18] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (items.sk, line 208: else:')
- [19:18:18] [Server thread/ERROR]: [Skript] '"forest" or "forest-island"' is not a world (items.sk, line 217: if event-block is in "forest" or "forest-island":')
- [19:18:18] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (items.sk, line 244: else:')
- [19:18:18] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: stop' (items.sk, line 247: stop'')
- [19:18:18] [Server thread/ERROR]: [Skript] can't understand this event: 'n block break' (items.sk, line 248: n block break:')
- [19:18:18] [Server thread/ERROR]: [Skript] 'lore' is not a number (new.sk, line 10: set lore of loop-item to "&7Consume this potion to receive an", "&7assortment of positive &dpotion", "&deffects&7!", "&7", "&7Duration:", "&a12 Hours", "&7", "&eRight-click to consume!", "&7" and "&c&lSPECIAL"')
- [19:18:18] [Server thread/ERROR]: [Skript] can't understand this event: 'on world change' (new.sk, line 37: on world change:')
- [19:18:18] [Server thread/ERROR]: [Skript] A command with the name /fly is already defined in Hypixel.sk (new.sk, line 40: command /fly:')
- [19:18:18] [Server thread/ERROR]: [Skript] 'in "auction-house"' is not an entity type (new.sk, line 92: if player is in "auction-house":')
- [19:18:18] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (new.sk, line 95: else:')
- [19:18:18] [Server thread/ERROR]: [Skript] 'in "bazaar"' is not an entity type (new.sk, line 105: if player is in "bazaar":')
- [19:18:18] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (new.sk, line 108: else:')
- [19:18:18] [Server thread/ERROR]: [Skript] 'in "bazaar"' is not an entity type (new.sk, line 118: if player is in "bazaar":')
- [19:18:18] [Server thread/ERROR]: [Skript] 'else' has to be placed just after an 'if' or 'else if' section (new.sk, line 121: else:')
- [19:18:18] [Server thread/ERROR]: [Skript] ('1 pumpkin pie named "&cSpooky Pie" with lore "&7Player obtained from &6Spooky Feast"', "§7To: §e[Events] §cSpooky", "§7Player Name: §a%the player%", "§7Points: §c1000", "" and "§c§lVERY SPECIAL") can't be added to a player because the former is neither an item type, an inventory nor an experience point (SkyBlock.sk, line 21: give player 1 pumpkin pie named "&cSpooky Pie" with lore "&7Player obtained from &6Spooky Feast" and "&7To: &e[Events] &cSpooky" and "&7Player Name: &a%player%" and "&7Points: &c1000" and "" and "&c&lVERY SPECIAL"')
- [19:18:18] [Server thread/ERROR]: [Skript] Unexpected entry 'cooldown'. Check whether it's spelled correctly or remove it. (SkyBlock.sk, line 24: cooldown: 86400 seconds')
- [19:18:18] [Server thread/ERROR]: [Skript] Unexpected entry 'cooldown message'. Check whether it's spelled correctly or remove it. (SkyBlock.sk, line 25: cooldown message: &cUse this command after 1day')
- [19:18:18] [Server thread/ERROR]: [Skript] ('1 fishing rod named "&aGrappling Hook" with lore "&7Travel around in style using"', "§7this Grappling Hook.", "§82 Second Cooldown", " " and "§a§lUNCOMMON") can't be added to a player because the former is neither an item type, an inventory nor an experience point (SkyHook.sk, line 11: give player 1 fishing rod named "&aGrappling Hook" with lore "&7Travel around in style using" and "&7this Grappling Hook." and "&82 Second Cooldown" and " " and "&a&lUNCOMMON"')
- [19:18:18] [Server thread/ERROR]: [Skript] Unexpected entry 'cooldown'. Check whether it's spelled correctly or remove it. (SkyHook.sk, line 19: cooldown: 2 seconds')
- [19:18:18] [Server thread/ERROR]: [Skript] Unexpected entry 'cooldown message'. Check whether it's spelled correctly or remove it. (SkyHook.sk, line 20: cooldown message: &cPlease wait 2 seconds!')
- [19:18:19] [Server thread/INFO]: [Skript] Loaded 13 scripts with a total of 100 triggers and 116 commands in 5.53 seconds
- [19:18:19] [Server thread/INFO]: [Skript] Finished loading.
- [19:18:19] [Server thread/INFO]: [0;32;1mConfig successfully reloaded![m
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: java.net.UnknownHostException: iridiumllc.com
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/java.net.Socket.connect(Socket.java:633)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:534)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:639)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1242)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at com.iridium.iridiumskyblock.IridiumSkyblock.lambda$getLanguages$2(IridiumSkyblock.java:279)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
- [19:18:19] [Craft Scheduler Thread - 3/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
- [19:18:19] [Server thread/ERROR]: [IridiumSkyblock] Failed to parse plugins\IridiumSkyblock\islandmanager.json: Mar 30, 2022 8:09:06 AM
- [19:18:19] [Server thread/INFO]: [IridiumSkyblock] Disabling IridiumSkyblock v2.5.0
- [19:18:19] [Server thread/INFO]: [IridiumSkyblock] -------------------------------
- [19:18:19] [Server thread/INFO]: [IridiumSkyblock]
- [19:18:19] [Server thread/INFO]: [IridiumSkyblock] IridiumSkyblock Disabled!
- [19:18:19] [Server thread/INFO]: [IridiumSkyblock]
- [19:18:19] [Server thread/INFO]: [IridiumSkyblock] -------------------------------
- [19:18:19] [Craft Scheduler Thread - 2/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
- [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
- at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 16 more
- [19:18:20] [Server thread/INFO]: [Citizens] Loaded 48 NPCs.
- [19:18:20] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
- [19:18:20] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 4.7.0, you're on: 4.1.1
- [19:18:20] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
- [19:18:20] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
- [19:18:20] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
- [19:18:20] [Server thread/INFO]: [0;31;1mHypixel Hub loaded successfully![m
- [19:18:20] [Server thread/INFO]: [0;31;1mAuthor: [0;33;1mxyamz1 (Vanguard)[m
- [19:18:20] [Server thread/INFO]: [0;31;1mVersion: [0;33;1m1.2.2[m
- [19:18:21] [Server thread/WARN]: [AdvancedTabOverlay] There have been 20 warnings while loading plugins\AdvancedTabOverlay\tabLists\default.yml
- WARNING: Error in placeholder ${viewer player_has_permission_hyperenchants.mainmenu}:
- Unknown placeholder
- in 'reader', line 25, column 16:
- condition: ${viewer player_has_permission_h ...
- ^
- in use of placeholder ${cookie_buff}
- WARNING: Error in placeholder ${viewer luckperms_expiry_time_cookie.booster}:
- Unknown placeholder
- in 'reader', line 26, column 11:
- true: "&f${viewer luckperms_expiry_tim ...
- ^
- in use of placeholder ${cookie_buff}
- WARNING: Error in placeholder ${viewer server_online}:
- Unknown placeholder
- in 'reader', line 99, column 14:
- - {text: "&a&l Players &f(${viewer ...
- ^
- WARNING: Error in placeholder ${viewer server_online}:
- Unknown placeholder
- in 'reader', line 100, column 14:
- - {text: "&a&l Players &f(${viewer ...
- ^
- WARNING: Error in placeholder ${viewer regionplaceholders_current}:
- Unknown placeholder
- in 'reader', line 82, column 12:
- false: "&b&lArea: ${viewer regionplaceh ...
- ^
- in use of placeholder ${area}
- in 'reader', line 109, column 14:
- - {text: "${area}", icon: "colors
- ^
- WARNING: Error in placeholder ${viewer bskyblock_visited_island_owner}:
- Unknown placeholder
- in 'reader', line 66, column 11:
- true: "&f Owner: &a${viewer bskyblock_ ...
- ^
- in use of placeholder ${island2}
- in 'reader', line 113, column 14:
- - {text: "${island2}", icon: "colors/dark ...
- ^
- WARNING: Error in placeholder ${viewer bskyblock_visited_island_members_count}:
- Unknown placeholder
- in 'reader', line 71, column 11:
- true: "&f Members: &9${viewer bskybloc ...
- ^
- in use of placeholder ${island3}
- in 'reader', line 114, column 14:
- - {text: "${island3}", icon: "colors/dark ...
- ^
- WARNING: Error in placeholder ${viewer bskyblock_visited_island_members_max}:
- Unknown placeholder
- in 'reader', line 71, column 11:
- true: "&f Members: &9${viewer bskybloc ...
- ^
- in use of placeholder ${island3}
- in 'reader', line 114, column 14:
- - {text: "${island3}", icon: "colors/dark ...
- ^
- WARNING: Error in placeholder ${viewer bskyblock_visited_island_visitors_count}:
- Unknown placeholder
- in 'reader', line 76, column 11:
- true: "&f Guests: &a${viewer bskyblock ...
- ^
- in use of placeholder ${island4}
- in 'reader', line 115, column 14:
- - {text: "${island4}", icon: "colors/dark ...
- ^
- WARNING: Error in placeholder ${viewer mph_mytheriayear}:
- Unknown placeholder
- in 'reader', line 126, column 14:
- - {text: " &fCurrent Year: &b${viewer mph ...
- ^
- WARNING: Error in placeholder ${viewer vault_eco_balance_commas}:
- Unknown placeholder
- in 'reader', line 130, column 14:
- - {text: "&f Purse: &6${viewer vault_eco_ ...
- ^
- WARNING: Error in placeholder ${viewer skills_health_total}:
- Unknown placeholder
- in 'reader', line 135, column 14:
- - {text: " &fHealth &c❤${viewer skills_he ...
- ^
- WARNING: Error in placeholder ${viewer skills_defense_total}:
- Unknown placeholder
- in 'reader', line 136, column 14:
- - {text: " &fDefense &a❇${viewer skills_d ...
- ^
- WARNING: Error in placeholder ${viewer skills_strength_total}:
- Unknown placeholder
- in 'reader', line 137, column 14:
- - {text: " &fStrength &c❁${viewer skills_ ...
- ^
- WARNING: Error in placeholder ${viewer skills_speed_total}:
- Unknown placeholder
- in 'reader', line 138, column 14:
- - {text: " &fSpeed &f✦${viewer skills_spe ...
- ^
- WARNING: Error in placeholder ${viewer skills_crit_chance_total}:
- Unknown placeholder
- in 'reader', line 139, column 14:
- - {text: " &fCrit Chance &9☣${viewer skil ...
- ^
- WARNING: Error in placeholder ${viewer skills_crit_damage_total}:
- Unknown placeholder
- in 'reader', line 140, column 14:
- - {text: " &fCrit Damage &9☠${
- ^
- WARNING: Error in placeholder ${viewer skills_intelligence_total}:
- Unknown placeholder
- in 'reader', line 141, column 14:
- - {text: " &fIntelligence &b✎${viewer ski ...
- ^
- WARNING: Error in placeholder ${viewer skills_sea_creature_chance_total}:
- Unknown placeholder
- in 'reader', line 142, column 14:
- - {text: " &fSea Creature &3α${viewer ski ...
- ^
- WARNING: Error in placeholder ${viewer skills_pet_luck_total}:
- Unknown placeholder
- in 'reader', line 143, column 14:
- - {text: " &fPet Luck &d♠${viewer skills_ ...
- ^
- [19:18:21] [Server thread/INFO]: Using 'HolographicDisplays' as hologram handler
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
- [19:18:21] [Server thread/WARN]: [PlaceholderAPI] listplayers is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: localtime
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parsenear
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: progress
- [19:18:21] [Server thread/ERROR]: [PlaceholderAPI] expansion class QuestsExpansion is outdated:
- Failed to load due to a [NoClassDefFoundError], attempted to use me/blackvein/quests/quests/IQuest
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
- [19:18:21] [Server thread/WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
- [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
- [19:18:21] [Server thread/INFO]: 11[0;32;1m placeholder hooks successfully registered![m
- [19:18:28] [Thread-15/INFO]: UUID of player hebeunlimun is 2e08596b-7600-3764-a604-6f2447185894
- [19:18:28] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HypixelBags v1.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NullPointerException: null value in entry: skull-owner=null
- at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:33) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaSkull.serialize(CraftMetaSkull.java:173) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaItem.serialize(CraftMetaItem.java:850) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:33) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:35) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representSequence(BaseRepresenter.java:133) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentList.representData(SafeRepresenter.java:173) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSection.representData(YamlRepresenter.java:23) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSection.representData(YamlRepresenter.java:23) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:64) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:242) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:206) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.yaml.snakeyaml.Yaml.dump(Yaml.java:181) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.configuration.file.YamlConfiguration.saveToString(YamlConfiguration.java:40) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:103) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at me.chickenstyle.backpack.configs.BagsData.addData(BagsData.java:58) ~[?:?]
- at me.chickenstyle.backpack.Main.onPlayerJoin(Main.java:49) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 14 more
- [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:18:28] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=59.5,y=72.0,z=-184.5,pitch=0.0,yaw=354571.0}
- [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:18:28] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=73.5,y=72.0,z=-163.5,pitch=0.0,yaw=945504.0}
- [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:18:28] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=34.5,y=71.0,z=-144.5,pitch=0.0,yaw=523971.0}
- [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:18:28] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=22.5,y=71.0,z=-177.5,pitch=0.0,yaw=402241.0}
- [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:18:28] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=44.5,y=70.0,z=-121.5,pitch=0.0,yaw=1683822.0}
- [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:18:28] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=63.5,y=71.0,z=-133.5,pitch=0.0,yaw=1352540.0}
- [19:18:29] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 14 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 14 more
- [19:18:29] [Server thread/INFO]: CONSOLE issued server command: /enick hebeunlimun §chebeunlimun
- [19:18:29] [Server thread/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 78.487900ms. Summary: Getting prefix for hebeunlimun
- [19:18:29] [Server thread/INFO]: [0;33;22mNickname changed.[m
- [19:18:29] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:498) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:466) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:160) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 15 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 15 more
- [19:18:29] [Server thread/INFO]: hebeunlimun[/[0:0:0:0:0:0:0:1]:50355] logged in with entity id 516 at ([Server]-10.240827879324247, 70.0, -87.43443861122054)
- [19:18:29] [Craft Scheduler Thread - 19/INFO]: [NoCheatPlus] PacketPlayOutPosition: Teleport confirm id not available, field mismatch: 0
- [19:18:29] [Craft Scheduler Thread - 7/INFO]: [UltimateCore-Souls] Loaded Souls of player hebeunlimun from database
- [19:18:29] [Craft Scheduler Thread - 0/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
- [19:18:29] [Craft Scheduler Thread - 0/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
- [19:18:29] [Craft Scheduler Thread - 0/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
- [19:18:30] [Thread-16/WARN]: [NBTAPI] The NBT-API at 'package mc.ultimatecore.talismans.libs.de.tr7zw.changeme.nbtapi' seems to be outdated!
- [19:18:30] [Thread-16/WARN]: [NBTAPI] Current Version: '2.9.0-SNAPSHOT' Newest Version: 2.11.3'
- [19:18:30] [Thread-16/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
- [19:18:30] [Server thread/INFO]: [LocalTime] Couldn't get hebeunlimun's timezone. Will use default timezone.
- [19:18:31] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
- [19:18:31] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
- [19:18:31] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
- [19:18:31] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
- [19:18:31] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
- [19:18:31] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
- [19:18:31] [Server thread/INFO]: hebeunlimun issued server command: /menu
- [19:18:31] [Thread-17/WARN]: [NBTAPI] The NBT-API at 'package mc.ultimatecore.runes.libs.de.tr7zw.changeme.nbtapi' seems to be outdated!
- [19:18:31] [Thread-17/WARN]: [NBTAPI] Current Version: '2.8.0' Newest Version: 2.11.3'
- [19:18:31] [Thread-17/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
- [19:18:31] [Thread-18/WARN]: [NBTAPI] The NBT-API at 'package hidden.de.tr7zw.changeme.nbtapi' seems to be outdated!
- [19:18:31] [Thread-18/WARN]: [NBTAPI] Current Version: '2.7.1' Newest Version: 2.11.3'
- [19:18:31] [Thread-18/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
- [19:18:36] [Server thread/INFO]: hebeunlimun lost connection: Internal Exception: java.net.SocketException: Connection reset
- [19:18:36] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:312) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerQuit.onPlayerQuit(PlayerQuit.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 12 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- at me.gadse.islandadditions.listeners.PlayerQuit.onPlayerQuit(PlayerQuit.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 12 more
- [19:18:37] [Craft Scheduler Thread - 61/INFO]: [UltimateCore-Souls] Saved data of player hebeunlimun to database.
- [19:18:49] [Server thread/INFO]: [0;37;1mUnknown command.[m
- [19:19:21] [Craft Scheduler Thread - 60/WARN]: Exception in thread "Craft Scheduler Thread - 60"
- [19:19:21] [Craft Scheduler Thread - 60/WARN]: org.apache.commons.lang.UnhandledException: Plugin UltimateCore-Collections v1.0 generated an exception while executing task 108
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
- at java.base/java.lang.Thread.run(Thread.java:833)
- Caused by: java.lang.NullPointerException: Cannot invoke "mc.ultimatecore.collections.objects.PlayerCollections.getXP(String)" because "playerCollections" is null
- at mc.ultimatecore.collections.managers.CollectionsManager.updateCollectionsTop(CollectionsManager.java:146)
- at mc.ultimatecore.collections.managers.CollectionsManager.lambda$updateTop10$1(CollectionsManager.java:39)
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
- at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
- ... 3 more
- [19:20:22] [Craft Scheduler Thread - 70/INFO]: -----< TradeSystem >-----
- [19:20:22] [Craft Scheduler Thread - 70/INFO]: New update available [TradeAudit Extension].
- [19:20:22] [Craft Scheduler Thread - 70/INFO]: Download it on
- https://www.spigotmc.org/resources/58434/update?update=511229
- [19:20:22] [Craft Scheduler Thread - 70/INFO]: ------------------------
- [19:21:43] [Server thread/INFO]: [0;33;22m[[0;32;1mClearLag[0;33;22m] [0;32;1m[0;36;1mYou just removed [0;36;22m0[0;36;1m entities![m
- [19:24:11] [Thread-22/INFO]: UUID of player hebeunlimun is 2e08596b-7600-3764-a604-6f2447185894
- [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:24:11] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=59.5,y=72.0,z=-184.5,pitch=0.0,yaw=354571.0}
- [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:24:11] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=73.5,y=72.0,z=-163.5,pitch=0.0,yaw=945504.0}
- [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:24:11] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=34.5,y=71.0,z=-144.5,pitch=0.0,yaw=523971.0}
- [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:24:11] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=22.5,y=71.0,z=-177.5,pitch=0.0,yaw=402241.0}
- [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:24:11] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=44.5,y=70.0,z=-121.5,pitch=0.0,yaw=1683822.0}
- [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
- [19:24:11] [Server thread/WARN]: [HandyOrbs] Location{world=CraftWorld{name=Server},x=63.5,y=71.0,z=-133.5,pitch=0.0,yaw=1352540.0}
- [19:24:12] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 14 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 14 more
- [19:24:12] [Server thread/INFO]: CONSOLE issued server command: /enick hebeunlimun §chebeunlimun
- [19:24:12] [Server thread/INFO]: [0;33;22mNickname changed.[m
- [19:24:12] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
- org.bukkit.event.EventException
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:498) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:466) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:160) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 15 more
- Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
- at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
- at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
- ... 15 more
- [19:24:12] [Server thread/INFO]: hebeunlimun[/[0:0:0:0:0:0:0:1]:50429] logged in with entity id 573 at ([Server]-10.240827879324247, 70.0, -87.43443861122054)
- [19:24:12] [Craft Scheduler Thread - 71/INFO]: [UltimateCore-Souls] Loaded Souls of player hebeunlimun from database
- [19:24:12] [Server thread/INFO]: [LocalTime] Couldn't get hebeunlimun's timezone. Will use default timezone.
- [19:24:13] [Server thread/INFO]: hebeunlimun issued server command: /menu
- [19:24:27] [Server thread/INFO]: Stopping the server
- [19:24:27] [Server thread/INFO]: Stopping server
- [19:24:27] [Server thread/INFO]: [UltimateCore-Collections] Disabling UltimateCore-Collections v1.0
- [19:24:27] [Server thread/INFO]: [UltimateCore-Collections] UltimateCore-Collections Disabled!
- [19:24:27] [Server thread/INFO]: [IslandAdditions] Disabling IslandAdditions v1.0.0
- [19:24:27] [Server thread/INFO]: [AuctionMasterItemDisplay] Disabling AuctionMasterItemDisplay v2.1
- [19:24:27] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.9.1
- [19:24:27] [Server thread/INFO]: [DeluxeBazaar] Disabling DeluxeBazaar v2.3.5
- [19:24:27] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;33;1mSaving datas to database...[m
- [19:24:27] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;33;1mDatas successfully saved to database.[m
- [19:24:27] [Server thread/INFO]: [0;30;1m[[0;36;1mDeluxeBazaar[0;30;1m] [0;31;1mPlugin is successfully disabled![m
- [19:24:27] [Server thread/INFO]: [UltraMinions] Disabling UltraMinions v5.6.6
- [19:24:27] [Server thread/ERROR]: Error occurred while disabling UltraMinions v5.6.6 (Is it up to date?)
- java.lang.NullPointerException: Cannot invoke "io.github.Leonardo0013YT.UltraMinions.managers.ConfigManager.isSecureStop()" because the return value of "io.github.Leonardo0013YT.UltraMinions.Main.getCfm()" is null
- at io.github.Leonardo0013YT.UltraMinions.Main.onDisable(Main.java:152) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:24:27] [Server thread/INFO]: [AuctionMaster] Disabling AuctionMaster v3.1
- [19:24:27] [Server thread/INFO]: [KojiSB] Disabling KojiSkyblock v1.2.9.2
- [19:24:27] [Server thread/INFO]: [JumpPads] Disabling JumpPads v1.0
- [19:24:27] [Server thread/INFO]: [UltimateCore-Trades] Disabling UltimateCore-Trades v1.0
- [19:24:27] [Server thread/INFO]: [UltimateCore-Trades] UltimateCore-Trades Disabled!
- [19:24:27] [Server thread/INFO]: [CharacterDialogue] Disabling CharacterDialogue v0.8
- [19:24:27] [Server thread/INFO]: [Armor+] Disabling HypixelArmor v2.2.4
- [19:24:27] [Server thread/INFO]: [Armor+] Thanks for using Armor+ v2.2.4, please contact nbdSteve#0583 on discord if you find any bugs.
- [19:24:27] [Server thread/INFO]: [PickupMoney] Disabling PickupMoney v2.5.2
- [19:24:27] [Server thread/INFO]: [UltimateCore-Menu] Disabling UltimateCore-Menu v1.0
- [19:24:27] [Server thread/INFO]: [UltimateCore-Menu] UltimateCore-Menu Disabled!
- [19:24:27] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.17.0.0
- [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] Disabling UltimateCore-Souls v1.0
- [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] [PLUGIN DISABLE] Saving all player data
- [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] [PLUGIN DISABLE] Saved all player data to database - souls
- [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] Closing SQL Connection
- [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] UltimateCore-Souls Disabled!
- [19:24:27] [Server thread/INFO]: [TradeSystem] Disabling TradeSystem v2.1.0
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: __________________________________________________________
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: TradeSystem [2.1.0]
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: New update available [v2.4.0 - TradeAudit Extension]. Download it on
- https://www.spigotmc.org/resources/58434/update?update=511229
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: Status:
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: MC-Version: 1.8.8 (R0.1-SNAPSHOT, Spigot)
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: > Cancelling all active trades
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: Finished (1ms)
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: __________________________________________________________
- [19:24:27] [Server thread/INFO]:
- [19:24:27] [Server thread/INFO]: [HypixelCombat] Disabling HypixelCombat v9.9.3.4
- [19:24:27] [Server thread/INFO]: [UltimateCore-Talismans] Disabling UltimateCore-Talismans v1.0
- [19:24:28] [Server thread/INFO]: [UltimateCore-Talismans] Closing SQL Connection
- [19:24:28] [Server thread/INFO]: [UltimateCore-Talismans] UltimateCore-Talismans Disabled!
- [19:24:28] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.27-SNAPSHOT (build 2158)
- [19:24:28] [Server thread/INFO]: [HypixelItems] Disabling HypixelItems v5.0.5-RELEASE-b324
- [19:24:28] [Server thread/INFO]: [0;37;22m[[0;33;1mItemJoin[0;37;22m] [0;31;22mhas been Disabled.[m
- [19:24:28] [Server thread/INFO]: [AdvanceRespawn] Disabling AdvanceRespawn v7.1.3
- [19:24:28] [Server thread/INFO]: [HeadDatabase] Disabling HeadDatabase v4.13.0
- [19:24:28] [Server thread/INFO]: [AdvancedTabOverlay] Disabling AdvancedTabOverlay v1.2.3
- [19:24:28] [Server thread/INFO]: [Essentials] Disabling Essentials v2.18.0.0
- [19:24:28] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
- [19:24:28] [Server thread/INFO]: [DarkAuctions] Disabling DarkAuctions v1.1.5
- [19:24:28] [Server thread/INFO]: [HypixelChat] Disabling HypixelChat v2.18
- [19:24:28] [Server thread/INFO]: [TeleportPads] Disabling TeleportPads v1.8.6-customfork
- [19:24:28] [Server thread/INFO]: [MessageFilter] Disabling MessageFilter v0.3.2
- [19:24:28] [Server thread/INFO]: [HandyOrbs] Disabling HandyOrbs v2.1
- [19:24:28] [Server thread/INFO]: [CustomMobs] Disabling CustomMobs v4.16
- [19:24:28] [Server thread/INFO]: [CustomMobs] Cleaning up...
- [19:24:28] [Server thread/INFO]: [CustomMobs] 0 alive mobs with SpawnLimit killed.
- [19:24:28] [Server thread/INFO]: [CustomMobs] Fullcontrol restored minecraft biome spawnsettings.
- [19:24:28] [Server thread/INFO]: [CustomMobs] disabled!
- [19:24:28] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.4.9
- [19:24:28] [Server thread/INFO]: [BetterProfiles] Disabling BetterProfiles v1.3-BETA
- [19:24:28] [Server thread/INFO]: [SQLite] Forcing connection close..[m
- [19:24:28] [Server thread/INFO]: [m
- [19:24:28] [Server thread/INFO]: [0;31;1m[BetterProfiles] Plugin has been disabled![m
- [19:24:28] [Server thread/INFO]: [0;31;1m[BetterProfiles] Thank you for using my plugin![m
- [19:24:28] [Server thread/INFO]: [m
- [19:24:28] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v2.0.2
- [19:24:28] [Server thread/INFO]: [UltimateCore-Runes] Disabling UltimateCore-Runes v1.0
- [19:24:28] [Server thread/INFO]: [UltimateCore-Runes] UltimateCore-Runes Disabled!
- [19:24:28] [Server thread/INFO]: [HypixelRegions] Disabling HypixelRegions v1.1
- [19:24:28] [Server thread/INFO]: [UltimateCore-Enchantment] Disabling UltimateCore-Enchantment v1.0
- [19:24:28] [Server thread/INFO]: [UltimateCore-Enchantment] UltimateCore-Enchantment Disabled!
- [19:24:28] [Server thread/INFO]: [FancyCrafting] Disabling FancyCrafting v1.0.0
- [19:24:28] [Server thread/INFO]: [CannonPatches] Disabling CannonPatches v1.0
- [19:24:28] [Server thread/INFO]: CannonPatches has been disabled![m
- [19:24:28] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
- [19:24:28] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
- [19:24:28] [Server thread/INFO]: [DeathTeleport] Disabling DeathTeleport v1.0
- [19:24:28] [Server thread/INFO]: [HypixelWorldProtect] Disabling HypixelWorldProtect v1.2
- [19:24:28] [Server thread/INFO]: [RoyaleEconomy] Disabling RoyaleEconomy v1.4.3
- [19:24:28] [Server thread/INFO]: [RoyaleEconomy] Safety save of user balances done!
- [19:24:28] [Server thread/INFO]: [RoyaleEconomy] Plugin disabled!
- [19:24:28] [Server thread/INFO]: [UltimateCore-Alchemy] Disabling UltimateCore-Alchemy v1.0
- [19:24:28] [Server thread/INFO]: [UltimateCore-Alchemy] UltimateCore-Alchemy Disabled!
- [19:24:28] [Server thread/INFO]: [ImageOnMap] Disabling ImageOnMap v3.1
- [19:24:28] [Server thread/INFO]: [TimeEmoji] Disabling TimeEmoji v1.0
- [19:24:28] [Server thread/INFO]: [AntiDrop] Disabling AntiDrop v2.2.1
- [19:24:28] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
- [19:24:28] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
- [19:24:28] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is disabled.
- [19:24:28] [Server thread/INFO]: [UltimateCore-Anvil] Disabling UltimateCore-Anvil v1.0
- [19:24:28] [Server thread/INFO]: [UltimateCore-Anvil] UltimateCore-Anvil Disabled!
- [19:24:28] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.8.0
- [19:24:28] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b699
- [19:24:28] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: multiverse
- [19:24:28] [Server thread/INFO]: [Playtimes] Disabling Playtimes v1.3.9
- [19:24:28] [Server thread/INFO]: [Wardrobe] Disabling Wardrobe v1.0.4
- [19:24:28] [Server thread/INFO]: [WorldSpawn] Disabling WorldSpawn v1.4.4
- [19:24:28] [Server thread/INFO]: [BuildersWand] Disabling BuildersWand v2.22.0
- [19:24:28] [Server thread/INFO]: [Slayers] Disabling Slayers v1.5-PRE
- [19:24:28] [Server thread/INFO]: [0;31;1mSlayers disabled.[m
- [19:24:28] [Server thread/INFO]: [QuickBoard] Disabling QuickBoard v4.4.1
- [19:24:28] [Server thread/INFO]: [Skript] Disabling Skript v2.1.2
- [19:24:28] [Server thread/INFO]: [0;31;1mServer is recompiling![m
- [19:24:29] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
- [19:24:29] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.3.74
- [19:24:29] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: luckperms
- [19:24:29] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
- [19:24:29] [Server thread/INFO]: [LuckPerms] Closing storage...
- [19:24:29] [Server thread/INFO]: [LuckPerms] Goodbye!
- [19:24:29] [Server thread/INFO]: [ItemEditor] Disabling ItemEditor v0.1.16
- [19:24:29] [Server thread/INFO]: [UltimateCore] Disabling UltimateCore v4.2.0
- [19:24:29] [Server thread/INFO]: [RealTime] Disabling RealTime v 1.0-C
- [19:24:29] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.1.1
- [19:24:29] [Server thread/INFO]: [HypixelLore] Disabling HypixelLore v1.6
- [19:24:29] [Server thread/INFO]: [WatchdogBan] Disabling WatchdogBan v1.1.0
- [19:24:29] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.11.3
- [19:24:29] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.1.1
- [19:24:29] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
- [19:24:29] [Server thread/INFO]: [MOTD] Disabling MOTD v2.3.2
- [19:24:29] [Server thread/INFO]: [EffectPlaceholders] Disabling EffectPlaceholders v1.0.0
- [19:24:29] [Server thread/INFO]: [HypixelCommands] Disabling HypixelCommands v1.9.0
- [19:24:29] [Server thread/INFO]: [HypixelBags] Disabling HypixelBags v1.0
- [19:24:29] [Server thread/INFO]: [HypixelLag] Disabling HypixelLag v3.1.6
- [19:24:29] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
- [19:24:29] [Server thread/INFO]: [HypixelMinionsCore] Disabling HypixelMinionsCore v1.0
- [19:24:29] [Server thread/INFO]: [HypixelMenus] Disabling HypixelMenus v1.10.5
- [19:24:29] [Server thread/ERROR]: Error occurred while disabling HypixelMenus v1.10.5 (Is it up to date?)
- java.lang.NullPointerException: Cannot invoke "java.util.Map.clear()" because "this.itemHooks" is null
- at com.extendedclip.deluxemenus.DeluxeMenus.onDisable(DeluxeMenus.java:164) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [server.jar:git-Spigot-db6de12-18fbb24]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [server.jar:git-Spigot-db6de12-18fbb24]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [server.jar:git-Spigot-db6de12-18fbb24]
- at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
- [19:24:29] [Server thread/INFO]: [HypixelBackpacks] Disabling HypixelBackpacks v1.6.7
- [19:24:29] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.7
- [19:24:29] [Server thread/INFO]: [Elections] Disabling Elections v2.10.4
- [19:24:29] [Server thread/INFO]: Elections » Plugin [0;31;1mdisabled[m![m
- [19:24:29] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.9
- [19:24:29] [Server thread/INFO]: [KojiDeveloperKit] Disabling KojiDevKit v1.16.6
- [19:24:29] [Server thread/INFO]: Saving players
- [19:24:29] [Server thread/INFO]: hebeunlimun lost connection: §cThe server is restarting, come back in a few minutes.
- [19:24:29] [Server thread/INFO]: hebeunlimun left the game.
- [19:24:29] [Server thread/INFO]: Saving worlds
- [19:24:29] [Server thread/INFO]: Saving chunks for level 'Server'/Overworld
- [19:24:29] [Server thread/INFO]: Saving chunks for level 'Dungeon'/Overworld
- [19:24:29] [Server thread/INFO]: Saving chunks for level 'Islands'/Overworld
- [19:24:29] [Server thread/INFO]: Saving usercache.json
Advertisement
Add Comment
Please, Sign In to add comment