Pyrbu / ZNPCsPlus

A Spigot plugin for creating interactable fake entities
https://www.spigotmc.org/resources/znpcsplus.109380/
GNU General Public License v3.0
112 stars 29 forks source link

Error v2.0.0-SNAPSHOT #113

Closed SicuramenteDave closed 10 months ago

SicuramenteDave commented 10 months ago

When I try to use the dev version, it crash (PaperMC 1.20.2)

[12:08:23] [Server thread/ERROR]: Error occurred while enabling ZNPCsPlus v2.0.0-SNAPSHOT (Is it up to date?) java.lang.ExceptionInInitializerError: null at lol.pyr.znpcsplus.entity.properties.DinnerboneProperty.<init>(DinnerboneProperty.java:26) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.entity.EntityPropertyRegistryImpl.registerTypes(EntityPropertyRegistryImpl.java:125) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.ZNpcsPlus.onEnable(ZNpcsPlus.java:128) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.ZNpcsPlusBootstrap.onEnable(ZNpcsPlusBootstrap.java:75) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) ~[paper-1.20.2.jar:git-Paper-318] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.enablePlugin(CraftServer.java:646) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.enablePlugins(CraftServer.java:557) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:627) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:424) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1086) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:168) ~[?:?] at java.io.InputStreamReader.<init>(InputStreamReader.java:112) ~[?:?] at lol.pyr.znpcsplus.libraries.packetevents.api.util.MappingHelper.getJSONObject(MappingHelper.java:35) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.libraries.packetevents.api.util.TypesBuilder.define(TypesBuilder.java:85) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.libraries.packetevents.api.protocol.entity.data.EntityDataTypes.define(EntityDataTypes.java:226) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.libraries.packetevents.api.protocol.entity.data.EntityDataTypes.<clinit>(EntityDataTypes.java:68) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] ... 16 more

Pyrbu commented 10 months ago

Could you please provide the full log?

SicuramenteDave commented 10 months ago

[12:07:57] [ServerMain/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack. [12:07:57] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [12:07:58] [ServerMain/INFO]: Loaded 1174 recipes [12:07:59] [ServerMain/INFO]: Loaded 1271 advancements [12:07:59] [Server thread/INFO]: Starting minecraft server version 1.20.2 [12:07:59] [Server thread/INFO]: Loading properties [12:07:59] [Server thread/INFO]: This server is running Paper version git-Paper-318 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: 9271ee7) [12:07:59] [Server thread/WARN]: Couldn't load server icon java.lang.NullPointerException: Cannot invoke "java.awt.image.BufferedImage.getWidth()" because "image" is null at org.bukkit.craftbukkit.v1_20_R2.CraftServer.loadServerIcon0(CraftServer.java:2564) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.loadServerIcon0(CraftServer.java:2554) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.loadIcon(CraftServer.java:1153) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.(CraftServer.java:468) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.players.PlayerList.(PlayerList.java:164) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.dedicated.DedicatedPlayerList.(DedicatedPlayerList.java:16) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:203) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1086) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] [12:07:59] [Server thread/INFO]: Server Ping Player Sample Count: 12 [12:07:59] [Server thread/INFO]: Using 4 threads for Netty based IO [12:08:00] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future. We recommend installing the spark profiler as a replacement: https://spark.lucko.me/ For more information please visit: https://github.com/PaperMC/Paper/issues/8948 [12:08:00] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads [12:08:00] [Server thread/INFO]: Default game type: SURVIVAL [12:08:00] [Server thread/INFO]: Generating keypair [12:08:00] [Server thread/INFO]: Starting Minecraft server on *:25565 [12:08:00] [Server thread/INFO]: Using epoll channel type [12:08:00] [Server thread/INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity. [12:08:00] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux aarch64) cipher from Velocity. [12:08:01] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [12:08:04] [Server thread/WARN]: Legacy plugin VillagerFollow v1.5.9 does not specify an api-version. [12:08:04] [Server thread/WARN]: Legacy plugin Playtimes v1.5.3 does not specify an api-version. [12:08:04] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.106 [12:08:05] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131 [12:08:05] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.17+6544-56d0383 [12:08:05] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@445e8051] [12:08:05] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.1.1-SNAPSHOT-673 [12:08:06] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5 [12:08:06] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+22-bb7b334 [12:08:06] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49 [12:08:06] [Server thread/INFO]: [ZNPCsPlus] Loading server plugin ZNPCsPlus v2.0.0-SNAPSHOT [12:08:06] [Server thread/INFO]: [ZNPCsPlus] Downloading and loading libraries, this might take a while if this is the first time you're launching the plugin [12:08:12] [Server thread/INFO]: [ZNPCsPlus] Loaded 26 libraries! [12:08:12] [Server thread/INFO]: [AstralBooks] Loading server plugin AstralBooks v3.0.9 [12:08:12] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+22-bb7b334 [12:08:12] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2 [12:08:12] [Server thread/INFO]: [Quests] Loading server plugin Quests v5.0.0-rc.3-b440 [12:08:12] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2 [12:08:12] [Server thread/INFO]: [EssentialsDiscord] Loading server plugin EssentialsDiscord v2.21.0-dev+22-bb7b334 [12:08:12] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+22-bb7b334 [12:08:12] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.5 [12:08:12] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.40 [12:08:12] [Server thread/INFO]: [ChestSort] Loading server plugin ChestSort v13.6.5 [12:08:12] [Server thread/INFO]: [RealScoreboard] Loading server plugin RealScoreboard v1.3.2 [12:08:12] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.6.0 [12:08:12] [Server thread/INFO]: [ClearLagTimer] Loading server plugin ClearLagTimer v2023.12 [12:08:12] [Server thread/INFO]: [HiddenArmor] Loading server plugin HiddenArmor v1.1.2 [12:08:12] [Server thread/INFO]: [Plan] Loading server plugin Plan v5.6 build 2614 [12:08:12] [Server thread/INFO]: [VillagerFollow] Loading server plugin VillagerFollow v1.5.9 [12:08:12] [Server thread/INFO]: [LevelledMobs] Loading server plugin LevelledMobs v3.13.4 b807 [12:08:13] [Server thread/INFO]: [net.essentialsx.discordlink.EssentialsDiscordLink] Loading server plugin EssentialsDiscordLink v2.21.0-dev+22-bb7b334 [12:08:13] [Server thread/INFO]: [IridiumSkyblock] Loading server plugin IridiumSkyblock v4.0.8 [12:08:13] [Server thread/INFO]: [AureliumSkills] Loading server plugin AureliumSkills vBeta 1.3.23 [12:08:13] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.0.4 [12:08:13] [Server thread/INFO]: [FarmingUpgrade] Loading server plugin FarmingUpgrade v1.6.0 [12:08:13] [Server thread/INFO]: [RHLeafDecay] Loading server plugin RHLeafDecay v1.20_R1 [12:08:13] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.0.9 [12:08:13] [Server thread/INFO]: [TreeFella] Loading server plugin TreeFella v1.2 [12:08:13] [Server thread/INFO]: [StackMob] Loading server plugin StackMob v5.8.8 [12:08:13] [Server thread/INFO]: [StackMob] Registered WorldGuard region flag. [12:08:13] [Server thread/INFO]: [Sleeper] Loading server plugin Sleeper v1.4.5 [12:08:13] [Server thread/INFO]: [Playtimes] Loading server plugin Playtimes v1.5.3 [12:08:13] [Server thread/INFO]: [Passky] Loading server plugin Passky v2.2.0 [12:08:13] [Server thread/INFO]: [InvSee++] Loading server plugin InvSeePlusPlus v0.24.6 [12:08:13] [Server thread/INFO]: [Graves] Loading server plugin Graves v4.9.1.2 [12:08:14] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.9+5934e49. [12:08:14] [Server thread/INFO]: [ForcePack] Loading server plugin ForcePack v1.2.9 [12:08:14] [Server thread/INFO]: [Morphy] Loading server plugin Morphy v3.4 [12:08:14] [Server thread/INFO]: [KeepChunks] Loading server plugin KeepChunks v1.6.11 [12:08:14] [Server thread/INFO]: [OtherAnimalTeleport] Loading server plugin OtherAnimalTeleport v2.3-b86 [12:08:14] [Server thread/INFO]: [Drop2Inventory] Loading server plugin Drop2Inventory v4.9.5 [12:08:14] [Server thread/INFO]: [ChestProtect] Loading server plugin ChestProtect v5.14.0 [12:08:14] [Server thread/INFO]: [ChestProtect] Added flag 'ChestProtect-lock' to the plugin WorldGuard. [12:08:14] [Server thread/INFO]: [BetterChairs] Loading server plugin BetterChairs v1.7.1 [12:08:14] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [12:08:14] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.106

