Guest User

server config

a guest
Aug 22nd, 2023
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 296.67 KB | Gaming | 0 0
  1. [19:17:49] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [19:17:49] [Server thread/INFO]: Loading properties
  3. [19:17:49] [Server thread/INFO]: Default game type: SURVIVAL
  4. [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)
  5. [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.
  6. [19:17:50] [Server thread/INFO]: Debug logging is disabled
  7. [19:17:50] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8.  
  9. [19:17:50] [Server thread/INFO]: Using 16 threads for Netty based IO
  10. [19:17:50] [Server thread/INFO]: Generating keypair
  11. [19:17:50] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
  12. [19:17:50] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins\EssentialsX.jar' and `plugins\Essentials-2.x-SNAPSHOT.jar' in `plugins'
  13. [19:17:50] [Server thread/ERROR]: Could not load 'plugins\FirstRegionJoin-1.0-SNAPSHOT.jar' in folder 'plugins'
  14. org.bukkit.plugin.UnknownDependencyException: WorldGuard
  15.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-Spigot-db6de12-18fbb24]
  16.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
  17.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
  18.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  19.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  20. [19:17:50] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  21. [19:17:50] [Server thread/ERROR]: Could not load 'plugins\HypixelRegionBlocks.jar' in folder 'plugins'
  22. org.bukkit.plugin.UnknownDependencyException: WorldGuard
  23.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-Spigot-db6de12-18fbb24]
  24.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
  25.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
  26.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  27.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  28. [19:17:51] [Server thread/ERROR]: Could not load 'plugins\WGRegionEvents.jar' in folder 'plugins'
  29. org.bukkit.plugin.UnknownDependencyException: WorldGuard
  30.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-Spigot-db6de12-18fbb24]
  31.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
  32.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
  33.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  34.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  35. [19:17:51] [Server thread/ERROR]: Could not load 'plugins\DeluxeMenus.jar' in folder 'plugins'
  36. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
  37.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-db6de12-18fbb24]
  38.     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[server.jar:git-Spigot-db6de12-18fbb24]
  39.     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [server.jar:git-Spigot-db6de12-18fbb24]
  40.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-db6de12-18fbb24]
  41.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
  42.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  43.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  44. Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
  45.     at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[server.jar:git-Spigot-db6de12-18fbb24]
  46.     at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-db6de12-18fbb24]
  47.     at com.extendedclip.deluxemenus.DeluxeMenus.<init>(DeluxeMenus.java:29) ~[?:?]
  48.     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  49.     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
  50.     at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  51.     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  52.     at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
  53.     at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
  54.     at java.base/java.lang.Class.newInstance(Class.java:645) ~[?:?]
  55.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-db6de12-18fbb24]
  56.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-db6de12-18fbb24]
  57.     ... 6 more
  58. Caused by: java.lang.IllegalStateException: Initial initialization
  59.     at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[server.jar:git-Spigot-db6de12-18fbb24]
  60.     at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-db6de12-18fbb24]
  61.     at com.extendedclip.deluxemenus.DeluxeMenus.<init>(DeluxeMenus.java:29) ~[?:?]
  62.     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  63.     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
  64.     at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  65.     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  66.     at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
  67.     at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
  68.     at java.base/java.lang.Class.newInstance(Class.java:645) ~[?:?]
  69.     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-db6de12-18fbb24]
  70.     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-db6de12-18fbb24]
  71.     ... 6 more
  72. [19:17:51] [Server thread/INFO]: [KojiDeveloperKit] Loading KojiDevKit v1.16.6
  73. [19:17:51] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
  74. [19:17:51] [Server thread/INFO]: [Elections] Loading Elections v2.10.4
  75. [19:17:51] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
  76. [19:17:51] [Server thread/INFO]: [HypixelBackpacks] Loading HypixelBackpacks v1.6.7
  77. [19:17:51] [Server thread/INFO]: [HypixelMenus] Loading HypixelMenus v1.10.5
  78. [19:17:51] [Server thread/INFO]: [HypixelMinionsCore] Loading HypixelMinionsCore v1.0
  79. [19:17:51] [Server thread/INFO]: [HypixelLag] Loading HypixelLag v3.1.6
  80. [19:17:51] [Server thread/INFO]: [HypixelBags] Loading HypixelBags v1.0
  81. [19:17:51] [Server thread/INFO]: [HypixelCommands] Loading HypixelCommands v1.9.0
  82. [19:17:51] [Server thread/INFO]: [EffectPlaceholders] Loading EffectPlaceholders v1.0.0
  83. [19:17:51] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.2
  84. [19:17:51] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.1.1
  85. [19:17:51] [Server thread/INFO]: [ViaVersion] ViaVersion 4.1.1 is now loaded, waiting for boot. (late-bind)
  86. [19:17:51] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.11.3
  87. [19:17:51] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
  88. [19:17:51] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
  89. [19:17:51] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
  90. [19:17:51] [Server thread/INFO]: [NBTAPI] Using the plugin 'KojiDevKit' to create a bStats instance!
  91. [19:17:51] [Server thread/INFO]: [WatchdogBan] Loading WatchdogBan v1.1.0
  92. [19:17:51] [Server thread/INFO]: [HypixelLore] Loading HypixelLore v1.6
  93. [19:17:51] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.1.1
  94. [19:17:51] [Server thread/INFO]: [RealTime] Loading RealTime v 1.0-C
  95. [19:17:51] [Server thread/INFO]: [UltimateCore] Loading UltimateCore v4.2.0
  96. [19:17:51] [Server thread/INFO]: [ItemEditor] Loading ItemEditor v0.1.16
  97. [19:17:51] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.74
  98. [19:17:52] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  99. [19:17:52] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
  100. [19:17:52] [Server thread/INFO]: [QuickBoard] Loading QuickBoard v4.4.1
  101. [19:17:52] [Server thread/INFO]: [Slayers] Loading Slayers v1.5-PRE
  102. [19:17:52] [Server thread/INFO]: [BuildersWand] Loading BuildersWand v2.22.0
  103. [19:17:52] [Server thread/INFO]: [WorldSpawn] Loading WorldSpawn v1.4.4
  104. [19:17:52] [Server thread/INFO]: [Wardrobe] Loading Wardrobe v1.0.4
  105. [19:17:52] [Server thread/INFO]: [Playtimes] Loading Playtimes v1.3.9
  106. [19:17:52] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
  107. [19:17:52] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.8.0
  108. [19:17:52] [Thread-9/INFO]: [NBTAPI] The NBT-API seems to be up-to-date!
  109. [19:17:53] [Server thread/INFO]: [UltimateCore-Anvil] Loading UltimateCore-Anvil v1.0
  110. [19:17:53] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
  111. [19:17:53] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  112. [19:17:54] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  113. [19:17:54] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  114. [19:17:54] [Server thread/INFO]: [AntiDrop] Loading AntiDrop v2.2.1
  115. [19:17:54] [Server thread/INFO]: [TimeEmoji] Loading TimeEmoji v1.0
  116. [19:17:54] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v3.1
  117. [19:17:54] [Server thread/INFO]: [UltimateCore-Alchemy] Loading UltimateCore-Alchemy v1.0
  118. [19:17:54] [Server thread/INFO]: [RoyaleEconomy] Loading RoyaleEconomy v1.4.3
  119. [19:17:54] [Server thread/INFO]: [HypixelWorldProtect] Loading HypixelWorldProtect v1.2
  120. [19:17:54] [Server thread/INFO]: [DeathTeleport] Loading DeathTeleport v1.0
  121. [19:17:54] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  122. [19:17:54] [Server thread/INFO]: [CannonPatches] Loading CannonPatches v1.0
  123. [19:17:54] [Server thread/INFO]: [FancyCrafting] Loading FancyCrafting v1.0.0
  124. [19:17:54] [Server thread/INFO]: [UltimateCore-Enchantment] Loading UltimateCore-Enchantment v1.0
  125. [19:17:54] [Server thread/INFO]: [HypixelRegions] Loading HypixelRegions v1.1
  126. [19:17:54] [Server thread/INFO]: [UltimateCore-Runes] Loading UltimateCore-Runes v1.0
  127. [19:17:54] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.2
  128. [19:17:54] [Server thread/INFO]: [BetterProfiles] Loading BetterProfiles v1.3-BETA
  129. [19:17:54] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.9
  130. [19:17:54] [Server thread/INFO]: [CustomMobs] Loading CustomMobs v4.16
  131. [19:17:54] [Server thread/INFO]: [CustomMobs] Starting loading phase...
  132. [19:17:54] [Server thread/INFO]: [CustomMobs] Assumed ServerType: SPIGOT
  133. [19:17:54] [Server thread/INFO]: [CustomMobs] Server version: v1_8_R3
  134. [19:17:54] [Server thread/INFO]: [CustomMobs] Loaded configuration!
  135. [19:17:54] [Server thread/INFO]: [CustomMobs] Copying default languageFile (en_US.lang)
  136. [19:17:54] [Server thread/INFO]: [CustomMobs] Copied default languageFile to lang-folder!
  137. [19:17:54] [Server thread/INFO]: [CustomMobs] This Version of custom mobs supports the following server versions:
  138. [19:17:54] [Server thread/INFO]: [CustomMobs] v1_8_R1, v1_8_R2, v1_8_R3
  139. [19:17:54] [Server thread/INFO]: [CustomMobs] Current server version is supported by CustomMobs!
  140. [19:17:54] [Server thread/INFO]: [CustomMobs] Loading finished.
  141. [19:17:54] [Server thread/INFO]: [HandyOrbs] Loading HandyOrbs v2.1
  142. [19:17:54] [Server thread/INFO]: [MessageFilter] Loading MessageFilter v0.3.2
  143. [19:17:54] [Server thread/INFO]: [TeleportPads] Loading TeleportPads v1.8.6-customfork
  144. [19:17:54] [Server thread/INFO]: [HypixelChat] Loading HypixelChat v2.18
  145. [19:17:54] [Server thread/INFO]: [DarkAuctions] Loading DarkAuctions v1.1.5
  146. [19:17:54] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.0.0
  147. [19:17:54] [Server thread/INFO]: [AdvancedTabOverlay] Loading AdvancedTabOverlay v1.2.3
  148. [19:17:54] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.13.0
  149. [19:17:54] [Server thread/INFO]: [UltimateCore-Farm] Loading UltimateCore-Farm v1.0
  150. [19:17:54] [Server thread/INFO]: [AdvanceRespawn] Loading AdvanceRespawn v7.1.3
  151. [19:17:54] [Server thread/INFO]: [HypixelItems] Loading HypixelItems v5.0.5-RELEASE-b324
  152. [19:17:54] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2158)
  153. [19:17:54] [Server thread/INFO]: [UltimateCore-Talismans] Loading UltimateCore-Talismans v1.0
  154. [19:17:54] [Server thread/INFO]: [HypixelCombat] Loading HypixelCombat v9.9.3.4
  155. [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?)
  156. 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
  157.     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) ~[?:?]
  158.     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) ~[?:?]
  159.     at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) ~[?:?]
  160.     at java.base/java.lang.reflect.Method.setAccessible(Method.java:193) ~[?:?]
  161.     at com.SirBlobman.combatlogx.expansion.Expansions.loadJar(Expansions.java:219) ~[?:?]
  162.     at com.SirBlobman.combatlogx.expansion.Expansions.loadExpansions(Expansions.java:132) ~[?:?]
  163.     at com.SirBlobman.combatlogx.CombatLogX.onLoad(CombatLogX.java:42) ~[?:?]
  164.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297) [server.jar:git-Spigot-db6de12-18fbb24]
  165.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-db6de12-18fbb24]
  166.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  167.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  168. [19:17:54] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v2.1.0
  169. [19:17:54] [Server thread/INFO]: [UltimateCore-Souls] Loading UltimateCore-Souls v1.0
  170. [19:17:54] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.0.0
  171. [19:17:54] [Server thread/INFO]: [UltimateCore-Menu] Loading UltimateCore-Menu v1.0
  172. [19:17:54] [Server thread/INFO]: [PickupMoney] Loading PickupMoney v2.5.2
  173. [19:17:54] [Server thread/INFO]: [Armor+] Loading HypixelArmor v2.2.4
  174. [19:17:54] [Server thread/INFO]: [CharacterDialogue] Loading CharacterDialogue v0.8
  175. [19:17:54] [Server thread/INFO]: [UltimateCore-Trades] Loading UltimateCore-Trades v1.0
  176. [19:17:54] [Server thread/INFO]: [IridiumSkyblock] Loading IridiumSkyblock v2.5.0
  177. [19:17:54] [Server thread/INFO]: [JumpPads] Loading JumpPads v1.0
  178. [19:17:54] [Server thread/INFO]: [KojiSB] Loading KojiSkyblock v1.2.9.2
  179. [19:17:54] [Server thread/INFO]: [AuctionMaster] Loading AuctionMaster v3.1
  180. [19:17:54] [Server thread/INFO]: [UltraMinions] Loading UltraMinions v5.6.6
  181. [19:17:54] [Server thread/INFO]: [DeluxeBazaar] Loading DeluxeBazaar v2.3.5
  182. [19:17:54] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
  183. [19:17:54] [Server thread/INFO]: [AuctionMasterItemDisplay] Loading AuctionMasterItemDisplay v2.1
  184. [19:17:54] [Server thread/INFO]: [IslandAdditions] Loading IslandAdditions v1.0.0
  185. [19:17:54] [Server thread/INFO]: [UltimateCore-Collections] Loading UltimateCore-Collections v1.0
  186. [19:17:54] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.74
  187. [19:17:54] [Server thread/INFO]:         __    
  188.  
  189. [19:17:54] [Server thread/INFO]:   |    |__)   LuckPerms v5.3.74
  190.  
  191. [19:17:54] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
  192.  
  193. [19:17:54] [Server thread/INFO]: 
  194.  
  195. [19:17:54] [Server thread/INFO]: [LuckPerms] Loading configuration...
  196. [19:17:54] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
  197. [19:17:55] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  198. [19:17:55] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  199. [19:17:55] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1526ms)
  200. [19:17:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0
  201. [19:17:55] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  202. [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Enabling RoyaleEconomy v1.4.3
  203. [19:17:55] [Server thread/INFO]: [RoyaleEconomy] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  204. [19:17:55] [Server thread/INFO]: [RoyaleEconomy]   Plugin: RoyaleEconomy
  205. [19:17:55] [Server thread/INFO]: [RoyaleEconomy]   Version: 1.4
  206. [19:17:55] [Server thread/INFO]: [RoyaleEconomy]   Author: qKing12 (Dumitru Ghinea)
  207. [19:17:55] [Server thread/INFO]: [RoyaleEconomy]   Copyright: 2020-2020 All Rights Reserved
  208. [19:17:55] [Server thread/INFO]: [RoyaleEconomy] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  209. [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the Player Purse SQL.
  210. [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the Personal Banks SQL.
  211. [19:17:55] [Server thread/INFO]: [RoyaleEconomy] Succesfully loaded the interest.
  212. [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the Shared Banks SQL.
  213. [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Succesfully connected to the External Generated Data SQL.
  214. [19:17:56] [Server thread/INFO]: RoyaleEconomySQLitePool - Starting...
  215. [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.)
  216. [19:17:56] [Server thread/INFO]: RoyaleEconomySQLitePool - Start completed.
  217. [19:17:56] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
  218. [19:17:56] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
  219. [19:17:56] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
  220. [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Vault detected, economy register attempted.
  221. [19:17:56] [Thread-10/WARN]: [NBTAPI] The NBT-API at 'package me.qKing12.RoyaleEconomy.utils' seems to be outdated!
  222. [19:17:56] [Thread-10/WARN]: [NBTAPI] Current Version: '2.7.1' Newest Version: 2.11.3'
  223. [19:17:56] [Thread-10/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
  224. [19:17:56] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  225. [19:17:56] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  226. [19:17:56] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  227. [19:17:56] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  228. [19:17:56] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  229. [19:17:56] [Server thread/INFO]: [RoyaleEconomy] Vault detected, economy register attempted.
  230. [19:17:56] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.2
  231. [19:17:56] [Server thread/INFO]: [IridiumSkyblock] Enabling IridiumSkyblock v2.5.0
  232. [19:17:56] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  233. [19:17:56] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  234. [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.
  235. [19:17:56] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  236. [19:17:56] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  237. [19:17:56] [Server thread/INFO]: Preparing level "Server"
  238. [19:17:57] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
  239. [19:17:57] [Server thread/INFO]: [KojiDeveloperKit] Enabling KojiDevKit v1.16.6
  240. [19:17:57] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
  241. [19:17:57] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  242. [19:17:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: royaleeconomy
  243. [19:17:58] [Server thread/INFO]: [Elections] Enabling Elections v2.10.4
  244. [19:17:58] [Server thread/INFO]: Elections » Plugin enabled!
  245.  
  246. [19:17:58] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
  247. [19:17:58] [Server thread/INFO]: [HypixelBackpacks] Enabling HypixelBackpacks v1.6.7
  248. [19:17:58] [Server thread/INFO]: FancyBags >>> NMS Version Detected: v1_8_R3
  249.  
  250. [19:17:58] [Server thread/INFO]: FancyBags >>> loaded 3 recipes!
  251.  
  252. [19:17:58] [Server thread/INFO]: FancyBags plugin has been enabled!
  253.  
  254. [19:17:58] [Server thread/INFO]: [HypixelMenus] Enabling HypixelMenus v1.10.5
  255. [19:17:58] [Server thread/INFO]: [HypixelMenus] Hooked into PlaceholderAPI!
  256. [19:17:58] [Server thread/WARN]: [HypixelMenus] Material for item: empty in GUI menu: patch-notes is not a valid material name / id!
  257. [19:17:58] [Server thread/WARN]: [HypixelMenus] Skipping item: empty
  258. [19:17:58] [Server thread/WARN]: [HypixelMenus] Material for item: glass in GUI menu: builder is not a valid material name / id!
  259. [19:17:58] [Server thread/WARN]: [HypixelMenus] Skipping item: glass
  260. [19:17:58] [Server thread/ERROR]: Error occurred while enabling HypixelMenus v1.10.5 (Is it up to date?)
  261. java.lang.NullPointerException: Cannot invoke "javax.script.ScriptEngine.put(String, Object)" because "com.extendedclip.deluxemenus.menu.requirement.JavascriptRequirement.engine" is null
  262.     at com.extendedclip.deluxemenus.menu.requirement.JavascriptRequirement.<init>(JavascriptRequirement.java:25) ~[?:?]
  263.     at com.extendedclip.deluxemenus.DeluxeMenusConfig.getRequirements(DeluxeMenusConfig.java:1560) ~[?:?]
  264.     at com.extendedclip.deluxemenus.DeluxeMenusConfig.loadGUIMenuItems(DeluxeMenusConfig.java:1515) ~[?:?]
  265.     at com.extendedclip.deluxemenus.DeluxeMenusConfig.loadGUI(DeluxeMenusConfig.java:821) ~[?:?]
  266.     at com.extendedclip.deluxemenus.DeluxeMenusConfig.loadGUIMenus(DeluxeMenusConfig.java:672) ~[?:?]
  267.     at com.extendedclip.deluxemenus.DeluxeMenus.onEnable(DeluxeMenus.java:62) ~[?:?]
  268.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
  269.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
  270.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
  271.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
  272.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
  273.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
  274.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
  275.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
  276.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
  277.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  278.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  279. [19:17:58] [Server thread/INFO]: [HypixelMinionsCore] Enabling HypixelMinionsCore v1.0
  280. [19:17:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: customplaceholders
  281. [19:17:58] [Server thread/INFO]: [HypixelLag] Enabling HypixelLag v3.1.6
  282. [19:17:58] [Server thread/INFO]: [ClearLag] Loading modules...
  283. [19:17:58] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  284. [19:17:58] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  285. [19:17:58] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  286. [19:17:59] [Server thread/INFO]: [HypixelBags] Enabling HypixelBags v1.0
  287. [19:17:59] [Server thread/INFO]: Backpacks plugin has been enabled!
  288.  
  289. [19:17:59] [Server thread/INFO]: [HypixelCommands] Enabling HypixelCommands v1.9.0
  290. [19:17:59] [Server thread/INFO]: [HypixelCommands] Successfully setup compatibility for your server version!
  291. [19:17:59] [Server thread/INFO]: [HypixelCommands] 9 commands loaded!
  292. [19:17:59] [Server thread/INFO]: [HypixelCommands] Hooked into PlaceholderAPI for placeholders!
  293. [19:17:59] [Server thread/INFO]: [EffectPlaceholders] Enabling EffectPlaceholders v1.0.0
  294. [19:17:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: effects
  295. [19:17:59] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.2
  296. [19:17:59] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.1.1
  297. [19:17:59] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
  298. [19:18:00] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
  299. [19:18:00] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
  300. [19:18:00] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  301. [19:18:00] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
  302. [19:18:00] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
  303. [19:18:00] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
  304. [19:18:00] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
  305. [19:18:00] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
  306. [19:18:00] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.11.3
  307. [19:18:00] [Server thread/INFO]: [NBTAPI] Adding listeners...
  308. [19:18:00] [Server thread/INFO]: [NBTAPI] Gson:
  309. [19:18:00] [Server thread/INFO]: [NBTAPI] Checking bindings...
  310. [19:18:00] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
  311. [19:18:00] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
  312. [19:18:00] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
  313. [19:18:00] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
  314. [19:18:00] [Server thread/INFO]: [WatchdogBan] Enabling WatchdogBan v1.1.0
  315. [19:18:00] [Server thread/INFO]: [HypixelLore] Enabling HypixelLore v1.6
  316. [19:18:00] [Server thread/INFO]: -----Lore Adder v1.6 by Franzinator Enabled-----
  317.  
  318. [19:18:00] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.1.1
  319. [19:18:00] [Server thread/INFO]: [ViaBackwards] Loading translations...
  320. [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
  321. [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
  322. [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.12 -> 1.11 mappings...
  323. [19:18:00] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
  324. [19:18:00] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
  325. [19:18:00] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
  326. [19:18:01] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
  327. [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
  328. [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
  329. [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
  330. [19:18:01] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.18 -> 1.17 mappings...
  331. [19:18:01] [Server thread/INFO]: [RealTime] Enabling RealTime v 1.0-C
  332. [19:18:01] [Server thread/INFO]: [RealTime] RealTime by Acayrin
  333.  
  334. [19:18:01] [Server thread/ERROR]: Error occurred while enabling RealTime v 1.0-C (Is it up to date?)
  335. java.lang.NoClassDefFoundError: me/clip/placeholderapi/external/EZPlaceholderHook
  336.     at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  337.     at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?]
  338.     at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
  339.     at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:524) ~[?:?]
  340.     at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:427) ~[?:?]
  341.     at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:421) ~[?:?]
  342.     at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) ~[?:?]
  343.     at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:420) ~[?:?]
  344.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
  345.     at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[server.jar:git-Spigot-db6de12-18fbb24]
  346.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[server.jar:git-Spigot-db6de12-18fbb24]
  347.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
  348.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  349.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  350.     at acayrin.A.onEnable(A.java:17) ~[?:?]
  351.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
  352.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
  353.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
  354.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
  355.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
  356.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
  357.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
  358.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
  359.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
  360.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  361.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  362. Caused by: java.lang.ClassNotFoundException: me.clip.placeholderapi.external.EZPlaceholderHook
  363.     at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
  364.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
  365.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
  366.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  367.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  368.     ... 26 more
  369. [19:18:01] [Server thread/INFO]: [UltimateCore] Enabling UltimateCore v4.2.0
  370. [19:18:01] [Server thread/INFO]: [ItemEditor] Enabling ItemEditor v0.1.16
  371. [19:18:01] [Server thread/INFO]: [ItemEditor] §fItemEditor §7v0.1.16, by §bFreakey
  372. [19:18:01] [Server thread/INFO]: [ItemEditor] §aPlaceholderAPI was found, placeholders are enabled!
  373. [19:18:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  374. [19:18:01] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  375. [19:18:01] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  376. [19:18:01] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 17.0.8).
  377. [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.
  378. [19:18:01] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
  379. [19:18:02] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
  380. [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
  381. [19:18:02] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
  382. [19:18:02] [Server thread/INFO]: [QuickBoard] Enabling QuickBoard v4.4.1
  383. [19:18:02] [Server thread/INFO]: [QuickBoard] ------------------------------
  384. [19:18:02] [Server thread/INFO]: [QuickBoard]           QuickBoard          
  385. [19:18:02] [Server thread/INFO]: [QuickBoard] Listeners registered
  386. [19:18:02] [Server thread/INFO]: [QuickBoard] Loading scoreboards
  387. [19:18:02] [Server thread/INFO]: [QuickBoard] Loaded 'scoreboard.islands.yml' with permission 'scoreboard.islands'
  388. [19:18:02] [Server thread/INFO]: [QuickBoard] Loaded 'scoreboard.server.yml' with permission 'scoreboard.server'
  389. [19:18:02] [Server thread/INFO]: [QuickBoard] Scoreboards loaded
  390. [19:18:02] [Server thread/INFO]: [QuickBoard] Config registered
  391. [19:18:02] [Server thread/INFO]: [QuickBoard] Update Tasks started
  392. [19:18:02] [Server thread/INFO]: [QuickBoard] Command 'quickboard' enabled
  393. [19:18:02] [Server thread/INFO]: [QuickBoard]           QuickBoard          
  394. [19:18:02] [Server thread/INFO]: [QuickBoard] ------------------------------
  395. [19:18:02] [Server thread/INFO]: [Slayers] Enabling Slayers v1.5-PRE
  396. [19:18:02] [Server thread/INFO]: Slayers enabled. Made by Maploop v1.2
  397.  
  398. [19:18:02] [Server thread/INFO]: [BuildersWand] Enabling BuildersWand v2.22.0
  399. [19:18:02] [Server thread/INFO]: [BuildersWand] Looking for updates...
  400. [19:18:02] [Server thread/INFO]: [BuildersWand] Plugin is up-to-date
  401. [19:18:02] [Server thread/INFO]: [WorldSpawn] Enabling WorldSpawn v1.4.4
  402. [19:18:02] [Server thread/INFO]: Hub loaded!
  403.  
  404. [19:18:02] [Server thread/INFO]: Spawn for "Server" loaded!
  405.  
  406. [19:18:02] [Server thread/INFO]: [WorldSpawn] Hello server!
  407. [19:18:02] [Server thread/INFO]: [WorldSpawn] World Spawn by Bluecoaster455 v1.4.4
  408. [19:18:02] [Server thread/INFO]: [Wardrobe] Enabling Wardrobe v1.0.4
  409. [19:18:02] [Server thread/INFO]: [Playtimes] Enabling Playtimes v1.3.9
  410. [19:18:02] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  411.  
  412. [19:18:02] [Server thread/INFO]: You are using an older version of PlayTime!
  413.  
  414. [19:18:02] [Server thread/INFO]: Download the newest version here:
  415.  
  416. [19:18:02] [Server thread/INFO]: https://tinyurl.com/y7ltcg8m
  417.  
  418. [19:18:02] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  419.  
  420. [19:18:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: PlayTimes
  421. [19:18:02] [Server thread/INFO]: [PlayTime] PlaceholdersAPI Hooked!
  422.  
  423. [19:18:02] [Server thread/INFO]: [PlayTime] Successfully loaded.
  424.  
  425. [19:18:02] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
  426. [19:18:02] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  427. [19:18:02] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  428. [19:18:02] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: test
  429. [19:18:02] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  430. [19:18:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SkyBlock
  431. [19:18:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  432. [19:18:03] [Server thread/INFO]: Preparing start region for level 1 (Seed: 0)
  433. [19:18:03] [Server thread/INFO]: Hub loaded!
  434.  
  435. [19:18:03] [Server thread/INFO]: Spawn for "Server" loaded!
  436.  
  437. [19:18:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SkyBlockhub
  438. [19:18:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  439. [19:18:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Server_the_end
  440. [19:18:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  441. [19:18:03] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8264163221639277439)
  442. [19:18:03] [Server thread/INFO]: Hub loaded!
  443.  
  444. [19:18:03] [Server thread/INFO]: Spawn for "Server" loaded!
  445.  
  446. [19:18:03] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
  447. [19:18:03] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
  448. [19:18:03] [Server thread/INFO]: [UltimateCore-Anvil] Enabling UltimateCore-Anvil v1.0
  449. [19:18:03] [Server thread/INFO]: [UltimateCore-Anvil] Has been enabled!
  450.  
  451. [19:18:03] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
  452. [19:18:04] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  453. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  454. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  455. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  456. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  457. [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.
  458. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  459. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
  460. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
  461. [19:18:04] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
  462. [19:18:04] [Server thread/INFO]: [AntiDrop] Enabling AntiDrop v2.2.1
  463. [19:18:04] [Server thread/INFO]: [TimeEmoji] Enabling TimeEmoji v1.0
  464. [19:18:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: time
  465. [19:18:04] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v3.1
  466. [19:18:04] [Server thread/INFO]: [ImageOnMap] Loaded 1 player map files.
  467. [19:18:04] [Server thread/INFO]: [UltimateCore-Alchemy] Enabling UltimateCore-Alchemy v1.0
  468. [19:18:04] [Server thread/INFO]: UltimateCore-Alchemy Has been enabled!
  469.  
  470. [19:18:04] [Server thread/INFO]: [HypixelWorldProtect] Enabling HypixelWorldProtect v1.2
  471. [19:18:04] [Server thread/INFO]: [DeathTeleport] Enabling DeathTeleport v1.0
  472. [19:18:04] [Server thread/INFO]: Cargado death teleport village
  473.  
  474. [19:18:04] [Server thread/INFO]: Cargado death teleport spiders-den
  475.  
  476. [19:18:04] [Server thread/INFO]: Cargado death teleport the-nether
  477.  
  478. [19:18:04] [Server thread/INFO]: Cargado death teleport nether-fortress
  479.  
  480. [19:18:04] [Server thread/INFO]: Cargado death teleport farm
  481.  
  482. [19:18:04] [Server thread/INFO]: Cargado death teleport the-barn
  483.  
  484. [19:18:04] [Server thread/INFO]: Cargado death teleport acacia-forest
  485.  
  486. [19:18:04] [Server thread/INFO]: Cargado death teleport spruce-forest
  487.  
  488. [19:18:04] [Server thread/INFO]: Cargado death teleport birch-forest
  489.  
  490. [19:18:04] [Server thread/INFO]: Cargado death teleport dark-oak-forest
  491.  
  492. [19:18:04] [Server thread/INFO]: Cargado death teleport jungle-forest
  493.  
  494. [19:18:04] [Server thread/INFO]: Cargado death teleport gold-mine
  495.  
  496. [19:18:04] [Server thread/INFO]: Cargado death teleport lapis-quarry
  497.  
  498. [19:18:04] [Server thread/INFO]: Cargado death teleport redstone-mine
  499.  
  500. [19:18:04] [Server thread/INFO]: Cargado death teleport emerald-sanctuary
  501.  
  502. [19:18:04] [Server thread/INFO]: Cargado death teleport diamond-reserve
  503.  
  504. [19:18:04] [Server thread/INFO]: Cargado death teleport obsidian-sanctuary
  505.  
  506. [19:18:04] [Server thread/INFO]: Cargado death teleport the-end
  507.  
  508. [19:18:04] [Server thread/INFO]: Cargado death teleport dragon-nest
  509.  
  510. [19:18:04] [Server thread/INFO]: Cargado death teleport dragon-altar
  511.  
  512. [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.
  513. [19:18:04] [Server thread/INFO]: [CannonPatches] Enabling CannonPatches v1.0
  514. [19:18:04] [Server thread/INFO]: This server is running CannonPatches!
  515.  
  516. [19:18:04] [Server thread/INFO]: [FancyCrafting] Enabling FancyCrafting v1.0.0
  517. [19:18:05] [Server thread/INFO]: [UltimateCore-Enchantment] Enabling UltimateCore-Enchantment v1.0
  518. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID BINDING_CURSE!
  519.  
  520. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID CHANNELING!
  521.  
  522. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID FROST_WALKER!
  523.  
  524. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID IMPALING!
  525.  
  526. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID LOYALTY!
  527.  
  528. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID MENDING!
  529.  
  530. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID MULTISHOT!
  531.  
  532. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Error loading enchantment with ID PIERCING!
  533.  
  534. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Successfully loaded 24 Vanilla Enchantments!
  535.  
  536. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Successfully loaded 0 enchantments from AdvancedEnchantments!
  537.  
  538. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Successfully loaded 0 enchantments from EcoEnchants!
  539.  
  540. [19:18:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateenchantment
  541. [19:18:05] [Server thread/INFO]: [UltimateCore-Enchantment] Successfully hooked into PlaceholderAPI!
  542.  
  543. [19:18:05] [Server thread/INFO]: UltimateCore-Enchantment Has been enabled!
  544.  
  545. [19:18:05] [Server thread/INFO]: [HypixelRegions] Enabling HypixelRegions v1.1
  546. [19:18:05] [Server thread/INFO]: -----SkyBlockPlaceholders v1.1 by Franzinator Enabled-----
  547.  
  548. [19:18:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: sbp
  549. [19:18:05] [Server thread/INFO]: [UltimateCore-Runes] Enabling UltimateCore-Runes v1.0
  550. [19:18:05] [Server thread/INFO]: [UltimateCore-Runes] Has been enabled!
  551.  
  552. [19:18:05] [Server thread/INFO]: [BetterProfiles] Enabling BetterProfiles v1.3-BETA
  553. [19:18:05] [Server thread/INFO]: [BetterProfiles] Hex colors are not available!
  554.  
  555. [19:18:05] [Server thread/INFO]:   ___      _   _           ___          __ _ _         
  556.  
  557. [19:18:05] [Server thread/INFO]:  | _ ) ___| |_| |_ ___ _ _| _ \_ _ ___ / _(_) |___ ___ 
  558.  
  559. [19:18:05] [Server thread/INFO]:  | _ \/ -_)  _|  _/ -_) '_|  _/ '_/ _ \  _| | / -_|_-< 
  560.  
  561. [19:18:05] [Server thread/INFO]:  |___/\___|\__|\__\___|_| |_| |_| \___/_| |_|_\___/__/ 
  562.  
  563. [19:18:05] [Server thread/INFO]: 
  564.  
  565. [19:18:05] [Server thread/INFO]:    Running plugin BetterProfiles v1.3-BETA
  566.  
  567. [19:18:05] [Server thread/INFO]:    Server running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
  568.  
  569. [19:18:05] [Server thread/INFO]:    (Implementing API version git-Spigot-db6de12-18fbb24 (MC: 1.8.8))
  570.  
  571. [19:18:05] [Server thread/INFO]:    (Developed by  AlonsoAliaga - Thanks for using my plugin ❤)
  572.  
  573. [19:18:05] [Server thread/INFO]:    (If you loved the plugin consider leaving a review and mentioning your server IP in it!
  574.  
  575. [19:18:05] [Server thread/INFO]: 
  576.  
  577. [19:18:05] [Server thread/INFO]: [BetterProfiles] Configuration auto-update is not enabled!
  578.  
  579. [19:18:05] [Server thread/INFO]: [BetterProfiles] BungeeCord action bar available. Hooking..
  580.  
  581. [19:18:05] [Server thread/INFO]: [BetterProfiles] ProtocolLib found! Hooking..
  582.  
  583. [19:18:05] [Server thread/INFO]: [BetterProfiles] BungeeCord action bar not available in 1.8.x! Skipping..
  584.  
  585. [19:18:05] [Server thread/INFO]: [SQLite] Attempting to create 'betterprofiles' table..
  586.  
  587. [19:18:05] [Server thread/INFO]: [SQLite] Connecting to database 'database-betterprofiles.db'!
  588.  
  589. [19:18:05] [Server thread/INFO]: [SQLite] Driver available: SQLiteJDBC
  590.  
  591. [19:18:05] [Server thread/INFO]: [SQLite] Successfully connected to database!
  592.  
  593. [19:18:05] [Server thread/INFO]: [SQLite] Table 'betterprofiles' has been created if didn't exist.
  594.  
  595. [19:18:05] [Server thread/INFO]: [BetterProfiles] Enabled profile on command.
  596.  
  597. [19:18:05] [Server thread/INFO]: [BetterProfiles] Enabling real time update profile..
  598.  
  599. [19:18:05] [Server thread/INFO]: [BetterProfiles] PlayerSwapHandItemsEvent is not supported. Skipping..
  600.  
  601. [19:18:05] [Server thread/INFO]: [BetterProfiles] Real time profile update is enabled.
  602.  
  603. [19:18:05] [Server thread/INFO]: [BetterProfiles] Enabled profile on right click.
  604.  
  605. [19:18:05] [Server thread/INFO]: [BetterProfiles] Loaded 5 items!
  606.  
  607. [19:18:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.9
  608. [19:18:05] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  609. [19:18:05] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs v4.16
  610. [19:18:05] [Server thread/INFO]: [CustomMobs] Successfully created links to current server version!
  611. [19:18:05] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs (4.16) on server version v1_8_R3
  612. [19:18:05] [Server thread/INFO]: [CustomMobs] Discovering MobTypes...
  613. [19:18:05] [Server thread/INFO]: [CustomMobs] Found 32 MobTypes!
  614. [19:18:05] [Server thread/INFO]: [CustomMobs] Loaded 8 mobs!
  615. [19:18:05] [Server thread/INFO]: [CustomMobs] Enabling PluginMetrics...
  616. [19:18:05] [Server thread/INFO]: [CustomMobs] Sending information to PluginMetrics.
  617. [19:18:05] [Server thread/INFO]: [CustomMobs] Thank you for enabling PluginMetrics! (~HellFirePvP)
  618. [19:18:05] [Server thread/INFO]: [CustomMobs] Please note that CustomMobs is !!_NOT_!! reloadable. It may lead to various bugs and data inconsistency.
  619. [19:18:05] [Server thread/INFO]: [CustomMobs] Startup Completed. Have fun using CustomMobs to your hearts content.
  620. [19:18:05] [Server thread/INFO]: [HandyOrbs] Enabling HandyOrbs v2.1
  621. [19:18:05] [Server thread/INFO]: [HandyOrbs] Loading NBT API Util...
  622. [19:18:05] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
  623. [19:18:05] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
  624. [19:18:05] [Server thread/INFO]: [HandyOrbs] Gson:
  625. [19:18:05] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
  626. [19:18:06] [Server thread/INFO]: [MessageFilter] Enabling MessageFilter v0.3.2
  627. [19:18:06] [Server thread/INFO]: [MessageFilter] ProtocolLib found and connected!
  628. [19:18:06] [Server thread/INFO]: [TeleportPads] Enabling TeleportPads v1.8.6-customfork
  629. [19:18:06] [Server thread/INFO]: ---------------------------------
  630.  
  631. [19:18:06] [Server thread/INFO]: [MagnificTelePads] Loading configurations...
  632.  
  633. [19:18:06] [Server thread/INFO]: [MagnificTelePads] All Configurations have been loaded!
  634.  
  635. [19:18:06] [Server thread/INFO]: [MagnificTelePads] Loading listeners...
  636.  
  637. [19:18:06] [Server thread/INFO]: [MagnificTelePads] All Listeners have been loaded!
  638.  
  639. [19:18:06] [Server thread/INFO]: [MagnificTelePads] Loading commands...
  640.  
  641. [19:18:06] [Server thread/INFO]: [MagnificTelePads] All Commands have been loaded!
  642.  
  643. [19:18:06] [Server thread/INFO]: [MagnificTelePads] Loading telepads...
  644.  
  645. [19:18:06] [Server thread/INFO]: [MagnificTelePads] All TelePads have been loaded!
  646.  
  647. [19:18:06] [Server thread/INFO]: [MagnificTelePads] Using Minecraft Version: V1_8_R3 is supported!
  648.  
  649. [19:18:06] [Server thread/INFO]: ---------------------------------
  650.  
  651. [19:18:06] [Server thread/INFO]: [MagnificTelePads] Thanks for buy my plugin! <3 - @DeivydSao
  652.  
  653. [19:18:06] [Server thread/INFO]: [MagnificTelePads] A new update (2.1.0-EARTH) has been found: https://www.spigotmc.org/resources/85634/
  654.  
  655. [19:18:06] [Server thread/INFO]: [HypixelChat] Enabling HypixelChat v2.18
  656. [19:18:06] [Server thread/INFO]: [HypixelChat] Vault has successful hooked.
  657. [19:18:06] [Server thread/INFO]: [HypixelChat] PlaceholderAPI has successful hooked.
  658. [19:18:06] [Server thread/INFO]: [DarkAuctions] Enabling DarkAuctions v1.1.5
  659. [19:18:07] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.0.0
  660. [19:18:07] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
  661. [19:18:07] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  662. [19:18:07] [Server thread/INFO]: No kits found to migrate.
  663. [19:18:07] [Server thread/INFO]: Loaded 852 items from items.csv.
  664. [19:18:07] [Server thread/INFO]: Using locale en
  665. [19:18:07] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  666. [19:18:07] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  667. [19:18:07] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  668. [19:18:07] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  669. [19:18:07] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: RoyaleEconomy version: 1.7.3-b${env.TRAVIS_BUILD_NUMBER})
  670. [19:18:07] [Server thread/INFO]: [AdvancedTabOverlay] Enabling AdvancedTabOverlay v1.2.3
  671. [19:18:07] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.13.0
  672. [19:18:07] [Server thread/INFO]: [HeadDatabase] §bUsing default §3"en_US.lang" §bcreated by §6Arcaniax
  673. [19:18:07] [Server thread/ERROR]: [HeadDatabase] Failed to initialize head reflection, are you using a supported server version?
  674. [19:18:07] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
  675. [19:18:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb
  676. [19:18:07] [Server thread/INFO]: [HeadDatabase] Downloaded from https://directleaks.net
  677. [19:18:07] [Server thread/INFO]: [UltimateCore-Farm] Enabling UltimateCore-Farm v1.0
  678. [19:18:07] [Server thread/INFO]: [UltimateCore-Farm] Waning Regions Plugin wasn't found please install it!
  679.  
  680. [19:18:07] [Server thread/INFO]: [UltimateCore-Farm] Disabling UltimateCore-Farm v1.0
  681. [19:18:07] [Server thread/INFO]: [UltimateCore-Farm] UltimateCore-Farm Disabled!
  682. [19:18:07] [Server thread/ERROR]: Error occurred while enabling UltimateCore-Farm v1.0 (Is it up to date?)
  683. org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register mc.ultimatecore.farm.listeners.InventoryClickListener@314f0363 while not enabled
  684.     at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:524) ~[server.jar:git-Spigot-db6de12-18fbb24]
  685.     at mc.ultimatecore.farm.HyperRegions.registerListeners(HyperRegions.java:100) ~[?:?]
  686.     at mc.ultimatecore.farm.HyperRegions.onEnable(HyperRegions.java:66) ~[?:?]
  687.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
  688.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
  689.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
  690.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
  691.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
  692.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
  693.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
  694.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
  695.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
  696.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  697.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  698. [19:18:07] [Server thread/INFO]: [AdvanceRespawn] Enabling AdvanceRespawn v7.1.3
  699. [19:18:07] [Server thread/INFO]: [HypixelItems] Enabling HypixelItems v5.0.5-RELEASE-b324
  700. [19:18:07] [Server thread/INFO]: [ItemJoin] Fetched [{ Multiverse-Core, HeadDatabase, PlaceholderAPI, Vault }]
  701.  
  702. [19:18:07] [Server thread/INFO]: [ItemJoin] Checking for updates...
  703.  
  704. [19:18:07] [Server thread/INFO]: [ItemJoin] An error has occured when checking the plugin version!
  705.  
  706. [19:18:07] [Server thread/INFO]: [ItemJoin] Please contact the plugin developer!
  707.  
  708. [19:18:07] [Server thread/INFO]: [ItemJoin] You are up to date!
  709.  
  710. [19:18:07] [Server thread/INFO]: [ItemJoin] has been Enabled.
  711.  
  712. [19:18:07] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2158)
  713. [19:18:08] [Server thread/INFO]: [UltimateCore-Talismans] Enabling UltimateCore-Talismans v1.0
  714. [19:18:08] [Server thread/INFO]: [HyperTalismans] Successfully loaded 4 talismans!
  715.  
  716. [19:18:08] [Server thread/INFO]: [UltimateCore-Talismans] Using SQLite (local) database.
  717. [19:18:08] [Server thread/WARN]: SLF4J: No SLF4J providers were found.
  718.  
  719. [19:18:08] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
  720.  
  721. [19:18:08] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
  722.  
  723. [19:18:08] [Server thread/INFO]: [UltimateCore-Talismans] No region plugin was found please install it!
  724.  
  725. [19:18:08] [Server thread/INFO]: [HyperSkills] Successfully hooked into Vault!
  726.  
  727. [19:18:08] [Server thread/INFO]: UltimateCore-Talismans Has been enabled!
  728.  
  729. [19:18:08] [Server thread/INFO]: [HypixelCombat] Enabling HypixelCombat v9.9.3.4
  730. [19:18:08] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.1.0
  731. [19:18:08] [Server thread/INFO]:  
  732. [19:18:08] [Server thread/INFO]: __________________________________________________________
  733. [19:18:08] [Server thread/INFO]:  
  734. [19:18:08] [Server thread/INFO]:                        TradeSystem [2.1.0]
  735. [19:18:08] [Server thread/INFO]:  
  736. [19:18:08] [Server thread/INFO]: Status:
  737. [19:18:08] [Server thread/INFO]:  
  738. [19:18:08] [Server thread/INFO]: MC-Version: 1.8.8 (R0.1-SNAPSHOT, Spigot)
  739. [19:18:08] [Server thread/INFO]:  
  740. [19:18:08] [Server thread/INFO]:   > Loading sounds
  741. [19:18:08] [Server thread/INFO]:   > Loading blacklist
  742. [19:18:08] [Server thread/INFO]:     ...got 3 blocked item(s)
  743. [19:18:08] [Server thread/INFO]:   > Loading layouts
  744. [19:18:08] [Server thread/INFO]:     ...got 2 layout(s)
  745. [19:18:08] [Server thread/INFO]:   > Database logging is disabled
  746. [19:18:08] [Server thread/INFO]:  
  747. [19:18:08] [Server thread/INFO]: Finished (262ms)
  748. [19:18:08] [Server thread/INFO]:  
  749. [19:18:08] [Server thread/INFO]: __________________________________________________________
  750. [19:18:08] [Server thread/INFO]:  
  751. [19:18:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem
  752. [19:18:08] [Server thread/INFO]: [UltimateCore-Souls] Enabling UltimateCore-Souls v1.0
  753. [19:18:08] [Server thread/INFO]: [HyperSouls] Successfully loaded 73 souls!
  754.  
  755. [19:18:08] [Server thread/INFO]: [UltimateCore-Souls] Using SQLite (local) database.
  756. [19:18:08] [Server thread/INFO]: [UltimateCore-Souls] Successfully hooked into Vault!
  757.  
  758. [19:18:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: souls
  759. [19:18:08] [Server thread/INFO]: [UltimateCore-Souls] Successfully hooked into PlaceholderAPI!
  760.  
  761. [19:18:08] [Server thread/INFO]: UltimateCore-Souls Has been enabled!
  762.  
  763. [19:18:08] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.0.0
  764. [19:18:08] [Server thread/WARN]: [EssentialsChat] §4Version mismatch! Please update all Essentials jars to the same version.
  765. [19:18:08] [Server thread/ERROR]: Error occurred while enabling EssentialsChat v2.17.0.0 (Is it up to date?)
  766. java.lang.NoSuchMethodError: 'void com.earth2me.essentials.metrics.Metrics.<init>(org.bukkit.plugin.Plugin)'
  767.     at com.earth2me.essentials.chat.EssentialsChat.onEnable(EssentialsChat.java:43) ~[?:?]
  768.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
  769.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
  770.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
  771.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
  772.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
  773.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
  774.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
  775.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
  776.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
  777.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  778.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  779. [19:18:08] [Server thread/INFO]: [UltimateCore-Menu] Enabling UltimateCore-Menu v1.0
  780. [19:18:08] [Server thread/INFO]: UltimateCore-Menu Has been enabled!
  781.  
  782. [19:18:08] [Server thread/INFO]: [PickupMoney] Enabling PickupMoney v2.5.2
  783. [19:18:08] [Server thread/INFO]: [PickupMoney] Not support ActionBar in this Spigot version. Contact me if you want to add.
  784. [19:18:08] [Server thread/INFO]: [Armor+] Enabling HypixelArmor v2.2.4
  785. [19:18:09] [Server thread/INFO]: [Armor+] Vault found, hooking into it now...
  786. [19:18:09] [Server thread/INFO]: [Armor+] PlaceholderAPI found, registering expansion with it now...
  787. [19:18:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: armor+
  788. [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.
  789. [19:18:09] [Server thread/INFO]: [CharacterDialogue] Enabling CharacterDialogue v0.8
  790. [19:18:09] [Server thread/INFO]: [CharacterDialogue] §aCharacterDialogue enabled. §70.8
  791. [19:18:09] [Server thread/INFO]: [CharacterDialogue] §aLoaded in 15104ms
  792. [19:18:09] [Server thread/INFO]: [UltimateCore-Trades] Enabling UltimateCore-Trades v1.0
  793. [19:18:09] [Server thread/INFO]: UltimateCore-Trades Has been enabled!
  794.  
  795. [19:18:09] [Server thread/INFO]: [JumpPads] Enabling JumpPads v1.0
  796. [19:18:09] [Server thread/INFO]: [KojiSB] Enabling KojiSkyblock v1.2.9.2
  797. [19:18:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ksb
  798. [19:18:09] [Server thread/INFO]: [KojiDeveloperKit] Connecting Koji Dev Kit...
  799. [19:18:09] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
  800. [19:18:09] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
  801. [19:18:09] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
  802. [19:18:09] [Server thread/INFO]: [KojiSB] Copying Pets...
  803. [19:18:09] [Server thread/INFO]: [KojiSB] Loading Pets...
  804. [19:18:10] [Server thread/INFO]: [KojiSB] Copying Reforges...
  805. [19:18:10] [Server thread/INFO]: [KojiSB] Reading Files...
  806. [19:18:10] [Server thread/INFO]: [KojiSB] Loading Custom Items...
  807. [19:18:11] [Server thread/WARN]: java.lang.ClassNotFoundException: net.citizens.api.npc.NPC
  808.  
  809. [19:18:11] [Server thread/WARN]:    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
  810.  
  811. [19:18:11] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  812.  
  813. [19:18:11] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  814.  
  815. [19:18:11] [Server thread/WARN]:    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
  816.  
  817. [19:18:11] [Server thread/WARN]:    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
  818.  
  819. [19:18:11] [Server thread/WARN]:    at java.base/java.lang.Class.forName0(Native Method)
  820.  
  821. [19:18:11] [Server thread/WARN]:    at java.base/java.lang.Class.forName(Class.java:375)
  822.  
  823. [19:18:11] [Server thread/WARN]:    at koji.skyblock.Skyblock.initialLoad(Skyblock.java:320)
  824.  
  825. [19:18:11] [Server thread/WARN]:    at koji.skyblock.Skyblock.onEnable(Skyblock.java:127)
  826.  
  827. [19:18:11] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  828.  
  829. [19:18:11] [Server thread/WARN]:    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  830.  
  831. [19:18:11] [Server thread/WARN]:    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  832.  
  833. [19:18:11] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  834.  
  835. [19:18:11] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  836.  
  837. [19:18:11] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  838.  
  839. [19:18:11] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  840.  
  841. [19:18:11] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  842.  
  843. [19:18:11] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  844.  
  845. [19:18:11] [Server thread/WARN]:    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  846.  
  847. [19:18:11] [Server thread/WARN]:    at java.base/java.lang.Thread.run(Thread.java:833)
  848.  
  849. [19:18:11] [Server thread/WARN]: Couldn't find Citizens, which should be enabled. What's going on?!
  850. [19:18:11] [Server thread/INFO]: [AuctionMaster] Enabling AuctionMaster v3.1
  851. [19:18:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: auctionmaster
  852. [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Deliveries SQL.
  853. [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Auctions Database SQL.
  854. [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Auctions Player List SQL.
  855. [19:18:12] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Preview Data SQL.
  856. [19:18:12] [Server thread/INFO]: [UltraMinions] Enabling UltraMinions v5.6.6
  857. [19:18:12] [Server thread/ERROR]: Error occurred while enabling UltraMinions v5.6.6 (Is it up to date?)
  858. 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
  859.     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) ~[?:?]
  860.     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) ~[?:?]
  861.     at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) ~[?:?]
  862.     at java.base/java.lang.reflect.Method.setAccessible(Method.java:193) ~[?:?]
  863.     at io.github.Leonardo0013YT.UltraMinions.utils.DependUtils.loadJarFile(DependUtils.java:124) ~[?:?]
  864.     at io.github.Leonardo0013YT.UltraMinions.utils.DependUtils.download(DependUtils.java:114) ~[?:?]
  865.     at io.github.Leonardo0013YT.UltraMinions.utils.DependUtils.loadDepends(DependUtils.java:32) ~[?:?]
  866.     at io.github.Leonardo0013YT.UltraMinions.Main.onEnable(Main.java:85) ~[?:?]
  867.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-db6de12-18fbb24]
  868.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-db6de12-18fbb24]
  869.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-db6de12-18fbb24]
  870.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-db6de12-18fbb24]
  871.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-db6de12-18fbb24]
  872.     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-db6de12-18fbb24]
  873.     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-db6de12-18fbb24]
  874.     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-db6de12-18fbb24]
  875.     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-db6de12-18fbb24]
  876.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-db6de12-18fbb24]
  877.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  878. [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Enabling DeluxeBazaar v2.3.5
  879. [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Loaded total 128 items.
  880.  
  881. [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Loaded total 5 categories.
  882.  
  883. [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Your server is running on v1_8_R3.
  884.  
  885. [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Enabled HeadDatabase support!
  886.  
  887. [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Plugin successfully enabled! v2.3.5
  888.  
  889. [19:18:12] [Server thread/INFO]: [DeluxeBazaar] Downloaded from https://directleaks.net
  890. [19:18:12] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
  891. [19:18:12] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
  892.  
  893. [19:18:12] [Server thread/INFO]: [CommandNPC] Initiating Database
  894.  
  895. [19:18:12] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
  896.  
  897. [19:18:12] [Thread-14/INFO]: [CommandNPC] Loading commands complete!
  898.  
  899. [19:18:12] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
  900.  
  901. [19:18:12] [Server thread/INFO]: [AuctionMasterItemDisplay] Enabling AuctionMasterItemDisplay v2.1
  902. [19:18:12] [Server thread/INFO]: [IslandAdditions] Enabling IslandAdditions v1.0.0
  903. [19:18:12] [Server thread/INFO]: [UltimateCore-Collections] Enabling UltimateCore-Collections v1.0
  904. [19:18:12] [Server thread/INFO]: [UltimateCore-Collections] Using SQLite (local) database.
  905. [19:18:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: collections
  906. [19:18:12] [Server thread/INFO]: [UltimateCore-Collections] Successfully hooked into PlaceholderAPI!
  907.  
  908. [19:18:12] [Server thread/INFO]: [UltimateCore-Collections] Successfully hooked into Vault!
  909.  
  910. [19:18:12] [Server thread/INFO]: [UltimateCore-Collections] Successfully hooked into UltraMinions!
  911.  
  912. [19:18:12] [Server thread/INFO]: UltimateCore-Collections Has been enabled!
  913.  
  914. [19:18:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  915. [19:18:12] [Server thread/INFO]: Done (15.750s)! For help, type "help" or "?"
  916. [19:18:12] [Server thread/INFO]: Starting GS4 status listener
  917. [19:18:12] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
  918. [19:18:12] [Server thread/INFO]: Using default channel type
  919. [19:18:12] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  920. [19:18:13] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  921. [19:18:13] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x (47)
  922. [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.
  923. [19:18:13] [Server thread/INFO]:  Successfully enabled 0 expansions
  924.  
  925. [19:18:13] [Craft Scheduler Thread - 2/INFO]: [Skript] Checking for the latest version of Skript...
  926.  
  927. [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"')
  928. [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"')
  929. [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"')
  930. [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"')
  931. [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"')
  932. [19:18:13] [Skript update thread/INFO]: [Skript] An internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.
  933.  
  934. [19:18:13] [Skript update thread/ERROR]: #!#!
  935. [19:18:13] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
  936. [19:18:13] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
  937. [19:18:13] [Skript update thread/ERROR]: #!#!
  938. [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.
  939. [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/
  940. [19:18:13] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
  941. [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,
  942. [19:18:13] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
  943. [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.
  944. [19:18:13] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
  945. [19:18:13] [Skript update thread/ERROR]: #!#!
  946. [19:18:13] [Skript update thread/ERROR]: #!#! Stack trace:
  947. [19:18:13] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
  948. Message: Premature end of file.
  949. [19:18:13] [Skript update thread/ERROR]: #!#!     at java.xml/com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:652)
  950. [19:18:13] [Skript update thread/ERROR]: #!#!     at java.xml/com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
  951. [19:18:13] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
  952. [19:18:13] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater$2.run(Updater.java:210)
  953. [19:18:13] [Skript update thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
  954. [19:18:13] [Skript update thread/ERROR]: #!#!
  955. [19:18:13] [Skript update thread/ERROR]: #!#! Version Information:
  956. [19:18:13] [Skript update thread/ERROR]: #!#!   Skript: 2.1.2
  957. [19:18:13] [Skript update thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
  958. [19:18:13] [Skript update thread/ERROR]: #!#!   Minecraft: 1.8.8
  959. [19:18:13] [Skript update thread/ERROR]: #!#!   Java: 17.0.8
  960. [19:18:13] [Skript update thread/ERROR]: #!#!
  961. [19:18:13] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
  962. [19:18:13] [Skript update thread/ERROR]: #!#!
  963. [19:18:13] [Skript update thread/ERROR]: #!#! Current node: if name of loop-player's helmet contains "&2": (Dctr.sk, line 27)
  964. [19:18:13] [Skript update thread/ERROR]: #!#! Current item: null
  965. [19:18:13] [Skript update thread/ERROR]: #!#!
  966. [19:18:13] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
  967. [19:18:13] [Skript update thread/ERROR]: #!#!
  968. [19:18:13] [Skript update thread/ERROR]: #!#! End of Error.
  969. [19:18:13] [Skript update thread/ERROR]: #!#!
  970. [19:18:13] [Skript update thread/INFO]: [Skript] You're currently running the latest stable version of Skript.
  971.  
  972. [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"')
  973. [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"')
  974. [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"')
  975. [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"')
  976. [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:')
  977. [19:18:14] [Craft Scheduler Thread - 1/INFO]: [HeadDatabase] Succesfully loaded 46004 heads!
  978. [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"')
  979. [19:18:14] [Server thread/ERROR]: [Skript] 'with volume 1' is not an entity type (giant.sk, line 26: {@giantsound}')
  980. [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')
  981. [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')
  982. [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')
  983. [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')
  984. [19:18:15] [Craft Scheduler Thread - 1/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
  985. [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:')
  986. [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:')
  987. [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%"')
  988. [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%"')
  989. [19:18:15] [Craft Scheduler Thread - 1/WARN]: [HeadDatabase] §cYou are using an outdated version!
  990. [19:18:15] [Craft Scheduler Thread - 1/WARN]: [HeadDatabase] Latest version: §a4.17.3§e. You are on version: §c4.13.0§e.
  991. [19:18:15] [Craft Scheduler Thread - 1/WARN]: [HeadDatabase] Update here: §bhttps://www.spigotmc.org/resources/head-database.14280/
  992. [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')
  993. [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')
  994. [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')
  995. [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')
  996. [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"]')
  997. [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"]')
  998. [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')
  999. [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')
  1000. [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')
  1001. [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')
  1002. [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')
  1003. [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"]')
  1004. [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"]')
  1005. [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+"]')
  1006. [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"]')
  1007. [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+"]')
  1008. [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%"]')
  1009. [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%"]')
  1010. [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%"]')
  1011. [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%"]')
  1012. [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%"]')
  1013. [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')
  1014. [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')
  1015. [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')
  1016. [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!"]')
  1017. [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."]')
  1018. [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')
  1019. [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."]')
  1020. [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."]')
  1021. [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."]')
  1022. [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"]')
  1023. [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%"]')
  1024. [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"]')
  1025. [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"]')
  1026. [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!"]')
  1027. [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?"]')
  1028. [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')
  1029. [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!"]')
  1030. [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')
  1031. [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>"]')
  1032. [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>"]')
  1033. [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!"]')
  1034. [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>"]')
  1035. [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>"]')
  1036. [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')
  1037. [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')
  1038. [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!"]')
  1039. [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!"]')
  1040. [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!"]')
  1041. [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!"]')
  1042. [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!"]')
  1043. [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!"]')
  1044. [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!"]')
  1045. [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!"]')
  1046. [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!"]')
  1047. [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!"]')
  1048. [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!"]')
  1049. [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!"]')
  1050. [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!"]')
  1051. [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!"]')
  1052. [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!"]')
  1053. [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!"]')
  1054. [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!"]')
  1055. [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!"]')
  1056. [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!"]')
  1057. [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!"]')
  1058. [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!"]')
  1059. [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!"]')
  1060. [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!"]')
  1061. [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!"]')
  1062. [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!"]')
  1063. [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!"]')
  1064. [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!"]')
  1065. [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!"]')
  1066. [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!"]')
  1067. [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!"]')
  1068. [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!"]')
  1069. [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!"]')
  1070. [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')
  1071. [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%"]')
  1072. [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%"]')
  1073. [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%"]')
  1074. [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%"]')
  1075. [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%"]')
  1076. [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%"]')
  1077. [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%"]')
  1078. [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%"]')
  1079. [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%"]')
  1080. [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%"]')
  1081. [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%"]')
  1082. [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%"]')
  1083. [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%"]')
  1084. [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')
  1085. [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"')
  1086. [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')
  1087. [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')
  1088. [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')
  1089. [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')
  1090. [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')
  1091. [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')
  1092. [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')
  1093. [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')
  1094. [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')
  1095. [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')
  1096. [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')
  1097. [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')
  1098. [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')
  1099. [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}%"')
  1100. [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')
  1101. [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"')
  1102. [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"')
  1103. [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"')
  1104. [19:18:17] [Server thread/ERROR]: [Skript] A command with the name /? is already defined in General.sk (Hypixel.sk, line 2243: command /?:')
  1105. [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:')
  1106. [19:18:17] [Server thread/ERROR]: [Skript] indentation error: expected 1 tab, but found 4 spaces (items.sk, line 320: stop')
  1107. [19:18:17] [Server thread/ERROR]: [Skript] 'in "spiders-den"' is not an entity type (items.sk, line 71: victim is in "spiders-den"')
  1108. [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:')
  1109. [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:')
  1110. [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:')
  1111. [19:18:18] [Server thread/ERROR]: [Skript] Can't compare a damage cause with a potion (items.sk, line 142: damage cause = poison')
  1112. [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:')
  1113. [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":')
  1114. [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:')
  1115. [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":')
  1116. [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:')
  1117. [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":')
  1118. [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:')
  1119. [19:18:18] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: stop' (items.sk, line 247: stop'')
  1120. [19:18:18] [Server thread/ERROR]: [Skript] can't understand this event: 'n block break' (items.sk, line 248: n block break:')
  1121. [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"')
  1122. [19:18:18] [Server thread/ERROR]: [Skript] can't understand this event: 'on world change' (new.sk, line 37: on world change:')
  1123. [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:')
  1124. [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":')
  1125. [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:')
  1126. [19:18:18] [Server thread/ERROR]: [Skript] 'in "bazaar"' is not an entity type (new.sk, line 105: if player is in "bazaar":')
  1127. [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:')
  1128. [19:18:18] [Server thread/ERROR]: [Skript] 'in "bazaar"' is not an entity type (new.sk, line 118: if player is in "bazaar":')
  1129. [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:')
  1130. [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"')
  1131. [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')
  1132. [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')
  1133. [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"')
  1134. [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')
  1135. [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!')
  1136. [19:18:19] [Server thread/INFO]: [Skript] Loaded 13 scripts with a total of 100 triggers and 116 commands in 5.53 seconds
  1137. [19:18:19] [Server thread/INFO]: [Skript] Finished loading.
  1138. [19:18:19] [Server thread/INFO]: Config successfully reloaded!
  1139.  
  1140. [19:18:19] [Craft Scheduler Thread - 3/WARN]: java.net.UnknownHostException: iridiumllc.com
  1141.  
  1142. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567)
  1143.  
  1144. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
  1145.  
  1146. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/java.net.Socket.connect(Socket.java:633)
  1147.  
  1148. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
  1149.  
  1150. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178)
  1151.  
  1152. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:534)
  1153.  
  1154. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:639)
  1155.  
  1156. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
  1157.  
  1158. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380)
  1159.  
  1160. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
  1161.  
  1162. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1242)
  1163.  
  1164. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128)
  1165.  
  1166. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
  1167.  
  1168. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)
  1169.  
  1170. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
  1171.  
  1172. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
  1173.  
  1174. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at com.iridium.iridiumskyblock.IridiumSkyblock.lambda$getLanguages$2(IridiumSkyblock.java:279)
  1175.  
  1176. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  1177.  
  1178. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1179.  
  1180. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  1181.  
  1182. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  1183.  
  1184. [19:18:19] [Craft Scheduler Thread - 3/WARN]:   at java.base/java.lang.Thread.run(Thread.java:833)
  1185.  
  1186. [19:18:19] [Server thread/ERROR]: [IridiumSkyblock] Failed to parse plugins\IridiumSkyblock\islandmanager.json: Mar 30, 2022 8:09:06 AM
  1187. [19:18:19] [Server thread/INFO]: [IridiumSkyblock] Disabling IridiumSkyblock v2.5.0
  1188. [19:18:19] [Server thread/INFO]: [IridiumSkyblock] -------------------------------
  1189. [19:18:19] [Server thread/INFO]: [IridiumSkyblock]
  1190. [19:18:19] [Server thread/INFO]: [IridiumSkyblock] IridiumSkyblock Disabled!
  1191. [19:18:19] [Server thread/INFO]: [IridiumSkyblock]
  1192. [19:18:19] [Server thread/INFO]: [IridiumSkyblock] -------------------------------
  1193. [19:18:19] [Craft Scheduler Thread - 2/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  1194. [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1195. org.bukkit.event.EventException
  1196.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1197.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1198.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1199.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1200.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1201.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1202.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1203.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1204.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1205.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1206.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1207.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1208.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1209.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1210.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1211.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1212.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1213. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1214.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1215.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1216.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1217.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1218.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1219.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1220.     ... 16 more
  1221. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1222.     at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
  1223.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1224.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1225.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  1226.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  1227.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1228.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1229.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1230.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1231.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1232.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1233.     ... 16 more
  1234. [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1235. org.bukkit.event.EventException
  1236.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1237.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1238.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1239.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1240.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1241.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1242.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1243.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1244.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1245.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1246.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1247.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1248.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1249.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1250.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1251.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1252.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1253. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1254.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1255.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1256.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1257.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1258.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1259.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1260.     ... 16 more
  1261. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1262.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1263.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1264.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1265.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1266.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1267.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1268.     ... 16 more
  1269. [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1270. org.bukkit.event.EventException
  1271.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1272.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1273.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1274.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1275.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1276.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1277.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1278.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1279.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1280.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1281.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1282.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1283.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1284.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1285.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1286.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1287.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1288. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1289.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1290.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1291.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1292.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1293.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1294.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1295.     ... 16 more
  1296. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1297.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1298.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1299.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1300.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1301.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1302.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1303.     ... 16 more
  1304. [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1305. org.bukkit.event.EventException
  1306.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1307.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1308.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1309.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1310.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1311.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1312.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1313.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1314.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1315.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1316.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1317.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1318.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1319.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1320.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1321.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1322.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1323. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1324.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1325.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1326.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1327.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1328.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1329.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1330.     ... 16 more
  1331. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1332.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1333.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1334.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1335.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1336.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1337.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1338.     ... 16 more
  1339. [19:18:19] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1340. org.bukkit.event.EventException
  1341.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1342.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1343.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1344.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1345.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1346.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1347.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1348.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1349.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1350.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1351.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1352.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1353.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1354.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1355.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1356.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1357.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1358. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1359.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1360.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1361.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1362.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1363.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1364.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1365.     ... 16 more
  1366. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1367.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1368.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1369.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1370.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1371.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1372.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1373.     ... 16 more
  1374. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1375. org.bukkit.event.EventException
  1376.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1377.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1378.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1379.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1380.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1381.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1382.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1383.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1384.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1385.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1386.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1387.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1388.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1389.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1390.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1391.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1392.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1393. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1394.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1395.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1396.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1397.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1398.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1399.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1400.     ... 16 more
  1401. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1402.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1403.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1404.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1405.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1406.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1407.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1408.     ... 16 more
  1409. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1410. org.bukkit.event.EventException
  1411.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1412.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1413.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1414.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1415.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1416.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1417.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1418.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1419.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1420.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1421.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1422.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1423.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1424.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1425.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1426.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1427.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1428. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1429.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1430.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1431.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1432.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1433.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1434.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1435.     ... 16 more
  1436. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1437.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1438.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1439.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1440.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1441.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1442.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1443.     ... 16 more
  1444. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1445. org.bukkit.event.EventException
  1446.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1447.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1448.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1449.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1450.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1451.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1452.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1453.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1454.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1455.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1456.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1457.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1458.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1459.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1460.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1461.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1462.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1463. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1464.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1465.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1466.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1467.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1468.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1469.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1470.     ... 16 more
  1471. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1472.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1473.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1474.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1475.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1476.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1477.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1478.     ... 16 more
  1479. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1480. org.bukkit.event.EventException
  1481.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1482.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1483.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1484.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1485.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1486.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1487.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1488.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1489.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1490.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1491.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1492.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1493.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1494.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1495.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1496.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1497.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1498. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1499.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1500.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1501.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1502.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1503.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1504.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1505.     ... 16 more
  1506. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1507.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1508.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1509.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1510.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1511.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1512.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1513.     ... 16 more
  1514. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1515. org.bukkit.event.EventException
  1516.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1517.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1518.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1519.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1520.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1521.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1522.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1523.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1524.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1525.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1526.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1527.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1528.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1529.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1530.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1531.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1532.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1533. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1534.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1535.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1536.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1537.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1538.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1539.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1540.     ... 16 more
  1541. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1542.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1543.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1544.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1545.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1546.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1547.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1548.     ... 16 more
  1549. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1550. org.bukkit.event.EventException
  1551.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1552.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1553.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1554.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1555.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1556.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1557.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1558.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1559.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1560.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1561.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1562.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1563.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1564.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1565.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1566.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1567.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1568. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1569.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1570.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1571.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1572.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1573.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1574.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1575.     ... 16 more
  1576. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1577.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1578.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1579.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1580.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1581.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1582.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1583.     ... 16 more
  1584. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1585. org.bukkit.event.EventException
  1586.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1587.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1588.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1589.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1590.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1591.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1592.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1593.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1594.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1595.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1596.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1597.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1598.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1599.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1600.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1601.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1602.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1603. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1604.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1605.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1606.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1607.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1608.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1609.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1610.     ... 16 more
  1611. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1612.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1613.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1614.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1615.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1616.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1617.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1618.     ... 16 more
  1619. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1620. org.bukkit.event.EventException
  1621.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1622.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1623.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1624.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1625.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1626.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1627.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1628.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1629.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1630.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1631.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1632.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1633.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1634.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1635.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1636.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1637.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1638. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1639.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1640.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1641.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1642.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1643.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1644.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1645.     ... 16 more
  1646. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1647.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1648.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1649.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1650.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1651.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1652.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1653.     ... 16 more
  1654. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1655. org.bukkit.event.EventException
  1656.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1657.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1658.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1659.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1660.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1661.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1662.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1663.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1664.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1665.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1666.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1667.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1668.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1669.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1670.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1671.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1672.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1673. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1674.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1675.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1676.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1677.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1678.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1679.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1680.     ... 16 more
  1681. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1682.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1683.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1684.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1685.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1686.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1687.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1688.     ... 16 more
  1689. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1690. org.bukkit.event.EventException
  1691.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1692.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1693.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1694.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1695.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1696.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1697.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1698.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1699.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1700.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1701.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1702.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1703.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1704.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1705.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1706.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1707.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1708. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1709.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1710.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1711.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1712.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1713.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1714.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1715.     ... 16 more
  1716. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1717.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1718.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1719.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1720.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1721.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1722.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1723.     ... 16 more
  1724. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1725. org.bukkit.event.EventException
  1726.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1727.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1728.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1729.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1730.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1731.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1732.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1733.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1734.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1735.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1736.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1737.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1738.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1739.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1740.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1741.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1742.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1743. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1744.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1745.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1746.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1747.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1748.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1749.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1750.     ... 16 more
  1751. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1752.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1753.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  1754.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  1755.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1756.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1757.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1758.     ... 16 more
  1759. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1760. org.bukkit.event.EventException
  1761.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1762.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1763.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1764.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1765.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1766.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1767.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1768.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1769.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1770.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1771.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1772.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1773.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1774.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1775.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1776.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1777.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1778. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1779.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1780.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1781.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1782.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1783.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1784.     ... 16 more
  1785. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1786.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1787.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1788.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1789.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1790.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1791.     ... 16 more
  1792. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1793. org.bukkit.event.EventException
  1794.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1795.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1796.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1797.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1798.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1799.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1800.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1801.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1802.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1803.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1804.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1805.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1806.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1807.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1808.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1809.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1810.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1811. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1812.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1813.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1814.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1815.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1816.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1817.     ... 16 more
  1818. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1819.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1820.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1821.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1822.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1823.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1824.     ... 16 more
  1825. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1826. org.bukkit.event.EventException
  1827.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1828.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1829.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1830.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1831.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1832.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1833.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1834.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1835.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1836.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1837.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1838.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1839.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1840.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1841.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1842.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1843.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1844. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1845.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1846.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1847.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1848.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1849.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1850.     ... 16 more
  1851. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1852.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1853.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1854.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1855.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1856.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1857.     ... 16 more
  1858. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1859. org.bukkit.event.EventException
  1860.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1861.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1862.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1863.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1864.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1865.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1866.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1867.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1868.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1869.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1870.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1871.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1872.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1873.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1874.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1875.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1876.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1877. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1878.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1879.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1880.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1881.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1882.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1883.     ... 16 more
  1884. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1885.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1886.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1887.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1888.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1889.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1890.     ... 16 more
  1891. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1892. org.bukkit.event.EventException
  1893.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1894.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1895.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1896.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1897.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1898.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1899.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1900.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1901.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1902.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1903.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1904.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1905.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1906.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1907.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1908.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1909.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1910. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1911.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1912.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1913.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1914.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1915.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1916.     ... 16 more
  1917. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1918.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1919.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1920.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1921.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1922.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1923.     ... 16 more
  1924. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1925. org.bukkit.event.EventException
  1926.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1927.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1928.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1929.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1930.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1931.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1932.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1933.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1934.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1935.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1936.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1937.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1938.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1939.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1940.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1941.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1942.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1943. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1944.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1945.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1946.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1947.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1948.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1949.     ... 16 more
  1950. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1951.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1952.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1953.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1954.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1955.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1956.     ... 16 more
  1957. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1958. org.bukkit.event.EventException
  1959.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1960.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1961.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1962.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1963.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1964.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1965.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1966.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  1967.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  1968.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  1969.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  1970.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  1971.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  1972.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  1973.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  1974.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  1975.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  1976. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  1977.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1978.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1979.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1980.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1981.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1982.     ... 16 more
  1983. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  1984.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  1985.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  1986.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  1987.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  1988.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1989.     ... 16 more
  1990. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  1991. org.bukkit.event.EventException
  1992.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1993.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  1994.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  1995.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  1996.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  1997.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  1998.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  1999.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2000.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2001.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2002.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2003.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2004.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2005.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2006.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2007.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2008.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2009. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2010.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2011.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2012.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2013.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2014.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2015.     ... 16 more
  2016. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2017.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2018.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2019.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2020.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2021.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2022.     ... 16 more
  2023. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2024. org.bukkit.event.EventException
  2025.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2026.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2027.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2028.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2029.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2030.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2031.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2032.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2033.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2034.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2035.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2036.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2037.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2038.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2039.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2040.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2041.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2042. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2043.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2044.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2045.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2046.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2047.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2048.     ... 16 more
  2049. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2050.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2051.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2052.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2053.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2054.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2055.     ... 16 more
  2056. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2057. org.bukkit.event.EventException
  2058.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2059.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2060.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2061.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2062.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2063.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2064.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2065.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2066.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2067.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2068.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2069.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2070.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2071.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2072.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2073.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2074.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2075. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2076.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2077.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2078.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2079.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2080.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2081.     ... 16 more
  2082. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2083.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2084.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2085.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2086.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2087.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2088.     ... 16 more
  2089. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2090. org.bukkit.event.EventException
  2091.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2092.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2093.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2094.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2095.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2096.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2097.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2098.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2099.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2100.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2101.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2102.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2103.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2104.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2105.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2106.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2107.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2108. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2109.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2110.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2111.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2112.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2113.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2114.     ... 16 more
  2115. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2116.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2117.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2118.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2119.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2120.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2121.     ... 16 more
  2122. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2123. org.bukkit.event.EventException
  2124.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2125.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2126.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2127.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2128.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2129.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2130.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2131.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2132.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2133.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2134.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2135.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2136.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2137.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2138.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2139.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2140.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2141. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2142.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2143.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2144.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2145.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2146.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2147.     ... 16 more
  2148. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2149.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2150.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2151.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2152.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2153.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2154.     ... 16 more
  2155. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2156. org.bukkit.event.EventException
  2157.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2158.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2159.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2160.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2161.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2162.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2163.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2164.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2165.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2166.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2167.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2168.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2169.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2170.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2171.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2172.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2173.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2174. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2175.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2176.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2177.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2178.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2179.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2180.     ... 16 more
  2181. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2182.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2183.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2184.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2185.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2186.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2187.     ... 16 more
  2188. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2189. org.bukkit.event.EventException
  2190.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2191.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2192.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2193.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2194.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2195.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2196.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2197.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2198.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2199.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2200.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2201.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2202.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2203.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2204.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2205.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2206.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2207. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2208.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2209.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2210.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2211.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2212.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2213.     ... 16 more
  2214. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2215.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2216.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2217.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2218.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2219.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2220.     ... 16 more
  2221. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2222. org.bukkit.event.EventException
  2223.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2224.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2225.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2226.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2227.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2228.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2229.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2230.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2231.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2232.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2233.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2234.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2235.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2236.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2237.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2238.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2239.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2240. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2241.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2242.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2243.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2244.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2245.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2246.     ... 16 more
  2247. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2248.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2249.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2250.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2251.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2252.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2253.     ... 16 more
  2254. [19:18:20] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2255. org.bukkit.event.EventException
  2256.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2257.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2258.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2259.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2260.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:444) [server.jar:git-Spigot-db6de12-18fbb24]
  2261.     at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:226) [server.jar:git-Spigot-db6de12-18fbb24]
  2262.     at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:272) [Citizens-2.0.27-b2158.jar:?]
  2263.     at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:162) [Citizens-2.0.27-b2158.jar:?]
  2264.     at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens-2.0.27-b2158.jar:?]
  2265.     at net.citizensnpcs.Citizens$3.run(Citizens.java:339) [Citizens-2.0.27-b2158.jar:?]
  2266.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-db6de12-18fbb24]
  2267.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [server.jar:git-Spigot-db6de12-18fbb24]
  2268.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [server.jar:git-Spigot-db6de12-18fbb24]
  2269.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2270.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2271.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2272.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2273. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2274.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2275.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2276.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2277.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2278.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2279.     ... 16 more
  2280. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2281.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2282.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2283.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2284.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2285.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2286.     ... 16 more
  2287. [19:18:20] [Server thread/INFO]: [Citizens] Loaded 48 NPCs.
  2288. [19:18:20] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  2289. [19:18:20] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 4.7.0, you're on: 4.1.1
  2290. [19:18:20] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  2291. [19:18:20] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
  2292. [19:18:20] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
  2293. [19:18:20] [Server thread/INFO]: Hypixel Hub loaded successfully!
  2294.  
  2295. [19:18:20] [Server thread/INFO]: Author: xyamz1 (Vanguard)
  2296.  
  2297. [19:18:20] [Server thread/INFO]: Version: 1.2.2
  2298.  
  2299. [19:18:21] [Server thread/WARN]: [AdvancedTabOverlay] There have been 20 warnings while loading plugins\AdvancedTabOverlay\tabLists\default.yml
  2300. WARNING: Error in placeholder ${viewer player_has_permission_hyperenchants.mainmenu}:
  2301. Unknown placeholder
  2302.  in 'reader', line 25, column 16:
  2303.         condition: ${viewer player_has_permission_h ...
  2304.                    ^
  2305.  in use of placeholder ${cookie_buff}
  2306. WARNING: Error in placeholder ${viewer luckperms_expiry_time_cookie.booster}:
  2307. Unknown placeholder
  2308.  in 'reader', line 26, column 11:
  2309.         true: "&f${viewer luckperms_expiry_tim ...
  2310.              ^
  2311. in use of placeholder ${cookie_buff}
  2312. WARNING: Error in placeholder ${viewer server_online}:
  2313. Unknown placeholder
  2314. in 'reader', line 99, column 14:
  2315.        - {text: "&a&l       Players &f(${viewer  ...
  2316.                  ^
  2317. WARNING: Error in placeholder ${viewer server_online}:
  2318. Unknown placeholder
  2319.  in 'reader', line 100, column 14:
  2320.         - {text: "&a&l       Players &f(${viewer  ...
  2321.                 ^
  2322. WARNING: Error in placeholder ${viewer regionplaceholders_current}:
  2323. Unknown placeholder
  2324. in 'reader', line 82, column 12:
  2325.        false: "&b&lArea: ${viewer regionplaceh ...
  2326.                ^
  2327.  in use of placeholder ${area}
  2328.  in 'reader', line 109, column 14:
  2329.         - {text: "${area}", icon: "colors
  2330.                 ^
  2331. WARNING: Error in placeholder ${viewer bskyblock_visited_island_owner}:
  2332. Unknown placeholder
  2333. in 'reader', line 66, column 11:
  2334.        true: "&f Owner: &a${viewer bskyblock_ ...
  2335.               ^
  2336.  in use of placeholder ${island2}
  2337.  in 'reader', line 113, column 14:
  2338.         - {text: "${island2}", icon: "colors/dark ...
  2339.                 ^
  2340. WARNING: Error in placeholder ${viewer bskyblock_visited_island_members_count}:
  2341. Unknown placeholder
  2342. in 'reader', line 71, column 11:
  2343.        true: "&f Members: &9${viewer bskybloc ...
  2344.               ^
  2345.  in use of placeholder ${island3}
  2346.  in 'reader', line 114, column 14:
  2347.         - {text: "${island3}", icon: "colors/dark ...
  2348.                 ^
  2349. WARNING: Error in placeholder ${viewer bskyblock_visited_island_members_max}:
  2350. Unknown placeholder
  2351. in 'reader', line 71, column 11:
  2352.        true: "&f Members: &9${viewer bskybloc ...
  2353.               ^
  2354.  in use of placeholder ${island3}
  2355.  in 'reader', line 114, column 14:
  2356.         - {text: "${island3}", icon: "colors/dark ...
  2357.                 ^
  2358. WARNING: Error in placeholder ${viewer bskyblock_visited_island_visitors_count}:
  2359. Unknown placeholder
  2360. in 'reader', line 76, column 11:
  2361.        true: "&f Guests: &a${viewer bskyblock ...
  2362.               ^
  2363.  in use of placeholder ${island4}
  2364.  in 'reader', line 115, column 14:
  2365.         - {text: "${island4}", icon: "colors/dark ...
  2366.                 ^
  2367. WARNING: Error in placeholder ${viewer mph_mytheriayear}:
  2368. Unknown placeholder
  2369. in 'reader', line 126, column 14:
  2370.        - {text: " &fCurrent Year: &b${viewer mph ...
  2371.                  ^
  2372. WARNING: Error in placeholder ${viewer vault_eco_balance_commas}:
  2373. Unknown placeholder
  2374.  in 'reader', line 130, column 14:
  2375.         - {text: "&f Purse: &6${viewer vault_eco_ ...
  2376.                 ^
  2377. WARNING: Error in placeholder ${viewer skills_health_total}:
  2378. Unknown placeholder
  2379. in 'reader', line 135, column 14:
  2380.        - {text: " &fHealth &c❤${viewer skills_he ...
  2381.                  ^
  2382. WARNING: Error in placeholder ${viewer skills_defense_total}:
  2383. Unknown placeholder
  2384.  in 'reader', line 136, column 14:
  2385.         - {text: " &fDefense &a❇${viewer skills_d ...
  2386.                 ^
  2387. WARNING: Error in placeholder ${viewer skills_strength_total}:
  2388. Unknown placeholder
  2389. in 'reader', line 137, column 14:
  2390.        - {text: " &fStrength &c❁${viewer skills_ ...
  2391.                  ^
  2392. WARNING: Error in placeholder ${viewer skills_speed_total}:
  2393. Unknown placeholder
  2394.  in 'reader', line 138, column 14:
  2395.         - {text: " &fSpeed &f✦${viewer skills_spe ...
  2396.                 ^
  2397. WARNING: Error in placeholder ${viewer skills_crit_chance_total}:
  2398. Unknown placeholder
  2399. in 'reader', line 139, column 14:
  2400.        - {text: " &fCrit Chance &9☣${viewer skil ...
  2401.                  ^
  2402. WARNING: Error in placeholder ${viewer skills_crit_damage_total}:
  2403. Unknown placeholder
  2404.  in 'reader', line 140, column 14:
  2405.         - {text: " &fCrit Damage &9☠${
  2406.                 ^
  2407. WARNING: Error in placeholder ${viewer skills_intelligence_total}:
  2408. Unknown placeholder
  2409. in 'reader', line 141, column 14:
  2410.        - {text: " &fIntelligence &b✎${viewer ski ...
  2411.                  ^
  2412. WARNING: Error in placeholder ${viewer skills_sea_creature_chance_total}:
  2413. Unknown placeholder
  2414.  in 'reader', line 142, column 14:
  2415.         - {text: " &fSea Creature &3α${viewer ski ...
  2416.                 ^
  2417. WARNING: Error in placeholder ${viewer skills_pet_luck_total}:
  2418. Unknown placeholder
  2419. in 'reader', line 143, column 14:
  2420.        - {text: " &fPet Luck &d♠${viewer skills_ ...
  2421.                  ^
  2422.  
  2423. [19:18:21] [Server thread/INFO]: Using 'HolographicDisplays' as hologram handler
  2424. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
  2425. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  2426. [19:18:21] [Server thread/WARN]: [PlaceholderAPI] listplayers is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
  2427. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: localtime
  2428. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  2429. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
  2430. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
  2431. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parsenear
  2432. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  2433. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: progress
  2434. [19:18:21] [Server thread/ERROR]: [PlaceholderAPI] expansion class QuestsExpansion is outdated:
  2435. Failed to load due to a [NoClassDefFoundError], attempted to use me/blackvein/quests/quests/IQuest
  2436. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  2437. [19:18:21] [Server thread/WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
  2438. [19:18:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  2439. [19:18:21] [Server thread/INFO]: 11 placeholder hooks successfully registered!
  2440.  
  2441. [19:18:28] [Thread-15/INFO]: UUID of player hebeunlimun is 2e08596b-7600-3764-a604-6f2447185894
  2442. [19:18:28] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HypixelBags v1.0
  2443. org.bukkit.event.EventException
  2444.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2445.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2446.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2447.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2448.     at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [server.jar:git-Spigot-db6de12-18fbb24]
  2449.     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [server.jar:git-Spigot-db6de12-18fbb24]
  2450.     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
  2451.     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
  2452.     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
  2453.     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
  2454.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
  2455.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2456.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2457.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2458.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2459. Caused by: java.lang.NullPointerException: null value in entry: skull-owner=null
  2460.     at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:33) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2461.     at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:135) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2462.     at com.google.common.collect.ImmutableMap$Builder.put(ImmutableMap.java:206) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2463.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaSkull.serialize(CraftMetaSkull.java:173) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2464.     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftMetaItem.serialize(CraftMetaItem.java:850) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2465.     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:33) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2466.     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2467.     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2468.     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2469.     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSerializable.representData(YamlRepresenter.java:35) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2470.     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2471.     at org.yaml.snakeyaml.representer.BaseRepresenter.representSequence(BaseRepresenter.java:133) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2472.     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentList.representData(SafeRepresenter.java:173) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2473.     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2474.     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2475.     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2476.     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSection.representData(YamlRepresenter.java:23) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2477.     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2478.     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2479.     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2480.     at org.bukkit.configuration.file.YamlRepresenter$RepresentConfigurationSection.representData(YamlRepresenter.java:23) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2481.     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2482.     at org.yaml.snakeyaml.representer.BaseRepresenter.representMapping(BaseRepresenter.java:156) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2483.     at org.yaml.snakeyaml.representer.SafeRepresenter$RepresentMap.representData(SafeRepresenter.java:304) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2484.     at org.yaml.snakeyaml.representer.BaseRepresenter.representData(BaseRepresenter.java:94) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2485.     at org.yaml.snakeyaml.representer.BaseRepresenter.represent(BaseRepresenter.java:64) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2486.     at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:242) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2487.     at org.yaml.snakeyaml.Yaml.dumpAll(Yaml.java:206) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2488.     at org.yaml.snakeyaml.Yaml.dump(Yaml.java:181) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2489.     at org.bukkit.configuration.file.YamlConfiguration.saveToString(YamlConfiguration.java:40) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2490.     at org.bukkit.configuration.file.FileConfiguration.save(FileConfiguration.java:103) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2491.     at me.chickenstyle.backpack.configs.BagsData.addData(BagsData.java:58) ~[?:?]
  2492.     at me.chickenstyle.backpack.Main.onPlayerJoin(Main.java:49) ~[?:?]
  2493.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2494.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  2495.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2496.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2497.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2498.     ... 14 more
  2499. [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2500. [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}
  2501. [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2502. [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}
  2503. [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2504. [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}
  2505. [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2506. [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}
  2507. [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2508. [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}
  2509. [19:18:28] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2510. [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}
  2511. [19:18:29] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to IslandAdditions v1.0.0
  2512. org.bukkit.event.EventException
  2513.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2514.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2515.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2516.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2517.     at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [server.jar:git-Spigot-db6de12-18fbb24]
  2518.     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [server.jar:git-Spigot-db6de12-18fbb24]
  2519.     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
  2520.     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
  2521.     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
  2522.     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
  2523.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
  2524.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2525.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2526.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2527.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2528. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2529.     at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
  2530.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2531.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  2532.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2533.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2534.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2535.     ... 14 more
  2536. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2537.     at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
  2538.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2539.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2540.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  2541.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  2542.     at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
  2543.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2544.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  2545.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2546.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2547.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2548.     ... 14 more
  2549. [19:18:29] [Server thread/INFO]: CONSOLE issued server command: /enick hebeunlimun §chebeunlimun
  2550. [19:18:29] [Server thread/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 78.487900ms. Summary: Getting prefix for hebeunlimun
  2551. [19:18:29] [Server thread/INFO]: Nickname changed.
  2552.  
  2553. [19:18:29] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2554. org.bukkit.event.EventException
  2555.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2556.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2557.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2558.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2559.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:498) [server.jar:git-Spigot-db6de12-18fbb24]
  2560.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:466) [server.jar:git-Spigot-db6de12-18fbb24]
  2561.     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:160) [server.jar:git-Spigot-db6de12-18fbb24]
  2562.     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
  2563.     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
  2564.     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
  2565.     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
  2566.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
  2567.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2568.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2569.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2570.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2571. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2572.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2573.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2574.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2575.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2576.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2577.     ... 15 more
  2578. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2579.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2580.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2581.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2582.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2583.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2584.     ... 15 more
  2585. [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)
  2586. [19:18:29] [Craft Scheduler Thread - 19/INFO]: [NoCheatPlus] PacketPlayOutPosition: Teleport confirm id not available, field mismatch: 0
  2587. [19:18:29] [Craft Scheduler Thread - 7/INFO]: [UltimateCore-Souls] Loaded Souls of player hebeunlimun from database
  2588. [19:18:29] [Craft Scheduler Thread - 0/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
  2589. [19:18:29] [Craft Scheduler Thread - 0/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
  2590. [19:18:29] [Craft Scheduler Thread - 0/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
  2591. [19:18:30] [Thread-16/WARN]: [NBTAPI] The NBT-API at 'package mc.ultimatecore.talismans.libs.de.tr7zw.changeme.nbtapi' seems to be outdated!
  2592. [19:18:30] [Thread-16/WARN]: [NBTAPI] Current Version: '2.9.0-SNAPSHOT' Newest Version: 2.11.3'
  2593. [19:18:30] [Thread-16/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
  2594. [19:18:30] [Server thread/INFO]: [LocalTime] Couldn't get hebeunlimun's timezone. Will use default timezone.
  2595. [19:18:31] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
  2596. [19:18:31] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
  2597. [19:18:31] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
  2598. [19:18:31] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
  2599. [19:18:31] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
  2600. [19:18:31] [Server thread/INFO]: [NBTAPI] Found Gson: class com.google.gson.Gson
  2601. [19:18:31] [Server thread/INFO]: hebeunlimun issued server command: /menu
  2602. [19:18:31] [Thread-17/WARN]: [NBTAPI] The NBT-API at 'package mc.ultimatecore.runes.libs.de.tr7zw.changeme.nbtapi' seems to be outdated!
  2603. [19:18:31] [Thread-17/WARN]: [NBTAPI] Current Version: '2.8.0' Newest Version: 2.11.3'
  2604. [19:18:31] [Thread-17/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
  2605. [19:18:31] [Thread-18/WARN]: [NBTAPI] The NBT-API at 'package hidden.de.tr7zw.changeme.nbtapi' seems to be outdated!
  2606. [19:18:31] [Thread-18/WARN]: [NBTAPI] Current Version: '2.7.1' Newest Version: 2.11.3'
  2607. [19:18:31] [Thread-18/WARN]: [NBTAPI] Please update the nbt-api or the plugin that contains the api!
  2608. [19:18:36] [Server thread/INFO]: hebeunlimun lost connection: Internal Exception: java.net.SocketException: Connection reset
  2609. [19:18:36] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to IslandAdditions v1.0.0
  2610. org.bukkit.event.EventException
  2611.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2612.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2613.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2614.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2615.     at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [server.jar:git-Spigot-db6de12-18fbb24]
  2616.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [server.jar:git-Spigot-db6de12-18fbb24]
  2617.     at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:312) [server.jar:git-Spigot-db6de12-18fbb24]
  2618.     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [server.jar:git-Spigot-db6de12-18fbb24]
  2619.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
  2620.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2621.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2622.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2623.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2624. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2625.     at me.gadse.islandadditions.listeners.PlayerQuit.onPlayerQuit(PlayerQuit.java:21) ~[?:?]
  2626.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2627.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  2628.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2629.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2630.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2631.     ... 12 more
  2632. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2633.     at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445) ~[?:?]
  2634.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2635.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2636.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  2637.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  2638.     at me.gadse.islandadditions.listeners.PlayerQuit.onPlayerQuit(PlayerQuit.java:21) ~[?:?]
  2639.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2640.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  2641.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2642.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2643.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2644.     ... 12 more
  2645. [19:18:37] [Craft Scheduler Thread - 61/INFO]: [UltimateCore-Souls] Saved data of player hebeunlimun to database.
  2646. [19:18:49] [Server thread/INFO]: Unknown command.
  2647.  
  2648. [19:19:21] [Craft Scheduler Thread - 60/WARN]: Exception in thread "Craft Scheduler Thread - 60"
  2649. [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
  2650.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  2651.     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  2652.     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  2653.     at java.base/java.lang.Thread.run(Thread.java:833)
  2654. Caused by: java.lang.NullPointerException: Cannot invoke "mc.ultimatecore.collections.objects.PlayerCollections.getXP(String)" because "playerCollections" is null
  2655.     at mc.ultimatecore.collections.managers.CollectionsManager.updateCollectionsTop(CollectionsManager.java:146)
  2656.     at mc.ultimatecore.collections.managers.CollectionsManager.lambda$updateTop10$1(CollectionsManager.java:39)
  2657.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  2658.     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  2659.     ... 3 more
  2660.  
  2661. [19:20:22] [Craft Scheduler Thread - 70/INFO]: -----< TradeSystem >-----
  2662. [19:20:22] [Craft Scheduler Thread - 70/INFO]: New update available [TradeAudit Extension].
  2663. [19:20:22] [Craft Scheduler Thread - 70/INFO]: Download it on
  2664.  
  2665. https://www.spigotmc.org/resources/58434/update?update=511229
  2666.  
  2667. [19:20:22] [Craft Scheduler Thread - 70/INFO]: ------------------------
  2668. [19:21:43] [Server thread/INFO]: [ClearLag] You just removed 0 entities!
  2669.  
  2670. [19:24:11] [Thread-22/INFO]: UUID of player hebeunlimun is 2e08596b-7600-3764-a604-6f2447185894
  2671. [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2672. [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}
  2673. [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2674. [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}
  2675. [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2676. [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}
  2677. [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2678. [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}
  2679. [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2680. [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}
  2681. [19:24:11] [Server thread/WARN]: [HandyOrbs] An orb can't find it's armorstand so it won't load.
  2682. [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}
  2683. [19:24:12] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to IslandAdditions v1.0.0
  2684. org.bukkit.event.EventException
  2685.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2686.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2687.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2688.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2689.     at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298) [server.jar:git-Spigot-db6de12-18fbb24]
  2690.     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157) [server.jar:git-Spigot-db6de12-18fbb24]
  2691.     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
  2692.     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
  2693.     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
  2694.     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
  2695.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
  2696.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2697.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2698.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2699.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2700. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2701.     at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
  2702.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2703.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  2704.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2705.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2706.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2707.     ... 14 more
  2708. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2709.     at me.gadse.islandadditions.listeners.PlayerJoin.onPlayerJoin(PlayerJoin.java:21) ~[?:?]
  2710.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2711.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
  2712.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2713.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2714.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2715.     ... 14 more
  2716. [19:24:12] [Server thread/INFO]: CONSOLE issued server command: /enick hebeunlimun §chebeunlimun
  2717. [19:24:12] [Server thread/INFO]: Nickname changed.
  2718.  
  2719. [19:24:12] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to IslandAdditions v1.0.0
  2720. org.bukkit.event.EventException
  2721.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2722.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2723.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [server.jar:git-Spigot-db6de12-18fbb24]
  2724.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [server.jar:git-Spigot-db6de12-18fbb24]
  2725.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:498) [server.jar:git-Spigot-db6de12-18fbb24]
  2726.     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:466) [server.jar:git-Spigot-db6de12-18fbb24]
  2727.     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:160) [server.jar:git-Spigot-db6de12-18fbb24]
  2728.     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [server.jar:git-Spigot-db6de12-18fbb24]
  2729.     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [server.jar:git-Spigot-db6de12-18fbb24]
  2730.     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231) [server.jar:git-Spigot-db6de12-18fbb24]
  2731.     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [server.jar:git-Spigot-db6de12-18fbb24]
  2732.     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814) [server.jar:git-Spigot-db6de12-18fbb24]
  2733.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [server.jar:git-Spigot-db6de12-18fbb24]
  2734.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [server.jar:git-Spigot-db6de12-18fbb24]
  2735.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [server.jar:git-Spigot-db6de12-18fbb24]
  2736.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2737. Caused by: java.lang.NoClassDefFoundError: com/iridium/iridiumskyblock/IridiumSkyblock
  2738.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2739.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2740.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2741.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2742.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2743.     ... 15 more
  2744. Caused by: java.lang.ClassNotFoundException: com.iridium.iridiumskyblock.IridiumSkyblock
  2745.     at me.gadse.islandadditions.listeners.PlayerTeleport.onPlayerTeleport(PlayerTeleport.java:21) ~[?:?]
  2746.     at jdk.internal.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
  2747.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2748.     at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
  2749.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2750.     ... 15 more
  2751. [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)
  2752. [19:24:12] [Craft Scheduler Thread - 71/INFO]: [UltimateCore-Souls] Loaded Souls of player hebeunlimun from database
  2753. [19:24:12] [Server thread/INFO]: [LocalTime] Couldn't get hebeunlimun's timezone. Will use default timezone.
  2754. [19:24:13] [Server thread/INFO]: hebeunlimun issued server command: /menu
  2755. [19:24:27] [Server thread/INFO]: Stopping the server
  2756. [19:24:27] [Server thread/INFO]: Stopping server
  2757. [19:24:27] [Server thread/INFO]: [UltimateCore-Collections] Disabling UltimateCore-Collections v1.0
  2758. [19:24:27] [Server thread/INFO]: [UltimateCore-Collections] UltimateCore-Collections Disabled!
  2759. [19:24:27] [Server thread/INFO]: [IslandAdditions] Disabling IslandAdditions v1.0.0
  2760. [19:24:27] [Server thread/INFO]: [AuctionMasterItemDisplay] Disabling AuctionMasterItemDisplay v2.1
  2761. [19:24:27] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.9.1
  2762. [19:24:27] [Server thread/INFO]: [DeluxeBazaar] Disabling DeluxeBazaar v2.3.5
  2763. [19:24:27] [Server thread/INFO]: [DeluxeBazaar] Saving datas to database...
  2764.  
  2765. [19:24:27] [Server thread/INFO]: [DeluxeBazaar] Datas successfully saved to database.
  2766.  
  2767. [19:24:27] [Server thread/INFO]: [DeluxeBazaar] Plugin is successfully disabled!
  2768.  
  2769. [19:24:27] [Server thread/INFO]: [UltraMinions] Disabling UltraMinions v5.6.6
  2770. [19:24:27] [Server thread/ERROR]: Error occurred while disabling UltraMinions v5.6.6 (Is it up to date?)
  2771. 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
  2772.     at io.github.Leonardo0013YT.UltraMinions.Main.onDisable(Main.java:152) ~[?:?]
  2773.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2774.     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-db6de12-18fbb24]
  2775.     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-db6de12-18fbb24]
  2776.     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [server.jar:git-Spigot-db6de12-18fbb24]
  2777.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [server.jar:git-Spigot-db6de12-18fbb24]
  2778.     at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [server.jar:git-Spigot-db6de12-18fbb24]
  2779.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [server.jar:git-Spigot-db6de12-18fbb24]
  2780.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2781. [19:24:27] [Server thread/INFO]: [AuctionMaster] Disabling AuctionMaster v3.1
  2782. [19:24:27] [Server thread/INFO]: [KojiSB] Disabling KojiSkyblock v1.2.9.2
  2783. [19:24:27] [Server thread/INFO]: [JumpPads] Disabling JumpPads v1.0
  2784. [19:24:27] [Server thread/INFO]: [UltimateCore-Trades] Disabling UltimateCore-Trades v1.0
  2785. [19:24:27] [Server thread/INFO]: [UltimateCore-Trades] UltimateCore-Trades Disabled!
  2786. [19:24:27] [Server thread/INFO]: [CharacterDialogue] Disabling CharacterDialogue v0.8
  2787. [19:24:27] [Server thread/INFO]: [Armor+] Disabling HypixelArmor v2.2.4
  2788. [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.
  2789. [19:24:27] [Server thread/INFO]: [PickupMoney] Disabling PickupMoney v2.5.2
  2790. [19:24:27] [Server thread/INFO]: [UltimateCore-Menu] Disabling UltimateCore-Menu v1.0
  2791. [19:24:27] [Server thread/INFO]: [UltimateCore-Menu] UltimateCore-Menu Disabled!
  2792. [19:24:27] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.17.0.0
  2793. [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] Disabling UltimateCore-Souls v1.0
  2794. [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] [PLUGIN DISABLE] Saving all player data
  2795. [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] [PLUGIN DISABLE] Saved all player data to database - souls
  2796. [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] Closing SQL Connection
  2797. [19:24:27] [Server thread/INFO]: [UltimateCore-Souls] UltimateCore-Souls Disabled!
  2798. [19:24:27] [Server thread/INFO]: [TradeSystem] Disabling TradeSystem v2.1.0
  2799. [19:24:27] [Server thread/INFO]:  
  2800. [19:24:27] [Server thread/INFO]: __________________________________________________________
  2801. [19:24:27] [Server thread/INFO]:  
  2802. [19:24:27] [Server thread/INFO]:                        TradeSystem [2.1.0]
  2803. [19:24:27] [Server thread/INFO]:  
  2804. [19:24:27] [Server thread/INFO]: New update available [v2.4.0 - TradeAudit Extension]. Download it on
  2805.  
  2806. https://www.spigotmc.org/resources/58434/update?update=511229
  2807.  
  2808. [19:24:27] [Server thread/INFO]:  
  2809. [19:24:27] [Server thread/INFO]: Status:
  2810. [19:24:27] [Server thread/INFO]:  
  2811. [19:24:27] [Server thread/INFO]: MC-Version: 1.8.8 (R0.1-SNAPSHOT, Spigot)
  2812. [19:24:27] [Server thread/INFO]:  
  2813. [19:24:27] [Server thread/INFO]:   > Cancelling all active trades
  2814. [19:24:27] [Server thread/INFO]:  
  2815. [19:24:27] [Server thread/INFO]: Finished (1ms)
  2816. [19:24:27] [Server thread/INFO]:  
  2817. [19:24:27] [Server thread/INFO]: __________________________________________________________
  2818. [19:24:27] [Server thread/INFO]:  
  2819. [19:24:27] [Server thread/INFO]: [HypixelCombat] Disabling HypixelCombat v9.9.3.4
  2820. [19:24:27] [Server thread/INFO]: [UltimateCore-Talismans] Disabling UltimateCore-Talismans v1.0
  2821. [19:24:28] [Server thread/INFO]: [UltimateCore-Talismans] Closing SQL Connection
  2822. [19:24:28] [Server thread/INFO]: [UltimateCore-Talismans] UltimateCore-Talismans Disabled!
  2823. [19:24:28] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.27-SNAPSHOT (build 2158)
  2824. [19:24:28] [Server thread/INFO]: [HypixelItems] Disabling HypixelItems v5.0.5-RELEASE-b324
  2825. [19:24:28] [Server thread/INFO]: [ItemJoin] has been Disabled.
  2826.  
  2827. [19:24:28] [Server thread/INFO]: [AdvanceRespawn] Disabling AdvanceRespawn v7.1.3
  2828. [19:24:28] [Server thread/INFO]: [HeadDatabase] Disabling HeadDatabase v4.13.0
  2829. [19:24:28] [Server thread/INFO]: [AdvancedTabOverlay] Disabling AdvancedTabOverlay v1.2.3
  2830. [19:24:28] [Server thread/INFO]: [Essentials] Disabling Essentials v2.18.0.0
  2831. [19:24:28] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
  2832. [19:24:28] [Server thread/INFO]: [DarkAuctions] Disabling DarkAuctions v1.1.5
  2833. [19:24:28] [Server thread/INFO]: [HypixelChat] Disabling HypixelChat v2.18
  2834. [19:24:28] [Server thread/INFO]: [TeleportPads] Disabling TeleportPads v1.8.6-customfork
  2835. [19:24:28] [Server thread/INFO]: [MessageFilter] Disabling MessageFilter v0.3.2
  2836. [19:24:28] [Server thread/INFO]: [HandyOrbs] Disabling HandyOrbs v2.1
  2837. [19:24:28] [Server thread/INFO]: [CustomMobs] Disabling CustomMobs v4.16
  2838. [19:24:28] [Server thread/INFO]: [CustomMobs] Cleaning up...
  2839. [19:24:28] [Server thread/INFO]: [CustomMobs] 0 alive mobs with SpawnLimit killed.
  2840. [19:24:28] [Server thread/INFO]: [CustomMobs] Fullcontrol restored minecraft biome spawnsettings.
  2841. [19:24:28] [Server thread/INFO]: [CustomMobs] disabled!
  2842. [19:24:28] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.4.9
  2843. [19:24:28] [Server thread/INFO]: [BetterProfiles] Disabling BetterProfiles v1.3-BETA
  2844. [19:24:28] [Server thread/INFO]: [SQLite] Forcing connection close..
  2845.  
  2846. [19:24:28] [Server thread/INFO]:  
  2847.  
  2848. [19:24:28] [Server thread/INFO]: [BetterProfiles] Plugin has been disabled!
  2849.  
  2850. [19:24:28] [Server thread/INFO]: [BetterProfiles] Thank you for using my plugin!
  2851.  
  2852. [19:24:28] [Server thread/INFO]:  
  2853.  
  2854. [19:24:28] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v2.0.2
  2855. [19:24:28] [Server thread/INFO]: [UltimateCore-Runes] Disabling UltimateCore-Runes v1.0
  2856. [19:24:28] [Server thread/INFO]: [UltimateCore-Runes] UltimateCore-Runes Disabled!
  2857. [19:24:28] [Server thread/INFO]: [HypixelRegions] Disabling HypixelRegions v1.1
  2858. [19:24:28] [Server thread/INFO]: [UltimateCore-Enchantment] Disabling UltimateCore-Enchantment v1.0
  2859. [19:24:28] [Server thread/INFO]: [UltimateCore-Enchantment] UltimateCore-Enchantment Disabled!
  2860. [19:24:28] [Server thread/INFO]: [FancyCrafting] Disabling FancyCrafting v1.0.0
  2861. [19:24:28] [Server thread/INFO]: [CannonPatches] Disabling CannonPatches v1.0
  2862. [19:24:28] [Server thread/INFO]: CannonPatches has been disabled!
  2863.  
  2864. [19:24:28] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
  2865. [19:24:28] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
  2866. [19:24:28] [Server thread/INFO]: [DeathTeleport] Disabling DeathTeleport v1.0
  2867. [19:24:28] [Server thread/INFO]: [HypixelWorldProtect] Disabling HypixelWorldProtect v1.2
  2868. [19:24:28] [Server thread/INFO]: [RoyaleEconomy] Disabling RoyaleEconomy v1.4.3
  2869. [19:24:28] [Server thread/INFO]: [RoyaleEconomy] Safety save of user balances done!
  2870. [19:24:28] [Server thread/INFO]: [RoyaleEconomy] Plugin disabled!
  2871. [19:24:28] [Server thread/INFO]: [UltimateCore-Alchemy] Disabling UltimateCore-Alchemy v1.0
  2872. [19:24:28] [Server thread/INFO]: [UltimateCore-Alchemy] UltimateCore-Alchemy Disabled!
  2873. [19:24:28] [Server thread/INFO]: [ImageOnMap] Disabling ImageOnMap v3.1
  2874. [19:24:28] [Server thread/INFO]: [TimeEmoji] Disabling TimeEmoji v1.0
  2875. [19:24:28] [Server thread/INFO]: [AntiDrop] Disabling AntiDrop v2.2.1
  2876. [19:24:28] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
  2877. [19:24:28] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  2878. [19:24:28] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is disabled.
  2879. [19:24:28] [Server thread/INFO]: [UltimateCore-Anvil] Disabling UltimateCore-Anvil v1.0
  2880. [19:24:28] [Server thread/INFO]: [UltimateCore-Anvil] UltimateCore-Anvil Disabled!
  2881. [19:24:28] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.8.0
  2882. [19:24:28] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b699
  2883. [19:24:28] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: multiverse
  2884. [19:24:28] [Server thread/INFO]: [Playtimes] Disabling Playtimes v1.3.9
  2885. [19:24:28] [Server thread/INFO]: [Wardrobe] Disabling Wardrobe v1.0.4
  2886. [19:24:28] [Server thread/INFO]: [WorldSpawn] Disabling WorldSpawn v1.4.4
  2887. [19:24:28] [Server thread/INFO]: [BuildersWand] Disabling BuildersWand v2.22.0
  2888. [19:24:28] [Server thread/INFO]: [Slayers] Disabling Slayers v1.5-PRE
  2889. [19:24:28] [Server thread/INFO]: Slayers disabled.
  2890.  
  2891. [19:24:28] [Server thread/INFO]: [QuickBoard] Disabling QuickBoard v4.4.1
  2892. [19:24:28] [Server thread/INFO]: [Skript] Disabling Skript v2.1.2
  2893. [19:24:28] [Server thread/INFO]: Server is recompiling!
  2894.  
  2895. [19:24:29] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
  2896. [19:24:29] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.3.74
  2897. [19:24:29] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: luckperms
  2898. [19:24:29] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
  2899. [19:24:29] [Server thread/INFO]: [LuckPerms] Closing storage...
  2900. [19:24:29] [Server thread/INFO]: [LuckPerms] Goodbye!
  2901. [19:24:29] [Server thread/INFO]: [ItemEditor] Disabling ItemEditor v0.1.16
  2902. [19:24:29] [Server thread/INFO]: [UltimateCore] Disabling UltimateCore v4.2.0
  2903. [19:24:29] [Server thread/INFO]: [RealTime] Disabling RealTime v 1.0-C
  2904. [19:24:29] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.1.1
  2905. [19:24:29] [Server thread/INFO]: [HypixelLore] Disabling HypixelLore v1.6
  2906. [19:24:29] [Server thread/INFO]: [WatchdogBan] Disabling WatchdogBan v1.1.0
  2907. [19:24:29] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.11.3
  2908. [19:24:29] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.1.1
  2909. [19:24:29] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
  2910. [19:24:29] [Server thread/INFO]: [MOTD] Disabling MOTD v2.3.2
  2911. [19:24:29] [Server thread/INFO]: [EffectPlaceholders] Disabling EffectPlaceholders v1.0.0
  2912. [19:24:29] [Server thread/INFO]: [HypixelCommands] Disabling HypixelCommands v1.9.0
  2913. [19:24:29] [Server thread/INFO]: [HypixelBags] Disabling HypixelBags v1.0
  2914. [19:24:29] [Server thread/INFO]: [HypixelLag] Disabling HypixelLag v3.1.6
  2915. [19:24:29] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  2916. [19:24:29] [Server thread/INFO]: [HypixelMinionsCore] Disabling HypixelMinionsCore v1.0
  2917. [19:24:29] [Server thread/INFO]: [HypixelMenus] Disabling HypixelMenus v1.10.5
  2918. [19:24:29] [Server thread/ERROR]: Error occurred while disabling HypixelMenus v1.10.5 (Is it up to date?)
  2919. java.lang.NullPointerException: Cannot invoke "java.util.Map.clear()" because "this.itemHooks" is null
  2920.     at com.extendedclip.deluxemenus.DeluxeMenus.onDisable(DeluxeMenus.java:164) ~[?:?]
  2921.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-db6de12-18fbb24]
  2922.     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-db6de12-18fbb24]
  2923.     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-db6de12-18fbb24]
  2924.     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [server.jar:git-Spigot-db6de12-18fbb24]
  2925.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [server.jar:git-Spigot-db6de12-18fbb24]
  2926.     at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [server.jar:git-Spigot-db6de12-18fbb24]
  2927.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [server.jar:git-Spigot-db6de12-18fbb24]
  2928.     at java.base/java.lang.Thread.run(Thread.java:833) [?:?]
  2929. [19:24:29] [Server thread/INFO]: [HypixelBackpacks] Disabling HypixelBackpacks v1.6.7
  2930. [19:24:29] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.7
  2931. [19:24:29] [Server thread/INFO]: [Elections] Disabling Elections v2.10.4
  2932. [19:24:29] [Server thread/INFO]: Elections » Plugin disabled!
  2933.  
  2934. [19:24:29] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.9
  2935. [19:24:29] [Server thread/INFO]: [KojiDeveloperKit] Disabling KojiDevKit v1.16.6
  2936. [19:24:29] [Server thread/INFO]: Saving players
  2937. [19:24:29] [Server thread/INFO]: hebeunlimun lost connection: §cThe server is restarting, come back in a few minutes.
  2938. [19:24:29] [Server thread/INFO]: hebeunlimun left the game.
  2939. [19:24:29] [Server thread/INFO]: Saving worlds
  2940. [19:24:29] [Server thread/INFO]: Saving chunks for level 'Server'/Overworld
  2941. [19:24:29] [Server thread/INFO]: Saving chunks for level 'Dungeon'/Overworld
  2942. [19:24:29] [Server thread/INFO]: Saving chunks for level 'Islands'/Overworld
  2943. [19:24:29] [Server thread/INFO]: Saving usercache.json
  2944.  
Tags: deluxemenus
Advertisement
Add Comment
Please, Sign In to add comment