[02:16:28] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[02:16:29] [main/INFO]: Reloading ResourceManager: Default, bukkit
[02:16:29] [Worker-Main-1/INFO]: Loaded 7 recipes
[02:16:31] [Server thread/INFO]: Starting minecraft server version 1.17.1
[02:16:31] [Server thread/INFO]: Loading properties
[02:16:31] [Server thread/INFO]: This server is running Paper version git-Paper-400 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 4ac995a on ver/1.17.1)
[02:16:31] [Server thread/INFO]: Server Ping Player Sample Count: 12
[02:16:31] [Server thread/INFO]: Using 4 threads for Netty based IO
[02:16:31] [Server thread/INFO]: Default game type: SURVIVAL
[02:16:31] [Server thread/INFO]: Generating keypair
[02:16:31] [Server thread/INFO]: Starting Minecraft server on *:25575
[02:16:31] [Server thread/INFO]: Using epoll channel type
[02:16:31] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[02:16:31] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[02:16:32] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_17_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[02:16:35] [Server thread/WARN]: Legacy plugin PlayTime v3.3 does not specify an api-version.
[02:16:36] [Server thread/WARN]: Legacy plugin MorkazSk v1.2 does not specify an api-version.
[02:16:36] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.1
[02:16:36] [Server thread/INFO]: [ItemsXL] Loading ItemsXL v1.0.2
[02:16:36] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.11
[02:16:36] [Server thread/INFO]: [PlayTime] Loading PlayTime v3.3
[02:16:36] [Server thread/INFO]: [SpigotDash] Loading SpigotDash v0.4.2 BETA
[02:16:36] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.0-SNAPSHOT
[02:16:36] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v4.2.2
[02:16:36] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.1.1
[02:16:36] [Server thread/INFO]: [ViaVersion] ViaVersion 4.1.1 is now loaded, injecting!
[02:16:36] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[02:16:36] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[02:16:36] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[02:16:36] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[02:16:36] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[02:16:36] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[02:16:36] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[02:16:36] [Via-Mappingloader-7/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[02:16:36] [Server thread/INFO]: [LightAPI] Loading LightAPI vbukkit-5.0.0 (build SNAPSHOT)
[02:16:36] [Server thread/INFO]: <LightAPI>: [INFO] Preparing LightAPI...
[02:16:36] [Server thread/INFO]: <LightAPI>: [INFO] Preparing done!
[02:16:36] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.47
[02:16:37] [Server thread/WARN]: [LuckPerms] Error loading locale file: id_ID.properties
java.lang.IllegalArgumentException: Invalid key (and 377 more)
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:216) ~[?:?]
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:179) ~[?:?]
at me.lucko.luckperms.common.locale.TranslationManager.loadCustomTranslationFile(TranslationManager.java:161) ~[?:?]
at me.lucko.luckperms.common.locale.TranslationManager.loadCustom(TranslationManager.java:125) ~[?:?]
at me.lucko.luckperms.common.locale.TranslationManager.reload(TranslationManager.java:92) ~[?:?]
at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.load(AbstractLuckPermsPlugin.java:111) ~[?:?]
at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onLoad(LPBukkitBootstrap.java:150) ~[?:?]
at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.onLoad(BukkitLoaderPlugin.java:46) ~[LuckPerms-Bukkit-5.3.47.jar:?]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:425) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:287) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-400]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Translation already exists: luckperms.command.misc.loading.error.user for id_ID
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl$Translation.register(TranslationRegistryImpl.java:120) ~[?:?]
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl.register(TranslationRegistryImpl.java:52) ~[?:?]
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:203) ~[?:?]
... 12 more
[02:16:37] [Server thread/WARN]: [LuckPerms] Error loading locale file: he_IL.properties
java.lang.IllegalArgumentException: Invalid key (and 391 more)
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:216) ~[?:?]
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:179) ~[?:?]
at me.lucko.luckperms.common.locale.TranslationManager.loadCustomTranslationFile(TranslationManager.java:161) ~[?:?]
at me.lucko.luckperms.common.locale.TranslationManager.loadCustom(TranslationManager.java:125) ~[?:?]
at me.lucko.luckperms.common.locale.TranslationManager.reload(TranslationManager.java:92) ~[?:?]
at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.load(AbstractLuckPermsPlugin.java:111) ~[?:?]
at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onLoad(LPBukkitBootstrap.java:150) ~[?:?]
at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.onLoad(BukkitLoaderPlugin.java:46) ~[LuckPerms-Bukkit-5.3.47.jar:?]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:425) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:287) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-400]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Translation already exists: luckperms.usage.editor.description for he_IL
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl$Translation.register(TranslationRegistryImpl.java:120) ~[?:?]
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistryImpl.register(TranslationRegistryImpl.java:52) ~[?:?]
at me.lucko.luckperms.lib.adventure.translation.TranslationRegistry.registerAll(TranslationRegistry.java:203) ~[?:?]
... 12 more
[02:16:38] [Server thread/INFO]: [AnimatedScoreboard] Loading AnimatedScoreboard v0.2.5
[02:16:38] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.7.0
[02:16:39] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[02:16:40] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.27
[02:16:40] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[02:16:40] [Server thread/INFO]: [MorkazSk] Loading MorkazSk v1.2
[02:16:40] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.6+4b2d1e7
[02:16:41] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@61f00ab9]
[02:16:41] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.2
[02:16:41] [Server thread/INFO]: [ItemEdit] Loading ItemEdit v2.18.3
[02:16:41] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[02:16:41] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.6+1cff55f
[02:16:41] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.28-SNAPSHOT (build 2391)
[02:16:41] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.13.3
[02:16:41] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (177 ms)
[02:16:41] [Server thread/INFO]: [Shopkeepers] Loading config.
[02:16:41] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[02:16:41] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[02:16:41] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[02:16:41] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.13.1-3de5637b
[02:16:41] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
[02:16:41] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v1.3.3
[02:16:41] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.2
[02:16:41] [Server thread/INFO]: [TAB] Loading TAB v3.0.1
[02:16:41] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.8.0
[02:16:41] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v4.2.14-VK
[02:16:41] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.2
[02:16:41] [Server thread/INFO]: [VoidTeleport] Loading VoidTeleport v2.3.7
[02:16:41] [Server thread/INFO]: [Skript] Loading Skript v2.6
[02:16:41] [Server thread/INFO]: [DiSky] Loading DiSky v3.6.0
[02:16:41] [Server thread/INFO]: [DungeonsXL] Loading DungeonsXL v0.18-PRE-02
[02:16:41] [Server thread/INFO]: [SimplePets] Loading SimplePets v5.0-BUILD-90
[02:16:41] [Server thread/INFO]: [Skellett] Loading Skellett v2.0.0
[02:16:41] [Server thread/INFO]: [skript-gui] Loading skript-gui v1.3-beta1
[02:16:41] [Server thread/INFO]: [eGlow] Loading eGlow v3.1.3
[02:16:41] [Server thread/INFO]: [Tablisknu] Loading Tablisknu v1.0
[02:16:41] [Server thread/INFO]: [SkBee] Loading SkBee v1.11.2
[02:16:41] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.24.0
[02:16:41] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v1.4
[02:16:41] [Server thread/INFO]: [SkQuery] Loading SkQuery v4.1.5
[02:16:41] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v2.5.5
[02:16:41] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v3.5.0
[02:16:41] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[02:16:41] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.47
[02:16:41] [Server thread/INFO]: __
[02:16:41] [Server thread/INFO]: | |__) LuckPerms v5.3.47
[02:16:41] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[02:16:41] [Server thread/INFO]:
[02:16:41] [Server thread/INFO]: [LuckPerms] Loading configuration...
[02:16:42] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[02:16:42] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[02:16:43] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[02:16:43] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1639ms)
[02:16:43] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.7.0
[02:16:43] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[02:16:43] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[02:16:43] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.2 which is not a depend, softdepend or loadbefore of this plugin.
[02:16:43] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[02:16:43] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[02:16:43] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[02:16:43] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[02:16:43] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.6+4b2d1e7
[02:16:43] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[02:16:43] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[02:16:44] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_17_R1_2 as the Bukkit adapter
[02:16:45] [Server thread/INFO]: [DiSky] Enabling DiSky v3.6.0
[02:16:45] [Server thread/INFO]: [DiSky]
[02:16:45] [Server thread/INFO]: [DiSky] _____ _ _____ _ _____ _ __
[02:16:45] [Server thread/INFO]: [DiSky] | __ \(_)/ ____| | /\ | __ \| |/ /
[02:16:45] [Server thread/INFO]: [DiSky] | | | |_| (___ | | ___ _ / \ | |__) | ' /
[02:16:45] [Server thread/INFO]: [DiSky] | | | | |\___ \| |/ / | | | / /\ \ | _ /| <
[02:16:45] [Server thread/INFO]: [DiSky] | |__| | |____) | <| |_| | / ____ \| | \ \| . \
[02:16:45] [Server thread/INFO]: [DiSky] |_____/|_|_____/|_|\_\__, | /_/ \_\_| \_\_|\_\
[02:16:45] [Server thread/INFO]: [DiSky] __/ |
[02:16:45] [Server thread/INFO]: [DiSky] |___/
[02:16:45] [Server thread/INFO]: [DiSky]
[02:16:45] [Server thread/INFO]: [DiSky] Skript found! Starting registration ...
[02:16:45] [Server thread/INFO]: [DiSky] Registering a new slash command storing way: bot guilds
[02:16:45] [Server thread/INFO]: [DiSky] Registering a new slash command storing way: bots
[02:16:45] [Server thread/INFO]: [DiSky] Registering a new slash command storing way: guilds
[02:16:45] [Server thread/INFO]: [DiSky] Loaded Skript's syntaxes successfully!
[02:16:45] [Server thread/INFO]: [DiSky] Successfully loaded Skript adapter for 2.6+ version!
[02:16:45] [Server thread/INFO]: [DiSky] Loading emoji library ...
[02:16:45] [Server thread/INFO]: [DiSky] Loading local emojis
[02:16:45] [Server thread/INFO]: [DiSky] Loaded 1838 local emojis
[02:16:45] [Server thread/INFO]: [DiSky] Success!
[02:16:45] [Server thread/INFO]: [DiSky] Starting audio module ...
[02:16:45] [Server thread/INFO]: [DiSky] Success!
[02:16:45] [Server thread/INFO]: [DiSky] Starting Data Container ...
[02:16:45] [Server thread/INFO]: [DiSky] Success!
[02:16:45] [Server thread/INFO]: [DiSky]
[02:16:45] [Server thread/INFO]: [DiSky] This is the first v3 of DiSky, including an awesome rework of DiSky!
[02:16:45] [Server thread/INFO]: [DiSky] If you want to support my work and my time on this addon, please consider donating!
[02:16:45] [Server thread/INFO]: [DiSky] PayPal Mail: [email protected]
[02:16:45] [Server thread/INFO]: [DiSky]
[02:16:45] [Server thread/INFO]: [DiSky] DiSky seems to be loaded correctly!
[02:16:45] [Server thread/INFO]: [DiSky] If you found any bugs or have any suggestion, feel free to join our discord: https://discord.gg/whWuXwaVwM
[02:16:45] [Server thread/INFO]: [DiSky]
[02:16:45] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[02:16:45] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[02:16:45] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[02:16:45] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[02:16:45] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[02:16:45] [Server thread/INFO]: Preparing level "Main"
[02:16:46] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[02:16:46] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:46] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:46] [Server thread/INFO]: Time elapsed: 810 ms
[02:16:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[02:16:46] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:47] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:47] [Server thread/INFO]: Time elapsed: 842 ms
[02:16:47] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[02:16:47] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:47] [Server thread/INFO]: Time elapsed: 146 ms
[02:16:47] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.1
[02:16:47] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.1.1 which is not a depend, softdepend or loadbefore of this plugin.
[02:16:48] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[02:16:48] [Server thread/INFO]: [ItemsXL] Enabling ItemsXL v1.0.2
[02:16:48] [Server thread/INFO]: [ItemsXL] [##########[ItemsXL]##########]
[02:16:48] [Server thread/INFO]: [ItemsXL] Internals: [v1_17_R1]
[02:16:48] [Server thread/INFO]: [ItemsXL] Paper API: [true]
[02:16:48] [Server thread/INFO]: [ItemsXL] Economy: [false]
[02:16:48] [Server thread/INFO]: [ItemsXL] Permissions: [false]
[02:16:48] [Server thread/INFO]: [ItemsXL] Metrics: [https://bstats.org/plugin/bukkit/ItemsXL/1041]
[02:16:48] [Server thread/INFO]: [ItemsXL] SpigotMC ID: [14472]
[02:16:48] [Server thread/INFO]: [ItemsXL] [###############################]
[02:16:48] [Server thread/INFO]: [ItemsXL] Successfully loaded Vignette module "Inventory".
[02:16:48] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.11
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Crafting' does not have a value for Item_Type.
[02:16:48] [Server thread/WARN]: Nag author(s): '[Shampaggon]' of 'CrackShot' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Crafting' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Enable' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Enable' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Chance' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Chance' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Mob_Name' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Mob_Name' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'EntityType_Baby_Explode_Amount' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'EntityType_Baby_Explode_Amount' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Make_Entities_Target_Victim' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Make_Entities_Target_Victim' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Timed_Death' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Timed_Death' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Entity_Disable_Drops' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Entity_Disable_Drops' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Message_Shooter' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Message_Shooter' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Message_Victim' does not have a value for Item_Type.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] The weapon 'Message_Victim' does not have a value for Item_Name.
[02:16:48] [Server thread/INFO]: [CrackShot] [STDOUT] [CrackShot] Gun-mode activated. Boop!
[02:16:48] [Server thread/INFO]: [PlayTime] Enabling PlayTime v3.3*
[02:16:48] [Server thread/INFO]: [PlayTime] PlaceholderAPI was found! Registering Placeholders.
[02:16:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playtime [3.3]
[02:16:48] [Server thread/INFO]: [SpigotDash] Enabling SpigotDash v0.4.2 BETA
[02:16:48] [Server thread/INFO]: [SpigotDash] ----------- [ [SpigotDash] ] -----------
[02:16:48] [Server thread/INFO]: [SpigotDash] Author(s): [Tobias Dickes]
[02:16:48] [Server thread/INFO]: [SpigotDash] Version: 0.4.2 BETA (API: 1.13)
[02:16:48] [Server thread/INFO]: [SpigotDash] Thank you for using this Plugin <3
[02:16:48] [Server thread/INFO]: [SpigotDash] ----------- [ [SpigotDash] ] -----------
[02:16:48] [Server thread/INFO]: [SpigotDash] Starting Metrics...
[02:16:48] [Server thread/INFO]: [SpigotDash] Metrics started!
[02:16:48] [Server thread/INFO]: [SpigotDash] Initializing Config File...
[02:16:48] [Server thread/INFO]: [SpigotDash] Configuration loaded from File!
[02:16:48] [Server thread/INFO]: [SpigotDash] Loading Translations...
[02:16:48] [Server thread/INFO]: [SpigotDash] Loading Internal Translations 'EN'...
[02:16:48] [Server thread/INFO]: [SpigotDash] Translations loaded!
[02:16:48] [Server thread/INFO]: [SpigotDash] Loading Cache File...
[02:16:48] [Server thread/INFO]: [SpigotDash] Cache File loaded!
[02:16:48] [Server thread/INFO]: [SpigotDash] Configuring Jetty Server...
[02:16:48] [Server thread/WARN]: 2022-01-20 02:16:48.576:INFO::Server thread: Logging initialized @24427ms to org.eclipse.jetty.util.log.StdErrLog
[02:16:48] [Server thread/INFO]: [SpigotDash] Starting Jetty Server using Port: 9678
[02:16:48] [Server thread/INFO]: [SpigotDash] Jetty Server started!
[02:16:49] [Server thread/INFO]: [SpigotDash] Connecting to NGrok for external Access...
[02:16:49] [Server thread/INFO]: [SpigotDash] [NOTE] You don?t need this if you are able to forward ports!
[02:16:50] [Server thread/INFO]: [SpigotDash] Connected to NGrok Servers!
[02:16:50] [Server thread/INFO]: [SpigotDash] URL: http://4f8f-147-75-194-203.ngrok.io
[02:16:50] [Server thread/INFO]: [SpigotDash] Set Autoupdater time to: 30 Minutes
[02:16:50] [Server thread/INFO]: [SpigotDash] Everything (seems to be) done!
[02:16:50] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.0-SNAPSHOT
[02:16:50] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.2.2
[02:16:50] [Server thread/INFO]: [ImageOnMap] Loaded 2 player map files.
[02:16:50] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.1.1
[02:16:50] [Server thread/INFO]: [LightAPI] Enabling LightAPI vbukkit-5.0.0 (build SNAPSHOT)
[02:16:50] [Server thread/INFO]: <LightAPI>: [INFO] Initializing LightAPI...
[02:16:50] [Server thread/INFO]: <LightAPI>: [INFO] Handler initialization is done
[02:16:50] [Server thread/INFO]: <LightAPI>: [INFO] Metrics is enabled!
[02:16:50] [Server thread/INFO]: <LightAPI>: [INFO] LightAPI initialized!
[02:16:50] [Server thread/INFO]: [AnimatedScoreboard] Enabling AnimatedScoreboard v0.2.5
[02:16:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: animatedscoreboard [0.0.1]
[02:16:50] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.27
[02:16:50] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.26-Free.jar
[02:16:50] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_17_R1
[02:16:50] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1035
[02:16:50] [Server thread/INFO]: [LibsDisguises] Build Date: 23/12/2021 04:30
[02:16:50] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[02:16:50] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[02:16:53] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
[02:16:53] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
[02:16:53] [Server thread/INFO]: [LibsDisguises] Config is up to date!
[02:16:53] [Server thread/INFO]: [MorkazSk] Enabling MorkazSk v1.2*
[02:16:53] [Server thread/WARN]: [MorkazSk] Loaded class ch.njol.skript.Skript from Skript v2.6 which is not a depend, softdepend or loadbefore of this plugin.
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [35;22mProtocolLib [33;22madditional elements scheduled to load![0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [37;22m---------------------------------------------------[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [33;22mAmounts of registered elements:[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [32;22m7 [33;22mEvents and [32;22m17 [33;22mEvent Values[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [32;22m1 [33;22mConditions[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [32;22m8 [33;22mEffects[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [32;22m17 [33;22mExpressions[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [32;22m0 [33;22mTypes[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [37;22m---------------------------------------------------[0m
[02:16:54] [Server thread/INFO]: [36;22m[MorkazSk] [32;22mPlugin enabled![0m
[02:16:54] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.2
[02:16:54] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[02:16:54] [Server thread/INFO]: [Essentials] No kits found to migrate.
[02:16:54] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
[02:16:54] [Server thread/INFO]: [Essentials] Using locale en_US
[02:16:54] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[02:16:54] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[02:16:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[02:16:54] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[02:16:54] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v2.18.3
[02:16:54] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[02:16:54] [Server thread/WARN]: [ItemEdit] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.11.1 which is not a depend, softdepend or loadbefore of this plugin.
[02:16:54] [Server thread/INFO]: [ItemEdit] Hooked into PlaceHolderAPI:
[02:16:54] [Server thread/INFO]: [ItemEdit] placeholders:
[02:16:54] [Server thread/INFO]: [ItemEdit] %itemedit_amount_<{itemid}>_[{slot}]_[{player}]%
[02:16:54] [Server thread/INFO]: [ItemEdit] shows how many itemid player has on slot
[02:16:54] [Server thread/INFO]: [ItemEdit] <{itemid}> for item id on serveritem
[02:16:54] [Server thread/INFO]: [ItemEdit] [{slot}] for the slot where the item should be counted, by default inventory
[02:16:54] [Server thread/INFO]: [ItemEdit] Values: inventory, equip, inventoryandequip, hand, offhand, head, chest, legs, feet
[02:16:54] [Server thread/INFO]: [ItemEdit] [{player}] for the player, by default self
[02:16:54] [Server thread/INFO]: [ItemEdit] example: %itemedit_amount_{my_item_id}_{hand}%
[02:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: itemedit [1.0]
[02:16:54] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[02:16:54] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[02:16:54] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[02:16:54] [Server thread/INFO]: Preparing start region for dimension minecraft:events
[02:16:55] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:55] [Server thread/INFO]: Time elapsed: 352 ms
[02:16:55] [Server thread/INFO]: Preparing start region for dimension minecraft:events2
[02:16:55] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:55] [Server thread/INFO]: Time elapsed: 219 ms
[02:16:55] [Server thread/INFO]: Preparing start region for dimension minecraft:blacknwhite
[02:16:56] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:56] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:56] [Server thread/INFO]: Time elapsed: 606 ms
[02:16:56] [Server thread/INFO]: Preparing start region for dimension minecraft:trialbuilds
[02:16:56] [Server thread/INFO]: Preparing spawn area: 0%
[02:16:57] [Server thread/INFO]: Time elapsed: 279 ms
[02:16:57] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
[02:16:57] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[02:16:57] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[02:16:57] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.6+1cff55f
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main) TNT ignition is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main) Lighters are PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main) Lava fire is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main) Fire spread is UNRESTRICTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Main'
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_nether) TNT ignition is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_nether) Lighters are PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_nether) Lava fire is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_nether) Fire spread is UNRESTRICTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Main_nether'
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_the_end) TNT ignition is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_the_end) Lighters are PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_the_end) Lava fire is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Main_the_end) Fire spread is UNRESTRICTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Main_the_end'
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events) TNT ignition is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events) Lighters are PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events) Lava fire is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events) Fire spread is UNRESTRICTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Events'
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events2) TNT ignition is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events2) Lighters are PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events2) Lava fire is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (Events2) Fire spread is UNRESTRICTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Events2'
[02:16:57] [Server thread/INFO]: [WorldGuard] (BlackNWhite) TNT ignition is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (BlackNWhite) Lighters are PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (BlackNWhite) Lava fire is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (BlackNWhite) Fire spread is UNRESTRICTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BlackNWhite'
[02:16:57] [Server thread/INFO]: [WorldGuard] (TrialBuilds) TNT ignition is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (TrialBuilds) Lighters are PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (TrialBuilds) Lava fire is PERMITTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] (TrialBuilds) Fire spread is UNRESTRICTED.
[02:16:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TrialBuilds'
[02:16:57] [Server thread/INFO]: [WorldGuard] Loading region data...
[02:16:57] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.28-SNAPSHOT (build 2391)
[02:16:57] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.13.3
[02:16:57] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
[02:16:57] [Server thread/INFO]: [Shopkeepers] Loading data of 39 shopkeepers..
[02:16:58] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.13.1-3de5637b
[02:16:58] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.17.1)...[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality[0m
[02:16:58] [Server thread/WARN]: [MythicMobs] Loaded class org.slf4j.impl.StaticLoggerBinder from DiSky v3.6.0 which is not a depend, softdepend or loadbefore of this plugin.
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 27 ms to scan 1 urls, producing 3 keys and 21 values
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 8 ms to scan 1 urls, producing 4 keys and 82 values
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 5 ms to scan 1 urls, producing 0 keys and 0 values
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 14 ms to scan 1 urls, producing 3 keys and 36 values
[02:16:58] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled![0m
[02:16:58] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled![0m
[02:16:58] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled![0m
[02:16:58] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled![0m
[02:16:58] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled![0m
[02:16:58] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled![0m
[02:16:58] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] Base directory /home/minecraft/server/plugins/MythicMobs/SavedData
[02:16:58] [Server thread/INFO]: [MythicMobs] Module directory /home/minecraft/server/plugins/MythicMobs/SavedData/worlds
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 14 ms to scan 1 urls, producing 11 keys and 363 values
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 29 ms to scan 1 urls, producing 25 keys and 703 values
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 6 keys and 122 values
[02:16:58] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 6 ms to scan 1 urls, producing 2 keys and 10 values
[02:16:58] [Server thread/INFO]: [MythicMobs] [36mLOADED[0m
[02:16:58] [Server thread/WARN]: [MythicMobs] ?[33m Config Error for Mob '[4mMovementSpeed[0m[33m' in 'ExampleMobs.yml': [37mCould not load MythicMob MovementSpeed! No Type specified.[0m[0m
[02:16:58] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder 'HAND': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythicmobs.net.[0m[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 8 mobs.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 3 vanilla mob overrides.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 0 mob stacks.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 5 skills.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 2 random spawns.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 3 mythic items.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 2 drop tables.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m?[37m Loaded 0 mob spawners.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics[0m
[02:16:58] [Server thread/INFO]: [MythicMobs] [32m? MythicMobs v4.13.1 (build 3de5637b) has been successfully loaded![0m[0m
[02:16:58] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v1.3.3
[02:16:58] [Server thread/INFO]: [ajLeaderboards] Using SQLite for board cache. (sqlite)
[02:16:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ajlb [1.3.3]
[02:16:58] [Server thread/INFO]: [ajLeaderboards] Plugin enabled! 2 leaderboards loaded.
[02:16:58] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.2
[02:16:58] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[02:16:58] [Server thread/INFO]: [TAB] Enabling TAB v3.0.1
[02:16:58] [Server thread/INFO]: [TAB] Server version: 1.17.1 (v1_17_R1)
[02:16:58] [Server thread/INFO]: [TAB] Loaded NMS hook in 9ms
[02:16:58] [Server thread/INFO]: [TAB] File plugins/TAB/errors.log exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file.
[02:16:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [3.0.1]
[02:16:58] [Server thread/INFO]: [TAB] There was 1 startup warning.
[02:16:58] [Server thread/INFO]: [TAB] Enabled in 44ms
[02:16:58] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.8.0
[02:16:58] [Server thread/WARN]: [CraftingStore] Loaded class org.apache.log4j.Priority from DiSky v3.6.0 which is not a depend, softdepend or loadbefore of this plugin.
[02:16:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: craftingstore [2.8.0]
[02:16:58] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
[02:16:58] [Server thread/INFO]: [CraftingStore] Hooked with Vault
[02:16:58] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v4.2.14-VK
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'diorite1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'stone1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'diamond.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'coal1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'bedrock6.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'endstone.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'white1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'white_wool1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'coarse_dirt.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'diamond2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'bedrock2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'gold.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'stone2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'pvp_1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'crying_obi2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'crying_obi.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'lava_and_fire.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'pvp_2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'glowstone1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'lava_and_fire2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'black_concrete1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'emerald.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'bedrock5.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'chorus_farm.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'bedrock4.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'bedrock3.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'nether_netherite2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'golden_quartz.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'black_wool1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'the_block.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'nether_netherite1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'dirt.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'obsidian.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'super_diorite.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'endstone2.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'iron1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'bedrock1.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] Loading mine from file 'super_netherite.mine.yml'...
[02:16:58] [Server thread/INFO]: [MineResetLite] MineResetLite version 4.2.14-VK enabled!
[02:16:58] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.2
[02:16:58] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[02:16:58] [Server thread/INFO]: [VoidTeleport] Enabling VoidTeleport v2.3.7
[02:16:59] [Server thread/INFO]:
===================================================
VoidTeleport
===================================================
Current version: 2.3.7
You are running the latest version!
===================================================
[02:16:59] [Server thread/INFO]: [VoidTeleport] Developed by EndlessGames.
[02:16:59] [Server thread/INFO]: [Skript] Enabling Skript v2.6
[02:16:59] [Thread-25/INFO]: [Skript] You're currently running the latest stable version of Skript.
[02:17:03] [Server thread/INFO]: [Skript] Loaded 143125 aliases in 4534ms
[02:17:03] [Server thread/INFO]: [Skript] ~ created by & ? Peter G?ttinger aka Njol ~
[02:17:03] [Server thread/INFO]: [DungeonsXL] Enabling DungeonsXL v0.18-PRE-02
[02:17:03] [Server thread/INFO]: [DungeonsXL] [##########[DungeonsXL]##########]
[02:17:03] [Server thread/INFO]: [DungeonsXL] Internals: [v1_17_R1]
[02:17:03] [Server thread/INFO]: [DungeonsXL] Paper API: [true]
[02:17:03] [Server thread/INFO]: [DungeonsXL] Economy: [true]
[02:17:03] [Server thread/INFO]: [DungeonsXL] Permissions: [true]
[02:17:03] [Server thread/INFO]: [DungeonsXL] Metrics: [https://bstats.org/plugin/bukkit/DungeonsXL/1039]
[02:17:03] [Server thread/INFO]: [DungeonsXL] SpigotMC ID: [9488]
[02:17:03] [Server thread/INFO]: [DungeonsXL] [###############################]
[02:17:03] [Server thread/WARN]: [DungeonsXL] Support for Minecraft 1.14 and higher is experimental. Do not use this in a production environment.
[02:17:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: dxl [0.18-PRE-02]
[02:17:04] [Server thread/INFO]: [DungeonsXL] Successfully loaded Vignette module "Inventory".
[02:17:04] [Server thread/INFO]: [SimplePets] Enabling SimplePets v5.0-BUILD-90
[02:17:04] [Server thread/INFO]: [SimplePets Warning] Failed to register the 'armor_stand' pet (Missing 'EntityArmorStandPet' class for your version) [Will not effect your server]
[02:17:04] [Server thread/INFO]: [SimplePets Warning] Failed to register the 'shulker' pet (Missing 'EntityShulkerPet' class for your version) [Will not effect your server]
[02:17:04] [Server thread/INFO]: [SimplePets Warning] Failed to register the 'warden' pet (Missing 'EntityWardenPet' class for your version) [Will not effect your server]
[02:17:04] [Server thread/INFO]: [SimplePets Debug] Initializing Menu Items...
[02:17:04] [Server thread/INFO]: [SimplePets Debug] Loading Customizable Item Files...
[02:17:04] [Server thread/INFO]: [SimplePets Debug] Files have been loaded.
[02:17:04] [Server thread/INFO]: [SimplePets ADDON] Successfully enabled the 'PetWeight' Addon by brainsynder
[02:17:04] [Server thread/INFO]: [SimplePets Critical Error] Your server is using WorldGuard and the 'mobs.block-plugin-spawning' is set to true
[02:17:04] [Server thread/INFO]: [SimplePets Critical Error] This causes issues with the plugin not being able to spawn pets
[02:17:04] [Server thread/INFO]: [SimplePets Critical Error] Please set this to 'false' in the WorldGuard config so pets can spawn
[02:17:04] [Server thread/INFO]: [Skellett] Enabling Skellett v2.0.0
[02:17:05] [Server thread/INFO]: [Skellett] Registered 34 Effects, 12 Conditions, 88 Expressions and 17 Events
[02:17:05] [Server thread/INFO]: [Skellett] Has been enabled!
[02:17:05] [Server thread/INFO]: [skript-gui] Enabling skript-gui v1.3-beta1
[02:17:05] [Server thread/WARN]: [Skript] Missing version in english.lang
[02:17:05] [Server thread/INFO]: [eGlow] Enabling eGlow v3.1.3
[02:17:05] [Server thread/INFO]: [eGlow]: Loading main config.
[02:17:05] [Server thread/INFO]: [eGlow]: Loading messages config.
[02:17:05] [Server thread/INFO]: [eGlow]: Loading CustomEffects config.
[02:17:05] [Server thread/INFO]: eGlow Successfully loaded Playerdata database.
[02:17:05] [Server thread/INFO]: [Tablisknu] Enabling Tablisknu v1.0
[02:17:05] [Server thread/WARN]: java.lang.IllegalArgumentException: Cannot find net.minecraft.server.v1_17_R1.DedicatedPlayerList
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.core.reflection.Reflection.getCanonicalClass(Reflection.java:413)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.core.reflection.Reflection.getMinecraftClass(Reflection.java:390)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.core.reflection.Reflection.<clinit>(Reflection.java:38)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.skin.ProfileManager.loadReflectionStuff(ProfileManager.java:64)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.skin.ProfileManager.load(ProfileManager.java:46)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.Tablisknu.onEnable(Tablisknu.java:65)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[02:17:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561)
[02:17:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:317)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1220)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[02:17:05] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.DedicatedPlayerList
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.core.reflection.Reflection.getCanonicalClass(Reflection.java:411)
[02:17:05] [Server thread/WARN]: ... 15 more
[02:17:05] [Server thread/INFO]: [Tablisknu] An exception has occured within Tablisknu
[02:17:05] [Server thread/INFO]: [Tablisknu] Please create an issue regarding this on Tablisknu's GitHub page: (no github link available yet, but you can join the skript discord chat at https://discord.gg/vb9dGbu for help)
[02:17:05] [Server thread/INFO]: [Tablisknu] You can also run the '/tablisknu desc' command and go to one of the links provided for help.
[02:17:05] [Server thread/INFO]: [Tablisknu] Bukkit/Spigot version: git-Paper-400 (MC: 1.17.1)
[02:17:05] [Server thread/INFO]: [Tablisknu] Skript version: 2.6
[02:17:05] [Server thread/INFO]: [Tablisknu] Tablisknu version: 1.0
[02:17:05] [Server thread/INFO]: [Tablisknu] Exception at ProfileManager
[02:17:05] [Server thread/WARN]: java.lang.IllegalArgumentException: Cannot find net.minecraft.server.v1_17_R1.EntityPlayer
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.core.reflection.Reflection.getCanonicalClass(Reflection.java:413)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.core.reflection.Reflection.getMinecraftClass(Reflection.java:390)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.skin.ProfileManager.loadReflectionStuff(ProfileManager.java:64)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.skin.ProfileManager.load(ProfileManager.java:46)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.Tablisknu.onEnable(Tablisknu.java:65)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[02:17:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561)
[02:17:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:317)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1220)
[02:17:05] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[02:17:05] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.EntityPlayer
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
[02:17:05] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
[02:17:05] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
[02:17:05] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.core.reflection.Reflection.getCanonicalClass(Reflection.java:411)
[02:17:05] [Server thread/WARN]: ... 14 more
[02:17:05] [Server thread/INFO]: [SkBee] Enabling SkBee v1.11.2
[02:17:05] [Server thread/INFO]: [SkBee] Loading NBTApi...
[02:17:05] [Server thread/INFO]: [SkBee] [NBTAPI] Found Spigot: v1_17_R1! Trying to find NMS support
[02:17:05] [Server thread/INFO]: [SkBee] [NBTAPI] NMS support 'MC1_17_R1' loaded!
[02:17:05] [Server thread/INFO]: [SkBee] [NBTAPI] Found Gson: class com.google.gson.Gson
[02:17:05] [Server thread/INFO]: [SkBee] Successfully loaded NBTApi!
[02:17:05] [Server thread/INFO]: [SkBee] NBT Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Recipe Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Scoreboard Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Bound Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Text Component Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Pathfinding Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Structure Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Other Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Virtual Furnace Elements disabled via config
[02:17:05] [Server thread/INFO]: [SkBee] World Creator Elements successfully loaded
[02:17:05] [Server thread/INFO]: [SkBee] Successfully enabled v1.11.2 in 0.11 seconds
[02:17:05] [Server thread/INFO]: [SkBee] Loading custom worlds...
[02:17:05] [Server thread/INFO]: [SkBee] Successfully loaded 0 custom world
[02:17:05] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.24.0
[02:17:05] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v1.4
[02:17:05] [Server thread/INFO]: [ProtectionLib] ProtectionLib-Module: LocalLibary hooked!
[02:17:05] [Server thread/INFO]: [ProtectionLib] ProtectionLib-Module: PlotSquaredV3Module hooked!
[02:17:05] [Server thread/INFO]: [ProtectionLib] ProtectionLib-Module: PlotSquaredV4Module hooked!
[02:17:05] [Server thread/INFO]: [ProtectionLib] ProtectionLib-Module: PlotSquaredV5Module hooked!
[02:17:05] [Server thread/INFO]: [ProtectionLib] ProtectionLib-Module: PlotSquaredV6Module hooked!
[02:17:05] [Server thread/INFO]: Protection lib hook into: WorldGuard 7.0.6+1cff55f
[02:17:05] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.5
[02:17:05] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[02:17:05] [Server thread/INFO]: [skQuery] Beginning to process a total of 121 from SkQuery
[02:17:05] [Server thread/INFO]: [skQuery] Out of 121 classes, 121 classes were loaded from SkQuery
[02:17:05] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v2.5.5
[02:17:05] [pool-76-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (1d08598206b1af5dcc29e411cead8e152e4c3f94)
[02:17:06] [Server thread/WARN]: [FurnitureLib] You use a old version of LightAPI this is not supported: bukkit-5.0.0 (build SNAPSHOT)
[02:17:06] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[02:17:06] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[02:17:06] [Server thread/INFO]: ==========================================
[02:17:06] [Server thread/INFO]: FurnitureLibrary Version: 2.5.5
[02:17:06] [Server thread/INFO]: Furniture Author: Ste3et_C0st
[02:17:06] [Server thread/INFO]: Furniture Website: https://dicecraft.de/furniture/
[02:17:06] [Server thread/INFO]: FurnitureLib load for Minecraft: 1.17
[02:17:06] [Server thread/INFO]: Furniture start load
[02:17:06] [Server thread/INFO]: Furniture find ProtectionLib: true
[02:17:06] [Server thread/INFO]: [de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.HikariDataSource] FurnitureLib - Starting...
[02:17:06] [Server thread/INFO]: [de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.HikariDataSource] FurnitureLib - Start completed.
[02:17:06] [Server thread/INFO]: [FurnitureLib] FurnitureLib Started SQLite database. Took 24ms
[02:17:06] [Server thread/INFO]: [FurnitureLib] FurnitureLib try to load models for world (Main)
[02:17:07] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Dark Mines - A Minehut Server(883079199240368178)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??door(883164507915030528)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??annoucements(883081671694495785)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??rules(883081696570900480)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??server-status(883081722814681188)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??reaction-roles(887079120234762281)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??partnerships(889562343028191272)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??giveaways(895733075277926471)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??new-year-chat(883079199240368181)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??off-topic(883081140267790396)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??commands(883485471626395668)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??tts(897593351786864690)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??in-game-chat(883081593797881976)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??no-mic(883081184354132018)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??memes(925539854211751966)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??help(892167489419620352)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??mod-schedule(887358350180876288)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??staff-annoucements(888824848107860051)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??staff-general(883080677740912701)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??mod-chat(926557618481299546)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??mod-code(883080732703072318)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??mod-view(883080827808931851)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??console(883080857592660008)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??discord-logs(883163386676920392)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??nekos-and-weeb-stuff(928323348386172949)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:??spamming(933081027012862024)
[02:17:07] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:??console(883080857592660008)
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 49 models with 1057 entities
[02:17:07] [Server thread/INFO]: [FurnitureLib] With avg speed of 9.33 FurnitureModel/ms
[02:17:07] [Server thread/INFO]: [FurnitureLib] It takes: 00:00.458
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib try to load models for world (Main_nether)
[02:17:07] [Server thread/INFO]: [FurnitureLib] No Models are found in world: Main_nether
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib try to load models for world (Main_the_end)
[02:17:07] [Server thread/INFO]: [FurnitureLib] No Models are found in world: Main_the_end
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib try to load models for world (Events)
[02:17:07] [Server thread/INFO]: [FurnitureLib] No Models are found in world: Events
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib try to load models for world (Events2)
[02:17:07] [Server thread/INFO]: [FurnitureLib] No Models are found in world: Events2
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib try to load models for world (BlackNWhite)
[02:17:07] [Server thread/INFO]: [FurnitureLib] No Models are found in world: BlackNWhite
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib try to load models for world (TrialBuilds)
[02:17:07] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 5 models with 70 entities
[02:17:07] [Server thread/INFO]: [FurnitureLib] With avg speed of 2.8 FurnitureModel/ms
[02:17:07] [Server thread/INFO]: [FurnitureLib] It takes: 00:00.014
[02:17:10] [Server thread/INFO]: [FurnitureLib] FurnitureLib Load 49 model schematics into Ram. Took 2842ms
[02:17:10] [Server thread/INFO]: Furniture load finish :)
[02:17:10] [Server thread/INFO]: ==========================================
[02:17:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[02:17:10] [Server thread/INFO]: [DiceFurniture] Enabling DiceFurniture v3.5.0
[02:17:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[02:17:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
[02:17:12] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[02:17:12] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[02:17:12] [Server thread/INFO]: Running delayed init tasks
[02:17:12] [Craft Scheduler Thread - 9 - AnimatedScoreboard/INFO]: [AnimatedScoreboard] Checking for an update!
[02:17:12] [Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Fetching version information...
[02:17:12] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.17.1 (756)
[02:17:12] [pool-73-thread-1/ERROR]: [DiSky] [STDERR] log4j:WARN No appenders could be found for logger (net.craftingstore.libraries.apache.http.client.protocol.RequestAddCookies).
[02:17:12] [pool-73-thread-1/WARN]: Nag author(s): '[ItsTheSky]' of 'DiSky' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[02:17:12] [pool-73-thread-1/ERROR]: [DiSky] [STDERR] log4j:WARN Please initialize the log4j system properly.
[02:17:12] [pool-73-thread-1/ERROR]: [DiSky] [STDERR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[02:17:12] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[02:17:12] [Craft Scheduler Thread - 9 - AnimatedScoreboard/INFO]: [AnimatedScoreboard] No new versions found for the plugin!
[02:17:12] [Craft Scheduler Thread - 6 - PlayTime/INFO]: [PlayTime] Latest version is installed! - v3.3
[02:17:12] [Server thread/INFO]: [Skript] Loading variables...
[02:17:13] [Server thread/INFO]: [Skript] Loaded 2281 variables in 0.3 seconds
[02:17:13] [Server thread/ERROR]: [Skript] indentation error: expected 2 tabs, but found 3 tabs (copper_gui.sk, line 17: make gui slot "x" with gray stained glass named "&f"')
[02:17:13] [Craft Scheduler Thread - 15 - DungeonsXL/INFO]: [DungeonsXL] The plugin is up to date.
[02:17:13] [Craft Scheduler Thread - 5 - ItemsXL/INFO]: [ItemsXL] A new version of ItemsXL is available (1.0.3). Download it here: https://spigotmc.org/resources/itemsxl.14472/download?version=433202
[02:18:57] [Server thread/ERROR]: [Skript] Can't understand this expression: difference between (""7 days"" parsed as a timespan) and {_cooldown} (StaffApplications.sk, line 292: set slot 13 of metadata tag "applyCooldown" of player to clock named "{@pc}Application Cooldown" with lore " ", "{@title}You cannot submit another for:", "{@text}%difference between (""{@applyCooldown}"" parsed as a timespan) and {_cooldown}%", " " and "{@text}Click to refresh."')
[02:18:58] [Server thread/WARN]: [Skript] Possible name conflict of variables {saq::%{_index}%::question} and {saq::7::question} (there might be more conflicts). (StaffApplications.sk, line 350: return {_item} named "{@sc}%{_index}%) {@pc}%{saq::%{_index}%::question}%%{_required}%" with lore {saq::%{_index}%::description::*}, " ", "{@title}Answer:%{_type}%", getFormattedString({_answer}) and {_lore::*}')
[02:18:58] [Server thread/WARN]: [Skript] Possible name conflict of variables {p::2} and {p::%{_i}%} (there might be more conflicts). (StaffApplications.sk, line 421: replace "]" in {_p::2} with ""')
[02:19:09] [Server thread/ERROR]: [Skript] Variables cannot be used here. (Tresre/invites.sk, line 72: send "&9%arg-2% &7has invited &9%size of {serverinvites::playersinvited::%arg-2%::*} ? 0% &7players. &7(&9%{serverinvites::playersinvited::%arg-2%::*} ? ""/invite!""%&7)"')
[02:19:12] [Server thread/WARN]: [Skript] Possible name conflict of variables {leaderboards::armorstands::%loop-index%} and {leaderboards::armorstands::*} (there might be more conflicts). (leaderboards.sk, line 135: kill {leaderboards::armorstands::%loop-index%}')
[02:19:15] [Server thread/WARN]: [Skript] a living entity cannot be saved, i.e. the contents of the variable {leaderboards::armorstands::*} will be lost when the server stops. (leaderboards.sk, line 155: add spawned armor stand to {leaderboards::armorstands::*}')
[02:19:16] [Server thread/WARN]: [Skript] a money cannot be saved, i.e. the contents of the variable {leaderboards::balance::%the UUID of the player%} will be lost when the server stops. (leaderboards.sk, line 201: set {leaderboards::balance::%uuid of player%} to the player's balance')
[02:19:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 0 of player with light gray glass named "" with lore "" to do nothing (pvp.sk, line 15: format slot 0 of player with light gray glass named "" with lore "" to do nothing')
[02:19:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 1 of player with light gray glass named "" with lore "" to do nothing (pvp.sk, line 16: format slot 1 of player with light gray glass named "" with lore "" to do nothing')
[02:19:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 2 of player with light gray glass named "" with lore "" to do nothing (pvp.sk, line 17: format slot 2 of player with light gray glass named "" with lore "" to do nothing')
[02:19:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 4 of player with light gray glass named "" with lore "" to do nothing (pvp.sk, line 19: format slot 4 of player with light gray glass named "" with lore "" to do nothing')
[02:19:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 6 of player with light gray glass named "" with lore "" to do nothing (pvp.sk, line 21: format slot 6 of player with light gray glass named "" with lore "" to do nothing')
[02:19:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 7 of player with light gray glass named "" with lore "" to do nothing (pvp.sk, line 22: format slot 7 of player with light gray glass named "" with lore "" to do nothing')
[02:19:16] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 8 of player with light gray glass named "" with lore "" to do nothing (pvp.sk, line 23: format slot 8 of player with light gray glass named "" with lore "" to do nothing')
[02:19:16] [Server thread/ERROR]: [Skript] Use 'attacker' and/or 'victim' in damage events (pvp.sk, line 26: if {pvp.%player's uuid%} is false:')
[02:19:16] [Server thread/WARN]: [Skript] Possible name conflict of variables {nick::%uuid of loop-player%} and {nick::*} (there might be more conflicts). (santio/nick.sk, line 92: replace all "%loop-player%" with "%{nick::%uuid of loop-player%}%" in {_m}')
[02:19:17] [Server thread/ERROR]: [Skript] Can't understand this section: ground state of player is false (server_tools.sk, line 143: ground state of player is false:')
[02:19:21] [Server thread/INFO]: [DiSky] WARNING! You are login in to a new bot WITHOUT managing any intents! (utilitiesbot.sk, line 2: login to "ODc3MjE4NzY5Njc4Nzk0ODUy.YRvbpA.KhewcqVt9_XqDceo9J2agwM2tOM" with name "Utilities Bot")
[02:19:21] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: set {_channel} to channel of the member event-member (utilitiesbot.sk, line 8: set {_channel} to channel of the member event-member')
[02:19:25] [Server thread/INFO]: [net.dv8tion.jda.api.JDA] Login Successful!
[02:19:25] [Server thread/INFO]: [DiSky] The bot named Utilities Bot has been loaded! (8 intents enabled)
[02:19:25] [Server thread/INFO]: [Skript] Loaded 13 scripts with a total of 40 triggers and 26 commands in 2 minutes and 12.41 seconds
[02:19:25] [Server thread/INFO]: [Skript] Finished loading.
[02:19:25] [Server thread/INFO]: [SimplePets Debug] Initializing Inventories...
[02:19:25] [Server thread/INFO]: [SimplePets Debug] Loading Customizable Inventories Files...
[02:19:25] [Server thread/INFO]: [SimplePets Debug] Files have been loaded.
[02:19:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: eglow [3.1.3]
[02:19:25] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket
[02:19:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.24.0]
[02:19:25] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.api.JDA] Finished Loading!
[02:19:26] [Server thread/INFO]: [Citizens] Loaded 21 NPCs.
[02:19:26] [Server thread/INFO]: [MythicMobs] [32m?Using HolographicDisplays plugin for holograms[0m
[02:19:26] [Server thread/WARN]: [MythicMobs] ?[33m Config Error for Drop '[4mNetherite Hoe HAND[0m[33m' in 'plugins/MythicMobs/Mobs/ExampleMobs.yml': [37mDrop type not found.[0m[0m
[02:19:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.0]
[02:19:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[02:19:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.2]
[02:19:26] [Server thread/WARN]: [PlaceholderAPI] Loaded class ch.njol.skript.Skript from Skript v2.6 which is not a depend, softdepend or loadbefore of this plugin.
[02:19:26] [Server thread/WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[02:19:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.1-R2]
[02:19:26] [Server thread/INFO]: 4 placeholder hook(s) registered!
[02:19:26] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[02:19:26] [Server thread/INFO]: Done (175.102s)! For help, type "help"
[02:19:26] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 133519ms or 2670 ticks behind
[02:19:26] [Server thread/INFO]: Timings Reset
[02:19:26] [Craft Scheduler Thread - 19 - Vault/INFO]: [Vault] Checking for Updates ...
[02:19:26] [Craft Scheduler Thread - 19 - Vault/INFO]: [Vault] No new version available
[02:19:27] [Craft Scheduler Thread - 22 - SpigotDash/INFO]: [SpigotDash] [Updater] Checking for Updates...
[02:19:27] [Craft Scheduler Thread - 22 - SpigotDash/INFO]: [SpigotDash] [Updater] You are running the newest Version!
[02:19:51] [Server thread/INFO]: Please wait at least 3 minutes before generating a Timings report. Unlike Timings v1, v2 benefits from longer timings and is not as useful with short timings. (155 seconds)
[02:20:12] [Server thread/INFO]: Checking version, please wait...
[02:20:12] [Thread-82/INFO]: This server is running Paper version git-Paper-400 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 4ac995a on ver/1.17.1)
You are 8 version(s) behind
Download the new version at: https://papermc.io/downloads
Previous version: git-Paper-399 (MC: 1.17.1)
[02:20:50] [User Authenticator #1/INFO]: UUID of player minecon099 is 7911e1aa-21ee-4355-977a-92ea5c9a0943
[02:20:50] [Server thread/WARN]: java.lang.NoSuchMethodException: java.util.Collections$SingletonList.<init>()
[02:20:50] [Server thread/WARN]: at java.base/java.lang.Class.getConstructor0(Class.java:3585)
[02:20:50] [Server thread/WARN]: at java.base/java.lang.Class.getConstructor(Class.java:2271)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.wrappers.BukkitConverters.getGenericList(BukkitConverters.java:277)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.wrappers.BukkitConverters.access$100(BukkitConverters.java:88)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.wrappers.BukkitConverters$3.getGeneric(BukkitConverters.java:367)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.wrappers.BukkitConverters$3.getGeneric(BukkitConverters.java:359)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.wrappers.Converters$1.getGeneric(Converters.java:48)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.reflect.StructureModifier.writeInternal(StructureModifier.java:372)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:345)
[02:20:50] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.packetwrapper.WrapperPlayServerPlayerInfo.setData(WrapperPlayServerPlayerInfo.java:53)
[02:20:50] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.util.PacketUtil.playerInfoPacket(PacketUtil.java:74)
[02:20:50] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.skin.ProfileManager.lambda$loadPacketEvents$4(ProfileManager.java:164)
[02:20:50] [Server thread/WARN]: at Tablisknu.jar//us.tlatoani.tablisknu.util.PacketUtil$1.onPacketSending(PacketUtil.java:135)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:535)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:516)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:346)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:308)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:433)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:70)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:373)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:343)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127)
[02:20:50] [Server thread/WARN]: at ProtocolLib.jar//com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95)
[02:20:50] [Server thread/WARN]: at net.minecraft.network.NetworkManager.writePacket(NetworkManager.java:423)
[02:20:50] [Server thread/WARN]: at net.minecraft.network.NetworkManager.sendPacket(NetworkManager.java:370)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1997)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.sendPacket(PlayerConnection.java:1983)
[02:20:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.scoreboard.CraftScoreboardManager.setPlayerBoard(CraftScoreboardManager.java:102)
[02:20:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.entity.CraftPlayer.setScoreboard(CraftPlayer.java:1948)
[02:20:50] [Server thread/WARN]: at SkBee.jar//tk.shanebee.bee.elements.board.objects.Board.<init>(Board.java:82)
[02:20:50] [Server thread/WARN]: at SkBee.jar//tk.shanebee.bee.elements.board.objects.Board.createBoard(Board.java:42)
[02:20:50] [Server thread/WARN]: at SkBee.jar//tk.shanebee.bee.elements.board.listener.PlayerBoardListener.onJoin(PlayerBoardListener.java:15)
[02:20:50] [Server thread/WARN]: at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37)
[02:20:50] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[02:20:50] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[02:20:50] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.players.PlayerList.postChunkLoadJoin(PlayerList.java:360)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.players.PlayerList.lambda$placeNewPlayer$1(PlayerList.java:302)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.tick(PlayerConnection.java:307)
[02:20:50] [Server thread/WARN]: at net.minecraft.network.NetworkManager.a(NetworkManager.java:555)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.network.ServerConnection.c(ServerConnection.java:201)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1656)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:490)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1483)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1282)
[02:20:50] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[02:20:50] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[02:20:51] [Server thread/INFO]: DARKMINES | minecon099 has joined - Glad you are back!
[02:20:51] [Server thread/INFO]: minecon099[/115.91.77.97:52654] logged in with entity id 3333 at ([Main_nether]-48.39974792827449, 28.85153567629435, 134.9031766641622)
[02:20:55] [Server thread/INFO]: minecon099 issued server command: /gmc
[02:20:57] [Server thread/WARN]: [HolographicDisplays] Could not detect PacketPlayOutEntityDestroy details, error can be ignored if on Minecraft 1.17.1+
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/libs/it/unimi/dsi/fastutil/ints/IntList
at me.filoghost.holographicdisplays.nms.v1_17_R1.PacketHelper.useEntityListDestroyPacket(PacketHelper.java:41) ~[HolographicDisplays.jar:?]
at me.filoghost.holographicdisplays.nms.v1_17_R1.PacketHelper.<clinit>(PacketHelper.java:18) ~[HolographicDisplays.jar:?]
at me.filoghost.holographicdisplays.nms.v1_17_R1.VersionTextNMSPacketEntity.newDestroyPackets(VersionTextNMSPacketEntity.java:67) ~[HolographicDisplays.jar:?]
at me.filoghost.holographicdisplays.plugin.hologram.tracking.TextLineTracker.sendDestroyPackets(TextLineTracker.java:95) ~[HolographicDisplays.jar:?]
at me.filoghost.holographicdisplays.plugin.hologram.tracking.LineTracker.modifyViewersAndSendPackets(LineTracker.java:114) ~[HolographicDisplays.jar:?]
at me.filoghost.holographicdisplays.plugin.hologram.tracking.LineTracker.update(LineTracker.java:70) ~[HolographicDisplays.jar:?]
at me.filoghost.holographicdisplays.plugin.hologram.tracking.LineTrackerManager.update(LineTrackerManager.java:60) ~[HolographicDisplays.jar:?]
at me.filoghost.holographicdisplays.plugin.tick.TickingTask.run(TickingTask.java:41) ~[HolographicDisplays.jar:?]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.17.1.jar:git-Paper-400]
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1567) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:490) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1483) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1282) ~[patched_1.17.1.jar:git-Paper-400]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-400]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.libs.it.unimi.dsi.fastutil.ints.IntList
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[patched_1.17.1.jar:git-Paper-400]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[patched_1.17.1.jar:git-Paper-400]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
... 16 more
[02:21:00] [Server thread/INFO]: minecon099 issued server command: /gmc
[02:21:08] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5027ms or 100 ticks behind
[02:21:36] [Server thread/INFO]: minecon099 issued server command: /timings paste
[02:21:36] [Server thread/INFO]: Please wait at least 3 minutes before generating a Timings report. Unlike Timings v1, v2 benefits from longer timings and is not as useful with short timings. (50 seconds)
[02:21:45] [Server thread/WARN]: minecon099 moved too quickly! 7.079851930111772,1.3116870787446828,-10.276120188063487
[02:21:59] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 20879ms or 417 ticks behind
[02:22:20] [Server thread/INFO]: minecon099 issued server command: /coppergui
[02:22:49] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 20700ms or 414 ticks behind
[02:22:54] [Server thread/INFO]: minecon099 issued server command: /timings paste
[02:22:54] [Server thread/INFO]: Preparing Timings Report...
[02:22:55] [Timings paste thread/INFO]: View Timings Report: https://timings.aikar.co/?id=c5f3e3eac694480da2705d95ad9a8d52
[02:23:40] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 20295ms or 405 ticks behind
[02:24:30] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 20365ms or 407 ticks behind
[02:25:20] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 20061ms or 401 ticks behind