[12:08:14] [Server thread/INFO]: | |) LuckPerms v5.4.106 [12:08:14] [Server thread/INFO]: |___ | Running on Bukkit - Paper [12:08:14] [Server thread/INFO]: [12:08:14] [Server thread/INFO]: [LuckPerms] Loading configuration... [12:08:15] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [12:08:16] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [12:08:16] [Server thread/INFO]: [LuckPerms] Performing initial data load... [12:08:16] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2270ms) [12:08:16] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [12:08:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [12:08:16] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [12:08:16] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [12:08:16] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [12:08:16] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.17+6544-56d0383 [12:08:16] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [12:08:16] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [12:08:17] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R2.PaperweightAdapter as the Bukkit adapter [12:08:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.1.1-SNAPSHOT-673 [12:08:18] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.0.4 [12:08:18] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_20_R2, using PaperSkinRefresher. [12:08:18] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.0.4] [12:08:18] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered! [12:08:18] [Server thread/INFO]: [SkinsRestorer] Using paper join listener! [12:08:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [12:08:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [12:08:18] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [12:08:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [12:08:18] [Server thread/INFO]: Preparing level "world" [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ---------------------------------------------- [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] +==================+ [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] | SkinsRestorer | [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] |------------------| [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] | Standalone Mode | [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] +==================+ [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ---------------------------------------------- [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Version: 15.0.4 [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] Commit: 677e967 [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] This is the latest version! [12:08:18] [Folia Async Scheduler Thread #1/INFO]: [SkinsRestorer] ---------------------------------------------- [12:08:20] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [12:08:20] [Server thread/INFO]: Time elapsed: 307 ms [12:08:20] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [12:08:20] [Server thread/INFO]: Time elapsed: 89 ms [12:08:20] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [12:08:20] [Server thread/INFO]: Time elapsed: 65 ms [12:08:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5 [12:08:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [12:08:21] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+22-bb7b334 [12:08:21] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [12:08:21] [Server thread/INFO]: [Essentials] No kits found to migrate. [12:08:21] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json. [12:08:21] [Server thread/INFO]: [Essentials] Using locale en_US [12:08:22] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [12:08:22] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [12:08:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [12:08:22] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [12:08:22] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49 [12:08:22] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [12:08:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [12:08:22] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [12:08:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [12:08:22] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [12:08:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [12:08:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_theend' [12:08:22] [Server thread/INFO]: [WorldGuard] Loading region data... [12:08:22] [Server thread/INFO]: [ZNPCsPlus] Enabling ZNPCsPlus v2.0.0-SNAPSHOT [12:08:22] [Server thread/INFO]: _ [12:08:22] [Server thread/INFO]: / |\ | |) | (` | ZNPCsPlus v2.0.0-SNAPSHOT [12:08:22] [Server thread/INFO]: / | | | | .__) | Maintained with ❤ by Pyr#6969 [12:08:22] [Server thread/INFO]: [12:08:22] [Server thread/INFO]: Initializing libraries... [12:08:23] [Server thread/INFO]: Initializing components... [12:08:23] [Server thread/ERROR]: Error occurred while enabling ZNPCsPlus v2.0.0-SNAPSHOT (Is it up to date?) java.lang.ExceptionInInitializerError: null at lol.pyr.znpcsplus.entity.properties.DinnerboneProperty.(DinnerboneProperty.java:26) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.entity.EntityPropertyRegistryImpl.registerTypes(EntityPropertyRegistryImpl.java:125) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.ZNpcsPlus.onEnable(ZNpcsPlus.java:128) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.ZNpcsPlusBootstrap.onEnable(ZNpcsPlusBootstrap.java:75) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:190) ~[paper-1.20.2.jar:git-Paper-318] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.enablePlugin(CraftServer.java:646) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.enablePlugins(CraftServer.java:557) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:627) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:424) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1086) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.lang.NullPointerException at java.io.Reader.(Reader.java:168) ~[?:?] at java.io.InputStreamReader.(InputStreamReader.java:112) ~[?:?] at lol.pyr.znpcsplus.libraries.packetevents.api.util.MappingHelper.getJSONObject(MappingHelper.java:35) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.libraries.packetevents.api.util.TypesBuilder.define(TypesBuilder.java:85) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.libraries.packetevents.api.protocol.entity.data.EntityDataTypes.define(EntityDataTypes.java:226) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] at lol.pyr.znpcsplus.libraries.packetevents.api.protocol.entity.data.EntityDataTypes.(EntityDataTypes.java:68) ~[ZNPCsPlus-2.0.0-SNAPSHOT.jar:?] ... 16 more [12:08:23] [Server thread/INFO]: [ZNPCsPlus] Disabling ZNPCsPlus v2.0.0-SNAPSHOT [12:08:23] [Server thread/INFO]: [AstralBooks] Enabling AstralBooks v3.0.9 [12:08:23] [Server thread/INFO]: [AstralBooks] ============== BEGIN LOAD ============== [12:08:23] [Server thread/INFO]: [AstralBooks] Your server is running version v1_20_R2! [12:08:23] [Server thread/INFO]: [AstralBooks] Loading support for version v1_20_R2... [12:08:23] [Server thread/INFO]: [AstralBooks] LuckPerms found, try hooking... [12:08:23] [Server thread/INFO]: [AstralBooks] Vault plugin found, but we'll use LuckPerms! [12:08:23] [Server thread/INFO]: [AstralBooks] Successfully hooked into LuckPerms! [12:08:23] [Server thread/INFO]: [AstralBooks] PlaceholderAPI found, try hooking... [12:08:23] [Server thread/INFO]: [AstralBooks] Successfully hooked into PlaceholderAPI! [12:08:23] [Server thread/INFO]: [AstralBooks] Citizens not found! [12:08:23] [Server thread/INFO]: [AstralBooks] Authme not found! [12:08:23] [Server thread/INFO]: [AstralBooks] Loading H2 database... [12:08:24] [Server thread/INFO]: [AstralBooks] Loading Brigardier support... [12:08:24] [Server thread/INFO]: [AstralBooks] Command /abook: supported [12:08:24] [Server thread/INFO]: [AstralBooks] ============== END LOAD ============== [12:08:24] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+22-bb7b334 [12:08:24] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [12:08:24] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2 [12:08:24] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter [12:08:24] [Server thread/INFO]: [ClearLag] Loading modules... [12:08:24] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R2.MinecraftServer) [12:08:24] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values [12:08:24] [Server thread/WARN]: [ClearLag] Item type 'Boat' does not match any Materials found on your Craftbukkit version. [12:08:24] [Server thread/INFO]: [ClearLag] Modules have been loaded! [12:08:24] [Server thread/INFO]: [ClearLag] Clearlag is now enabled! [12:08:24] [Thread-18/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]... [12:08:24] [Server thread/INFO]: [Quests] Enabling Quests v5.0.0-rc.3-b440 [12:08:24] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin [12:08:24] [Server thread/WARN]: [Quests] ZNPCsPlus was detected, but is not enabled! Fix ZNPCsPlus to allow linkage. [12:08:24] [Server thread/INFO]: [Quests] Loading storage implementation: YAML [12:08:24] [Server thread/WARN]: [Quests] ZNPCsPlus was detected, but is not enabled! Fix ZNPCsPlus to allow linkage. [12:08:24] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2 [12:08:25] [Server thread/INFO]: [net.coreprotect.hikari.HikariDataSource] HikariPool-1 - Starting... [12:08:25] [Thread-18/INFO]: [ClearLag] No updates found! [12:08:25] [Server thread/INFO]: [net.coreprotect.hikari.pool.HikariPool] HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2b4a5d75 [12:08:25] [Server thread/INFO]: [net.coreprotect.hikari.HikariDataSource] HikariPool-1 - Start completed. [12:08:25] [Server thread/INFO]: [CoreProtect] CoreProtect ora è abilitato! [12:08:25] [Server thread/INFO]: [CoreProtect] Utilizzando MySQL per l'archiviazione dei dati.

[12:08:25] [Server thread/INFO]: [CoreProtect] Godere CoreProtect? Unisciti al nostro Discord! [12:08:25] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/

[12:08:25] [Server thread/INFO]: [EssentialsDiscord] Enabling EssentialsDiscord v2.21.0-dev+22-bb7b334 [12:08:25] [Server thread/INFO]: [EssentialsDiscord] Starting Metrics. Opt-out using the global bStats config. [12:08:25] [Server thread/INFO]: [EssentialsDiscord] Attempting to login to Discord... [12:08:26] [Server thread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.api.JDA] Login Successful! [12:08:27] [JDA MainWS-ReadThread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket [12:08:27] [JDA MainWS-ReadThread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.api.JDA] Finished Loading! [12:08:27] [Server thread/INFO]: [EssentialsDiscord] Successfully logged in as ZuccheroFilatoMC#9199 [12:08:27] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+22-bb7b334 [12:08:27] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [12:08:27] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.5 [12:08:27] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.40 [12:08:27] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.40-Free.jar [12:08:27] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_20_R2 (v1_20_R2) [12:08:27] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1269 [12:08:27] [Server thread/INFO]: [LibsDisguises] Build Date: 15/11/2023 07:31 [12:08:27] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/ [12:08:27] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins) [12:08:29] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict [12:08:29] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise [12:08:29] [Server thread/INFO]: [LibsDisguises] Config is up to date! [12:08:29] [Server thread/INFO]: [ChestSort] Enabling ChestSort v13.6.5 [12:08:29] [Server thread/INFO]: [ChestSort] Hooked into WorldGuard 7.0.9+5934e49 [12:08:29] [Server thread/INFO]: [ChestSort] Use permissions: true [12:08:29] [Server thread/INFO]: [ChestSort] Current sorting method: {category},{itemsFirst},{name},{color},{customName} [12:08:29] [Server thread/INFO]: [ChestSort] Allow automatic chest sorting:true [12:08:29] [Server thread/INFO]: [ChestSort] |- Chest sorting enabled by default: true [12:08:29] [Server thread/INFO]: [ChestSort] |- Sort time: close [12:08:29] [Server thread/INFO]: [ChestSort] Allow automatic inventory sorting:true [12:08:29] [Server thread/INFO]: [ChestSort] |- Inventory sorting enabled by default: true [12:08:29] [Server thread/INFO]: [ChestSort] Auto generate category files: true [12:08:29] [Server thread/INFO]: [ChestSort] Allow hotkeys: true [12:08:29] [Server thread/INFO]: [ChestSort] Hotkeys enabled by default: [12:08:29] [Server thread/INFO]: [ChestSort] |- Middle-Click: true [12:08:29] [Server thread/INFO]: [ChestSort] |- Shift-Click: true [12:08:29] [Server thread/INFO]: [ChestSort] |- Double-Click: true [12:08:29] [Server thread/INFO]: [ChestSort] |- Shift-Right-Click: true [12:08:29] [Server thread/INFO]: [ChestSort] Allow additional hotkeys: true [12:08:29] [Server thread/INFO]: [ChestSort] Additional hotkeys enabled by default: [12:08:29] [Server thread/INFO]: [ChestSort] |- Left-Click: false [12:08:29] [Server thread/INFO]: [ChestSort] |- Right-Click: false [12:08:29] [Server thread/INFO]: [ChestSort] Check for updates: true [12:08:29] [Server thread/INFO]: [ChestSort] Check interval: 4 hours (4.0 seconds) [12:08:29] [Server thread/INFO]: [ChestSort] Categories: 900-weapons (6), 905-common-tools (4), 907-other-tools (6), 909-food (33), 910-valuables (47), 920-armor-and-arrows (9), 930-brewing (18), 950-redstone (23), 960-wood (60), 970-stone (38), 980-plants (50), 981-corals (1) [12:08:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chestsort [13.6.5] [12:08:29] [Server thread/INFO]: [RealScoreboard] Enabling RealScoreboard v1.3.2 [12:08:29] [Server thread/INFO]: [RealScoreboard] ------------------- RealScoreboard 1.3.2 ------------------- [12:08:29] [Server thread/INFO]: [RealScoreboard] Your config version is: 15 [12:08:29] [Server thread/INFO]: [RealScoreboard] Finished loading RealScoreboard. [12:08:29] [Server thread/INFO]: [RealScoreboard] Server version: 1.20.2-R0.1-SNAPSHOT | Plugin Version: 1.3.2 [12:08:29] [Server thread/INFO]: [RealScoreboard] ------------------- RealScoreboard 1.3.2 ------------------- [12:08:29] [Server thread/INFO]: [GSit] Enabling GSit v1.6.0 [12:08:29] [Server thread/INFO]: [GSit] The plugin was successfully enabled. [12:08:29] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful! [12:08:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.6.0] [12:08:29] [Server thread/INFO]: [GSit] Link with WorldGuard successful! [12:08:29] [Server thread/INFO]: [ClearLagTimer] Enabling ClearLagTimer v2023.12 [12:08:29] [Server thread/INFO]: [ClearLagTimer] 2023.12, a free resource by Norska - Thanks for downloading! [12:08:30] [Server thread/INFO]: [HiddenArmor] Enabling HiddenArmor v1.1.2 [12:08:30] [Server thread/INFO]: [Plan] Enabling Plan v5.6 build 2614

[12:08:30] [Server thread/INFO]: [Plan] ██▌ [12:08:30] [Server thread/INFO]: [Plan] ██▌ ██▌ [12:08:30] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ Player Analytics [12:08:30] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ v5.6 build 2614

[12:08:30] [Server thread/INFO]: [Plan] Locale: 'Italiano' by Malachiel & Mastory_Md5 [12:08:30] [Server thread/INFO]: [Plan] Downloading MySQL Driver, this may take a while... [12:08:30] [Plan MySQLDB-transaction-thread-1/INFO]: [Plan] Database: Making sure schema is up to date.. [12:08:30] [Server thread/INFO]: [Plan] MySQL-Connessione al database stabilita. [12:08:30] [Server thread/INFO]: [Plan] WebServer: Chiave del Certfiicato non trovato: plugins/Plan/Cert.jks [12:08:30] [Server thread/INFO]: [Plan] WebServer: Nessun Certificato -> Uso ora server HTTP per la Visualizazione. [12:08:30] [Server thread/INFO]: [Plan] WebServer: Autorizzazione Utente Disabilitato! (Non sicuro su HTTP) [12:08:30] [Server thread/INFO]: [Plan] Webserver avviato sulla PORTA 8804 ( ) [12:08:30] [Server thread/INFO]: [Plan] Loading server identifying information [12:08:30] [Server thread/INFO]: [Plan] Server identifier loaded: b17888af-9069-4647-bcce-168b5cff9c32 [12:08:30] [Plan MySQLDB-transaction-thread-1/INFO]: [Plan] Tutte le patch sono satte applicate al database. [12:08:30] [Server thread/INFO]: [Plan] Registered extension: Essentials [12:08:30] [Server thread/INFO]: [Plan] Registered extension: EssentialsEco [12:08:30] [Server thread/INFO]: [Plan] Registered extension: LuckPerms [12:08:31] [Server thread/INFO]: [Plan] Registered extension: PlaceholderAPI [12:08:31] [Server thread/INFO]: [Plan] Registered extension: Economy (Vault) [12:08:31] [Server thread/INFO]: [Plan] Registered extension: Permission Groups (Vault) [12:08:31] [Server thread/INFO]: [Plan] Analisi Giocatori Abilitata. [12:08:31] [Server thread/INFO]: [VillagerFollow] Enabling VillagerFollow v1.5.9* [12:08:31] [Server thread/INFO]: [VillagerFollow] has been enabled [12:08:31] [Server thread/INFO]: [LevelledMobs] Enabling LevelledMobs v3.13.4 b807 [12:08:31] [Server thread/INFO]: LevelledMobs: Using NMS version v1_20_R2 for nametag support [12:08:31] [Server thread/INFO]: LevelledMobs: File Loader: Loading files... [12:08:31] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'rules.yml'... [12:08:31] [Server thread/INFO]: LevelledMobs: Current rules hash: 09cbf47ceccb99b03956220632352163d5ba2157f0b35f70a021422099506a4a [12:08:31] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'settings.yml'... [12:08:31] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'messages.yml'... [12:08:31] [Server thread/INFO]: LevelledMobs: Listeners: Registering event listeners... [12:08:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: LevelledMobs [3.13.4 b807] [12:08:31] [Server thread/INFO]: LevelledMobs: Commands: Registering commands... [12:08:31] [Server thread/INFO]: LevelledMobs: Running misc procedures [12:08:31] [Server thread/INFO]: LevelledMobs: Tasks: Starting async nametag auto update task... [12:08:31] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'customdrops.yml'... [12:08:31] [Server thread/INFO]: LevelledMobs: Start-up complete (took 165ms) [12:08:31] [Server thread/INFO]: [net.essentialsx.discordlink.EssentialsDiscordLink] Enabling EssentialsDiscordLink v2.21.0-dev+22-bb7b334 [12:08:31] [Server thread/INFO]: [net.essentialsx.discordlink.EssentialsDiscordLink] Starting Metrics. Opt-out using the global bStats config. [12:08:31] [Server thread/INFO]: [IridiumSkyblock] Enabling IridiumSkyblock v4.0.8 [12:08:31] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock [12:08:32] [Server thread/INFO]: Time elapsed: 1368 ms [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) TNT ignition is PERMITTED. [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) Lighters are PERMITTED. [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) Lava fire is PERMITTED. [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock) Fire spread is UNRESTRICTED. [12:08:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IridiumSkyblock' [12:08:32] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock_nether [12:08:32] [Server thread/INFO]: Time elapsed: 50 ms [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) TNT ignition is PERMITTED. [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) Lighters are PERMITTED. [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) Lava fire is PERMITTED. [12:08:32] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_nether) Fire spread is UNRESTRICTED. [12:08:32] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IridiumSkyblock_nether' [12:08:32] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock_the_end [12:08:33] [Server thread/INFO]: Time elapsed: 71 ms [12:08:33] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) TNT ignition is PERMITTED. [12:08:33] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) Lighters are PERMITTED. [12:08:33] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) Lava fire is PERMITTED. [12:08:33] [Server thread/INFO]: [WorldGuard] (IridiumSkyblock_the_end) Fire spread is UNRESTRICTED. [12:08:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IridiumSkyblock_the_end' [12:08:33] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'IridiumSkyblock_the_end' [12:08:33] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'IridiumSkyblock_the_end' [12:08:33] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'IridiumSkyblock_the_end' [12:08:33] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'IridiumSkyblock_the_end' in 0.00s [12:08:33] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R2! Trying to find NMS support [12:08:33] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R2' loaded! [12:08:33] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'IridiumSkyblock' to create a bStats instance! [12:08:33] [Server thread/INFO]: Preparing start region for dimension minecraft:iridiumskyblock_the_end [12:08:33] [Server thread/INFO]: Time elapsed: 80 ms [12:08:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: iridiumskyblock [4.0.8] [12:08:33] [Server thread/INFO]: [IridiumSkyblock] Successfully registered Placeholders for PlaceholderAPI. [12:08:33] [Server thread/INFO]: [IridiumSkyblock] -------------------------------

[12:08:33] [Server thread/INFO]: [IridiumSkyblock] IridiumSkyblock Enabled!

[12:08:33] [Server thread/INFO]: [IridiumSkyblock] ------------------------------- [12:08:33] [Server thread/INFO]: [AureliumSkills] Enabling AureliumSkills vBeta 1.3.23 [12:08:33] [Server thread/INFO]: [AureliumSkills] WorldGuard Support Enabled! [12:08:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: aureliumskills [Beta 1.3.23] [12:08:33] [Server thread/INFO]: [AureliumSkills] PlaceholderAPI Support Enabled! [12:08:33] [Server thread/INFO]: [AureliumSkills] Vault Support Enabled! [12:08:33] [Server thread/INFO]: [AureliumSkills] Loaded 194 config options in 0 ms [12:08:33] [Server thread/INFO]: [AureliumSkills] Loaded 312 sources and 10 tags in 77ms [12:08:33] [Server thread/INFO]: [AureliumSkills] DecentHolograms Support Enabled! [12:08:33] [Server thread/INFO]: [AureliumSkills] [ACF] Enabled Asynchronous Tab Completion Support! [12:08:33] [Server thread/INFO]: [AureliumSkills] Loading languages... [12:08:35] [Server thread/INFO]: [AureliumSkills] Loaded 17 languages in 1168ms [12:08:35] [Server thread/INFO]: [AureliumSkills] Loaded 30 pattern rewards and 0 level rewards [12:08:35] [Server thread/INFO]: [AureliumSkills] Loaded 78 Ability Options in 3ms [12:08:35] [Server thread/INFO]: [AureliumSkills] Loaded 6 menus [12:08:35] [Server thread/INFO]: [AureliumSkills] Connected to MySQL database [12:08:35] [Server thread/INFO]: [AureliumSkills] Loaded 32 loot entries in 4 pools and 2 tables [12:08:35] [Server thread/INFO]: [AureliumSkills] Loaded 3 blocked worlds. [12:08:35] [Server thread/INFO]: [AureliumSkills] Aurelium Skills has been enabled [12:08:35] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R2! Trying to find NMS support [12:08:35] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R2' loaded! [12:08:35] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'AureliumSkills' to create a bStats instance! [12:08:35] [Server thread/INFO]: [FarmingUpgrade] Enabling FarmingUpgrade v1.6.0 [12:08:35] [Server thread/INFO]: [RHLeafDecay] Enabling RHLeafDecay v1.20_R1 [12:08:35] [Server thread/INFO]: [RHLeafDecay] The plugin has been loaded! [12:08:35] [Server thread/INFO]: [RHLeafDecay] You are using version 1.20_R1 /w 💕 by X0R3 [12:08:35] [Server thread/INFO]: [RHLeafDecay] Info: [12:08:35] [Server thread/INFO]: [RHLeafDecay] If you want your server be presented on the plugin page, then please contact me! :) [12:08:35] [Server thread/INFO]: [TAB] Enabling TAB v4.0.9 [12:08:35] [Server thread/INFO]: [TAB] Successfully connected to MySQL [12:08:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.0.9] [12:08:35] [Server thread/INFO]: [TAB] Enabled in 200ms [12:08:35] [Server thread/INFO]: [TreeFella] Enabling TreeFella v1.2 [12:08:35] [Server thread/INFO]: [StackMob] Enabling StackMob v5.8.8 [12:08:35] [Server thread/INFO]: [StackMob] StackMob v5.8.8 by antiPerson and contributors. [12:08:36] [Server thread/INFO]: [StackMob] GitHub: https://github.com/Nathat23/StackMob-5 Discord: https://discord.gg/fz9xzuB [12:08:36] [Server thread/INFO]: [StackMob] Loading config files... [12:08:36] [Server thread/INFO]: [StackMob] Registering hooks and trait checks... [12:08:36] [Server thread/INFO]: [StackMob] Registering events, commands and tasks... [12:08:36] [Server thread/INFO]: [StackMob] Detected CraftBukkit NMS version V1_20_R2 [12:08:36] [Server thread/INFO]: [Sleeper] Enabling Sleeper v1.4.5 [12:08:36] [Server thread/INFO]: [Sleeper] Sleeper Version 1.4.5 Has Been Enabled! [12:08:36] [Server thread/INFO]: [Playtimes] Enabling Playtimes v1.5.3* [12:08:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: PlayTimes [1.5] [12:08:36] [Server thread/INFO]: [Playtimes] [PlayTimes] PlaceholdersAPI Hooked! [12:08:36] [ForkJoinPool.commonPool-worker-1/INFO]: [StackMob] No update is currently available. [12:08:36] [Server thread/INFO]: [Playtimes] [PlayTimes] Successfully loaded. [12:08:36] [Server thread/INFO]: [Passky] Enabling Passky v2.2.0 [12:08:36] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting... [12:08:36] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed. [12:08:36] [Server thread/INFO]: [InvSee++] Enabling InvSeePlusPlus v0.24.6 [12:08:36] [Server thread/INFO]: [Graves] Enabling Graves v4.9.1.2 [12:08:36] [Server thread/INFO]: [Graves] Integration: Hooked into Vault 1.7.3-b131. [12:08:36] [Server thread/INFO]: [Graves] Integration: Hooked into ProtocolLib 5.1.1-SNAPSHOT-673. [12:08:36] [Server thread/INFO]: [Graves] Integration: Hooked into WorldEdit 7.2.17+6544-56d0383. [12:08:36] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.9+5934e49. [12:08:36] [Server thread/INFO]: [Graves] Integration: Hooked into MiniMessage. [12:08:36] [Server thread/INFO]: [Graves] Integration: Hooked into ChestSort 13.6.5. [12:08:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: graves [4.9.1.2] [12:08:36] [Server thread/INFO]: [Graves] Integration: Hooked into PlaceholderAPI 2.11.5. [12:08:36] [Server thread/INFO]: [Graves] Compatibility: Essentials Detected, make sure you don't have the essentials.keepinv or essentials.keepxp permissions. [12:08:36] [Server thread/INFO]: [ForcePack] Enabling ForcePack v1.2.9 [12:08:36] [Server thread/WARN]: [ForcePack] Could not save en_gb.yml to plugins/ForcePack/lang/en_gb.yml because en_gb.yml already exists. [12:08:36] [Server thread/INFO]: [ForcePack] Generated en_gb.yml [12:08:36] [Server thread/WARN]: [ForcePack] Could not save zh_cn.yml to plugins/ForcePack/lang/zh_cn.yml because zh_cn.yml already exists. [12:08:36] [Server thread/INFO]: [ForcePack] Generated zhcn.yml [12:08:36] [Server thread/INFO]: [ForcePack] Performing version size check... [12:08:36] [Server thread/INFO]: 1.8-1.15 (50 MB): Supported. [12:08:36] [Server thread/INFO]: 1.16-1.17 (100 MB): Supported. [12:08:36] [Server thread/INFO]: 1.18+ (250 MB): Supported. [12:08:36] [Server thread/INFO]: Hash verification complete. [12:08:36] [Server thread/INFO]: [ForcePack] Detected server version: 1.20.2-R0.1-SNAPSHOT (20). [12:08:36] [Server thread/INFO]: [ForcePack] Using recent ResourcePack methods to show prompt text. [12:08:36] [Server thread/INFO]: [ForcePack] [ForcePack] Enabled! [12:08:36] [Server thread/INFO]: [Morphy] Enabling Morphy v3.4 [12:08:36] [Server thread/INFO]: Version: 1.2 [12:08:37] [Server thread/INFO]: [KeepChunks] Enabling KeepChunks v1.6.11 [12:08:37] [Server thread/INFO]: [12:08:37] [Server thread/INFO]: _ _
[12:08:37] [Server thread/INFO]: () | | (____
) | | | v1.6.11 [12:08:37] [Server thread/INFO]: _
| | _ | | __ | | _ __ [12:08:37] [Server thread/INFO]: | ) | | | | | | | | | | |/ )/) [12:08:37] [Server thread/INFO]: | | \ | | | || | |____| | | | || | | | | (| | [12:08:37] [Server thread/INFO]: || _)__)) / _____)| ||____/|| ||| _|_/

[12:08:37] [Server thread/INFO]: [12:08:37] [Server thread/INFO]: [KeepChunks] KeepChunks v1.6.11 has been enabled [12:08:37] [Server thread/INFO]: [OtherAnimalTeleport] Enabling OtherAnimalTeleport v2.3-b86 [12:08:37] [Server thread/INFO]: [Drop2Inventory] Enabling Drop2Inventory v4.9.5 [12:08:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: drop2inventory [GENERIC] [12:08:37] [Server thread/INFO]: [ChestProtect] Enabling ChestProtect v5.14.0 [12:08:37] [Server thread/INFO]: [ChestProtect] Version: 5.14.0 Previous: 5.14.0 [12:08:37] [Server thread/INFO]: [ChestProtect] Server: 1.20.x running Paper [12:08:37] [Server thread/INFO]: [ChestProtect] Licensed to: 1904456 [12:08:37] [Server thread/INFO]: [ChestProtect] Experiencing issues or having questions? Join our Discord! [12:08:37] [Server thread/INFO]: [ChestProtect] Discord: https://discord.gg/B4MAJVk [12:08:37] [Server thread/INFO]: [ChestProtect] Wiki: https://github.com/Angeschossen/ChestProtect/wiki

[12:08:37] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated DecentHolograms as hologram manager. [12:08:37] [Server thread/INFO]: [ChestProtect] Setting up general tables... [12:08:37] [Server thread/INFO]: [ChestProtect] Successfully connected to SQL (MySQL) database. [12:08:37] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v1.7.1 [12:08:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: BetterChairs [1.0.0] [12:08:37] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [12:08:37] [Server thread/INFO]: Starting GS4 status listener [12:08:37] [Server thread/INFO]: Thread Query Listener started [12:08:37] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565 [12:08:37] [Server thread/ERROR]: Couldn't load server icon java.lang.NullPointerException: Cannot invoke "java.awt.image.BufferedImage.getWidth()" because "bufferedimage" is null at net.minecraft.server.MinecraftServer.lambda$loadStatusIcon$12(MinecraftServer.java:1340) ~[paper-1.20.2.jar:git-Paper-318] at java.util.Optional.flatMap(Optional.java:289) ~[?:?] at net.minecraft.server.MinecraftServer.loadStatusIcon(MinecraftServer.java:1336) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1091) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] [12:08:37] [Server thread/INFO]: Running delayed init tasks [12:08:37] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)! [12:08:37] [Server thread/INFO]: [CoreProtect] WorldEdit registrazione con successo inizializzato. [12:08:37] [Craft Scheduler Thread - 5 - Essentials/INFO]: [Essentials] Fetching version information... [12:08:37] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... [12:08:37] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loaded 1 holograms! [12:08:37] [Craft Scheduler Thread - 4 - Plan/INFO]: [Plan] Storing sessions that were preserved before previous shutdown. [12:08:37] [Craft Scheduler Thread - 10 - VillagerFollow/INFO]: [VillagerFollow] There is not a new update available. [12:08:38] [Craft Scheduler Thread - 7 - Quests/INFO]: [Quests] §2Update to 5.0.0-rc.3: §bhttps://github.com/PikaMug/Quests [12:08:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: plan [5.6 build 2614] [12:08:38] [Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] Checking for Updates ... [12:08:38] [Craft Scheduler Thread - 16 - Passky/INFO]:

[]============[Enabling Passky]============[] Information:
Name: Passky
Developer: Black1_TV
Version: 2.2.0
Website: https://rabbit-company.com
Sponsors:
- https://rabbitserverlist.com
Support:
Discord: ziga.zajc007
Mail: ziga.zajc007@gmail.com
Discord: https://discord.gg/hUNymXX

[]=========================================[]

[12:08:38] [Craft Scheduler Thread - 6 - Graves/INFO]: [Graves] Update: Outdated version detected 4.9.1.2, latest version is 4.9, https://www.spigotmc.org/resources/74208/ [12:08:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.7] [12:08:38] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime [12:08:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1] [12:08:38] [Server thread/INFO]: 2 placeholder hook(s) registered! [12:08:38] [Craft Scheduler Thread - 14 - Playtimes/INFO]: [Playtimes] [PlayTimes] Plugin is up to date! - 1.5.3 [12:08:38] [Server thread/WARN]: [OtherAnimalTeleport] Unrecognized world name specified (world2)! Skipping... [12:08:38] [Server thread/WARN]: [OtherAnimalTeleport] Unrecognized world name specified (world2_nether)! Skipping... [12:08:38] [Server thread/INFO]: [OtherAnimalTeleport] AnimalTeleport has been enabled! [12:08:38] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus [12:08:38] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated LuckPerms for offline permission lookups. [12:08:38] [Server thread/INFO]: [ChestProtect] Successfully added region provider: IridiumSkyblock Type: SKYBLOCK [12:08:38] [Server thread/INFO]: [ChestProtect] Successfully added region provider: WorldGuard Type: SERVER [12:08:38] [Server thread/INFO]: [AstralBooks] Checking for updates... [12:08:38] [Server thread/INFO]: [AstralBooks] No new version available! [12:08:38] [Server thread/INFO]: [IridiumSkyblock] You are using the latest version of IridiumSkyblock. [12:08:38] [Server thread/INFO]: [Drop2Inventory] You are using the latest version of Drop2Inventory.

[12:08:38] [Server thread/INFO]: Timings Reset [12:08:38] [Craft Scheduler Thread - 7 - OtherAnimalTeleport/WARN]: [OtherAnimalTeleport] Hooray! You're running the latest version! [12:08:38] [Craft Scheduler Thread - 12 - Plan/INFO]: [Plan] Stai usando l'ultima versione. [12:08:38] [Craft Scheduler Thread - 13 - RealScoreboard/INFO]: [RealScoreboard] The plugin is updated to the latest version. [12:08:38] [Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] No new version available [12:08:39] [Server thread/INFO]: [Quests] Loaded 4 Quest(s), 7 Action(s), 1 Condition(s) and 811 Phrase(s) [12:08:39] [Server thread/WARN]: [Quests] ZNPCsPlus was detected, but is not enabled! Fix ZNPCsPlus to allow linkage. [12:08:40] [Server thread/INFO]: [ChestProtect] Using default item currency for economy. You can edit the currency item for each locale in the corresponding GUI language files. Strict mode: false [12:08:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chestprotect [5.14.0] [12:08:40] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated PlaceholderAPI into chat system. [12:08:40] [Server thread/INFO]: [ChestProtect] [Integration] Initialized ChestSort integration to prevent players from sorting inventories that belong to protections at which they're not allowed. [12:08:42] [Server thread/INFO]: [ClearLagTimer] Attempting hooks... [12:08:42] [Server thread/INFO]: [ClearLagTimer] Hooked into PlaceholderAPI! [12:08:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: clearlagtimer [2023.12] [12:08:42] [Server thread/INFO]: [ClearLagTimer] Successfully performed 1 hooks! [12:08:44] [ForkJoinPool.commonPool-worker-3/INFO]: [ChestProtect] There is a new version available: 5.14.1 [12:08:45] [User Authenticator #0/INFO]: UUID of player ZioDave is 38eed39b-3eee-3cfc-814e-6e18c15b2c99 [12:08:47] [Server thread/INFO]: ZioDave joined the game [12:08:47] [Server thread/INFO]: ZioDave[/] logged in with entity id 565 at ([world]-304.5045712292046, 131.0, -175.69999998807907) [12:08:53] [Server thread/INFO]: ZioDave issued server command: /znpc

org.bukkit.command.CommandException: Cannot execute command 'znpc' in plugin ZNPCsPlus v2.0.0-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchCommand(CraftServer.java:991) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.2.jar:git-Paper-318] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.2.jar:?] at net.minecraft.commands.Commands.performCommand(Commands.java:330) ~[?:?] at net.minecraft.commands.Commands.performCommand(Commands.java:314) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2208) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$19(ServerGamePacketListenerImpl.java:2168) ~[?:?] at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?] at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1324) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:193) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1301) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1294) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114) ~[?:?] at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1410) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1156) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] [12:08:57] [Server thread/INFO]: ZioDave issued server command: /znpc

org.bukkit.command.CommandException: Cannot execute command 'znpc' in plugin ZNPCsPlus v2.0.0-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchCommand(CraftServer.java:991) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.2.jar:git-Paper-318] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.2.jar:?] at net.minecraft.commands.Commands.performCommand(Commands.java:330) ~[?:?] at net.minecraft.commands.Commands.performCommand(Commands.java:314) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2208) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$19(ServerGamePacketListenerImpl.java:2168) ~[?:?] at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?] at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1324) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:193) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1301) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1294) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114) ~[?:?] at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1410) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1156) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] [12:08:58] [Server thread/INFO]: ZioDave issued server command: /znpcs

org.bukkit.command.CommandException: Cannot execute command 'znpcs' in plugin ZNPCsPlus v2.0.0-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchCommand(CraftServer.java:991) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.2.jar:git-Paper-318] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.2.jar:?] at net.minecraft.commands.Commands.performCommand(Commands.java:330) ~[?:?] at net.minecraft.commands.Commands.performCommand(Commands.java:314) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2208) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$19(ServerGamePacketListenerImpl.java:2168) ~[?:?] at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?] at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1324) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:193) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1301) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1294) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?] at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1272) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1160) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] [12:09:00] [Server thread/INFO]: ZioDave issued server command: /znpcs

org.bukkit.command.CommandException: Cannot execute command 'znpcs' in plugin ZNPCsPlus v2.0.0-SNAPSHOT - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchCommand(CraftServer.java:991) ~[paper-1.20.2.jar:git-Paper-318] at org.bukkit.craftbukkit.v1_20_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.2.jar:git-Paper-318] at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.2.jar:?] at net.minecraft.commands.Commands.performCommand(Commands.java:330) ~[?:?] at net.minecraft.commands.Commands.performCommand(Commands.java:314) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2208) ~[?:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$19(ServerGamePacketListenerImpl.java:2168) ~[?:?] at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?] at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1324) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:193) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1301) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1294) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?] at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1272) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1160) ~[paper-1.20.2.jar:git-Paper-318] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318] at java.lang.Thread.run(Thread.java:833) ~[?:?] [12:09:07] [Server thread/INFO]: ZioDave issued server command: /plugins [12:09:09] [Server thread/INFO]: ZioDave issued server command: /version ZNPCsPlus

Pyrbu commented 10 months ago

This seems like a bug in the packet library that we use, I will look at it in a bit

Pyrbu commented 10 months ago

The only way I can get this bug to reproduce is to manually delete the assets folder from the PacketEvents jar, please try to delete the libraries folder in the ZNpcsPlus folder and restart your server because I think you might have some corrupted library jars.

SicuramenteDave commented 10 months ago

The only way I can get this bug to reproduce is to manually delete the assets folder from the PacketEvents jar, please try to delete the libraries folder in the ZNpcsPlus folder and restart your server because I think you might have some corrupted library jars.

Yes, thank you for the reply, I resolved deleting the libraries folder as you said. Thanks for all.