PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
49 stars 21 forks source link

NullPointerException: Cannot invoke "org.bukkit.plugin.Plugin.getDataFolder()" because "" is null #3253

Closed NoltoxGit closed 7 months ago

NoltoxGit commented 7 months ago

Terms

Discord tag (optional)

No response

What happened?

Hello hello, When I start ItemsAdder with LoneLibs in their respective latest versions, I get errors in my console when I start my server.

Steps to reproduce the issue

  1. Download the latest version of ItemsAdder
  2. Download the latest version of LoneLibs
  3. Start your server and see the errors

Server version

Current: git-Purpur-2095 (MC: 1.20.2)* Previous: git-Purpur-2094 (MC: 1.20.2)

ItemsAdder Version

ItemsAdder version 3.6.3-beta-3 Customized Minecraft without client mods! Website: devs.beer Author: LoneDev

ProtocolLib Version

ProtocolLib version 5.2.0-SNAPSHOT-679 Provides read/write access to the Minecraft protocol. Authors: dmulloy2 and comphenix

LoneLibs Version

LoneLibs version 1.0.42 Collection of libs used by my plugins Authors: LoneDev and others

FULL server log

[19:16:40] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [19:16:40] [ServerMain/INFO]: Loaded 1174 recipes [19:16:40] [ServerMain/INFO]: Loaded 0 advancements [19:16:40] [Server thread/INFO]: Starting minecraft server version 1.20.2 [19:16:40] [Server thread/INFO]: Loading properties [19:16:40] [Server thread/INFO]: This server is running Purpur version git-Purpur-2095 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: 4f12f5d on HEAD) [19:16:41] [Server thread/INFO]: Server Ping Player Sample Count: 12 [19:16:41] [Server thread/INFO]: Using 4 threads for Netty based IO [19:16:41] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads [19:16:41] [Server thread/WARN]: [Pufferfish] Will not enable SIMD! These optimizations are only safely supported on Java 17, Java 18, and Java 19. [19:16:41] [Server thread/INFO]: Default game type: SURVIVAL [19:16:41] [Server thread/INFO]: Generating keypair [19:16:41] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25576 [19:16:41] [Server thread/INFO]: Using epoll channel type [19:16:41] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity. [19:16:41] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity. [19:16:42] [Server thread/WARN]: Legacy plugin UnbreakableAnvils v2.2.0 does not specify an api-version. [19:16:42] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.9.2 [19:16:42] [Server thread/INFO]: [ViaVersion] ViaVersion 4.9.2 is now loaded. Registering protocol transformers and injecting... [19:16:43] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.113 [19:16:43] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-CMI [19:16:43] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5 [19:16:43] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.8.5-SNAPSHOT [19:16:43] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@24a8c8bf] [19:16:43] [Server thread/INFO]: [PlayerPoints] Loading server plugin PlayerPoints v3.2.6 [19:16:43] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.2.0-SNAPSHOT-679 [19:16:43] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.10-SNAPSHOT+2260-c7319f1 [19:16:43] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.4.4.2 [19:16:43] [Server thread/INFO]: [HeadDatabase] Loading server plugin HeadDatabase v4.18.3 [19:16:43] [Server thread/INFO]: [CMI] Loading server plugin CMI v9.6.9.3 [19:16:43] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.42 [19:16:43] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3281) [19:16:43] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.12 [19:16:43] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.5 [19:16:43] [Server thread/INFO]: [NBTAPI] Loading server plugin NBTAPI v2.12.2 [19:16:43] [Server thread/INFO]: [NBTAPI] bStats disabled [19:16:43] [Server thread/INFO]: [NBTAPI] Update check disabled [19:16:44] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R2! Trying to find NMS support [19:16:44] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R2' loaded! [19:16:44] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.6.3-beta-3 [19:16:44] [Server thread/ERROR]: [ItemsAdder] Error initializing plugin 'ItemsAdder_3.6.3-beta-3.jar' in folder 'plugins' (Is it up to date?) java.lang.NullPointerException: Cannot invoke "org.bukkit.plugin.Plugin.getDataFolder()" because "" is null at ia.m.qY.(SourceFile:118) ~[ItemsAdder_3.6.3-beta-3.jar:?] at ia.m.qY.(SourceFile:78) ~[ItemsAdder_3.6.3-beta-3.jar:?] at ia.m.qY.(SourceFile:68) ~[ItemsAdder_3.6.3-beta-3.jar:?] at ia.m.P.m(SourceFile:601) ~[ItemsAdder_3.6.3-beta-3.jar:?] at ia.m.O.m(SourceFile:436) ~[ItemsAdder_3.6.3-beta-3.jar:?] at dev.lone.itemsadder.Main.bN(SourceFile:592) ~[ItemsAdder_3.6.3-beta-3.jar:?] at dev.lone.itemsadder.Main.onLoad(SourceFile:180) ~[ItemsAdder_3.6.3-beta-3.jar:?] at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[purpur-1.20.2.jar:git-Purpur-2095] at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[purpur-1.20.2.jar:git-Purpur-2095] at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[purpur-1.20.2.jar:git-Purpur-2095] at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[purpur-1.20.2.jar:git-Purpur-2095] at org.bukkit.craftbukkit.v1_20_R2.CraftServer.loadPlugins(CraftServer.java:528) ~[purpur-1.20.2.jar:git-Purpur-2095] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:310) ~[purpur-1.20.2.jar:git-Purpur-2095] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1102) ~[purpur-1.20.2.jar:git-Purpur-2095] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[purpur-1.20.2.jar:git-Purpur-2095] at java.lang.Thread.run(Thread.java:1583) ~[?:?] [19:16:44] [Server thread/INFO]: [ZNPCsPlus] Loading server plugin ZNPCsPlus v2.0.0-SNAPSHOT [19:16:44] [Server thread/INFO]: [ZNPCsPlus] Downloading and loading libraries, this might take a while if this is the first time you're launching the plugin [19:16:44] [Server thread/INFO]: [ZNPCsPlus] Loaded 26 libraries! [19:16:44] [Server thread/INFO]: [RoseStacker] Loading server plugin RoseStacker v1.5.17-SNAPSHOT [19:16:44] [Server thread/INFO]: [Lands] Loading server plugin Lands v6.42.11 [19:16:44] [Server thread/INFO]: [Lands] Using default item currency for economy. You can edit the currency item for each locale in the corresponding GUI language files. Strict mode: false [19:16:44] [Server thread/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [19:16:44] [Server thread/INFO]: [Lands] Using SQLite. [19:16:44] [Server thread/INFO]: [Lands] Setting up tables... [19:16:44] [Server thread/INFO]: [Lands] Your SQL DBMS version: 3.42.0 (SQLite) Wiki: https://github.com/Angeschossen/Lands/wiki/Database [19:16:44] [Server thread/INFO]: [Lands] Successfully connected to SQL database. [19:16:44] [Server thread/INFO]: [Lands] Added flag 'lands-claim' to the plugin WorldGuard. [19:16:44] [Server thread/INFO]: [WorldGuardExtraFlags] Loading server plugin WorldGuardExtraFlags v4.2.2 [19:16:44] [Server thread/INFO]: [AdvancedChests] Loading server plugin AdvancedChests v29.4 [19:16:44] [Server thread/INFO]: [BeautyQuests] Loading server plugin BeautyQuests v1.0.1 [19:16:44] [Server thread/INFO]: [AdvancedEnchantments] Loading server plugin AdvancedEnchantments v9.5.26 [19:16:44] [Server thread/INFO]: [UpgradeableHoppers] Loading server plugin UpgradeableHoppers v4.15.0 [19:16:44] [Server thread/INFO]: [Lands] [Integrations] 3rd party plugin hooking into Lands: UpgradeableHoppers [19:16:44] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2 [19:16:44] [Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.1.5 [19:16:44] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.58 [19:16:44] [Server thread/INFO]: [Codex] Loading server plugin Codex v1.14.1 [19:16:44] [Server thread/INFO]: [MasterCooldowns] Loading server plugin MasterCooldowns v1.6.1 [19:16:44] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.3.95 [19:16:44] [Server thread/INFO]: [BeautyQuests Expansion] Loading server plugin BeautyQuests-Expansion v1.2.5 [19:16:44] [Server thread/INFO]: [Pl-Hide-Pro] Loading server plugin Pl-Hide-Pro v2.7.5.1 [19:16:44] [Server thread/INFO]: [CustomFishing] Loading server plugin CustomFishing v2.0.6 [19:16:44] [Server thread/INFO]: [ChestProtect] Loading server plugin ChestProtect v5.14.1 [19:16:44] [Server thread/INFO]: [Lands] [Integrations] 3rd party plugin hooking into Lands: ChestProtect [19:16:44] [Server thread/INFO]: [ChestProtect] Added flag 'ChestProtect-lock' to the plugin WorldGuard. [19:16:44] [Server thread/INFO]: [BungeeGuard] Loading server plugin BungeeGuard v1.3-SNAPSHOT [19:16:44] [Server thread/INFO]: [CommandForward] Loading server plugin CommandForward v0.5.0 [19:16:44] [Server thread/INFO]: [Quests] Loading server plugin Quests v3.14.2-98e55ac [19:16:44] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.3.6 [19:16:44] [Server thread/INFO]: [CustomNameplates] Loading server plugin CustomNameplates v2.... [19:16:44] [Server thread/INFO]: [RHLeafDecay] Loading server plugin RHLeafDecay v1.20_R1 [19:16:44] [Server thread/INFO]: [RoseLoot] Loading server plugin RoseLoot v1.2.8 [19:16:44] [Server thread/INFO]: [RoseLoot] Initializing using RoseGarden v1.3.0.2-DEV-SNAPSHOT [19:16:44] [Server thread/INFO]: [UnbreakableAnvils] Loading server plugin UnbreakableAnvils v2.2.0 [19:16:44] [Server thread/INFO]: [OpenInv] Loading server plugin OpenInv v4.4.2-SNAPSHOT [19:16:44] [Server thread/INFO]: [zMenu] Loading server plugin zMenu v1.0.2.1 [19:16:44] [Server thread/INFO]: [AntiPopup] Loading server plugin AntiPopup v7.3 [19:16:44] [Server thread/INFO]: [AntiPopup] Loaded PacketEvents. [19:16:44] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [19:16:44] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.113

[19:16:44] [Server thread/INFO]: | |__) LuckPerms v5.4.113 [19:16:44] [Server thread/INFO]: |___ | Running on Bukkit - Purpur [19:16:44] [Server thread/INFO]: [19:16:44] [Server thread/INFO]: [LuckPerms] Loading configuration... [19:16:45] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB] [19:16:45] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting... [19:16:45] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed. [19:16:45] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL] [19:16:45] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [19:16:45] [Server thread/INFO]: [LuckPerms] Performing initial data load... [19:16:45] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1096ms) [19:16:45] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-CMI [19:16:45] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting [19:16:45] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [19:16:45] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-CMI [19:16:45] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [19:16:45] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.8.5-SNAPSHOT [19:16:45] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully [19:16:45] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully [19:16:45] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [19:16:45] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [19:16:46] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R2.PaperweightFaweAdapter as the Bukkit adapter [19:16:46] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.6 [19:16:46] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.2.5 [19:16:46] [Server thread/INFO]: [PlayerPoints] Data handler connected using MySQL. [19:16:46] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679 [19:16:46] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.42 [19:16:46] [Server thread/INFO]: [BungeeGuard] Enabling BungeeGuard v1.3-SNAPSHOT [19:16:46] [Server thread/INFO]: [BungeeGuard] Using Paper's PlayerHandshakeEvent to listen for connections. [19:16:46] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.6

[19:16:46] [Server thread/WARN]: It seems like you're running on paper. [19:16:46] [Server thread/WARN]: This may cause issues. [19:16:46] [Server thread/WARN]: If you encounter any issues, please join my discord: https://discord.gg/dBhfCzdZxq [19:16:46] [Server thread/WARN]: Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan

[19:16:46] [Server thread/WARN]: ** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [19:16:46] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [19:16:46] [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. [19:16:46] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information. [19:16:46] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [19:16:46] [Server thread/INFO]: Preparing level "Spawn" [19:16:46] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [19:16:46] [Server thread/INFO]: Time elapsed: 104 ms [19:16:46] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.9.2 [19:16:46] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20.2 (764) [19:16:46] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5 [19:16:46] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [19:16:46] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.10-SNAPSHOT+2260-c7319f1 [19:16:46] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED. [19:16:46] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED. [19:16:46] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED. [19:16:46] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED. [19:16:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn' [19:16:46] [Server thread/INFO]: [WorldGuard] Loading region data... [19:16:47] [Server thread/INFO]: [CMILib] Enabling CMILib v1.4.4.2 [19:16:47] [Server thread/INFO]: Server version: v1_20_R2 - 1.20.2 - purpur [19:16:47] [Server thread/INFO]: CMI hooked. [19:16:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [...**] [19:16:47] [Server thread/INFO]: PlaceholderAPI hooked. [19:16:47] [Server thread/INFO]: Updated (EN) language file. Took 11ms [19:16:47] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.18.3 [19:16:47] [Server thread/INFO]: [HeadDatabase] §bUsing default §3"en_US.lang" §bcreated by §6Arcaniax [19:16:47] [Server thread/INFO]: [HeadDatabase] Economy successfully setup using CURRENCY! [19:16:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: hdb [4.18.3] [19:16:47] [Server thread/INFO]: [CMI] Enabling CMI v9.6.9.3 [19:16:47] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓ [19:16:47] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛ [19:16:47] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃ [19:16:47] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃ [19:16:47] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓ [19:16:47] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛

[19:16:47] [Server thread/INFO]: Integrating PaperSpigot async methods [19:16:47] [Server thread/INFO]: Vault found. (Loaded: true) [19:16:47] [Server thread/INFO]: Citizens found. (Loaded: false) [19:16:48] [Server thread/INFO]: 31 Enabled and 28 Disabled modules [19:16:48] [Folia Async Scheduler Thread #0/INFO]: [HeadDatabase] Could not download database, Attempting to use the backup database! [19:16:48] [Server thread/INFO]: ProtocolLib found. (Loaded: true) [19:16:48] [Server thread/INFO]: Permission plugin: LuckPerms5.4.113 [19:16:48] [Server thread/INFO]: Initialized Cipher256 AES [19:16:48] [Server thread/INFO]: Loaded (61) regular alias into memory. Took 14ms [19:16:48] [Server thread/INFO]: Loaded (23) custom text's into memory. Took 1ms [19:16:48] [Server thread/INFO]: (RandomTeleportation) Can't find world with (Survie) name [19:16:48] [Server thread/INFO]: 3.42.0 data base type detected [19:16:48] [Server thread/INFO]: Started SqLite data base. Took 43ms [19:16:48] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy [19:16:48] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 0ms [19:16:48] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms [19:16:48] [Server thread/INFO]: Loaded (0) custom mob heads into memory. Took 3ms [19:16:48] [Server thread/INFO]: Loaded (2) cooldowns into memory. Took 8ms [19:16:48] [Server thread/INFO]: Loaded (4) warmups into memory. Took 0ms [19:16:48] [Server thread/INFO]: Enabling BungeeCord Support [19:16:48] [Server thread/INFO]: Loaded (6) kits into memory. Took 6ms [19:16:48] [Server thread/INFO]: Loaded (15) player data into memory. Took 6ms [19:16:48] [Server thread/INFO]: Loaded (9) playtime records into memory. Took 0ms [19:16:48] [Server thread/INFO]: Loaded (0) playtime reward records into memory. Took 0ms [19:16:48] [Server thread/INFO]: Loaded (96) custom alias into memory. Took 2ms [19:16:48] [Server thread/INFO]: Loaded (3) interactive commands into memory. Took 0ms [19:16:48] [Server thread/INFO]: Registered events. Took 41ms [19:16:48] [Server thread/INFO]: Loaded (0) event action commands into memory. Took 2ms [19:16:48] [Server thread/INFO]: Loaded (EN) language file into memory. Took 68ms [19:16:48] [Server thread/INFO]: Loaded (1) worth values into memory. Took 1ms [19:16:48] [Server thread/INFO]: Loaded (28) warps into memory. Took 1ms [19:16:48] [Server thread/INFO]: VaultPermissions found. (Loaded: true) [19:16:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmi [...] [19:16:48] [Server thread/INFO]: PlaceholderAPI hooked. [19:16:48] [Server thread/INFO]: PlaceholderAPI found. (Loaded: true) [19:16:48] [Server thread/INFO]: Starting world timer. [19:16:48] [Server thread/INFO]: Initializing world manager. [19:16:48] [Server thread/INFO]: Loaded (6) schedules into memory. Took 3ms [19:16:48] [Server thread/INFO]: Loaded GeoIP [19:16:48] [Server thread/INFO]: Loaded (19) holograms into memory. Took 58ms [19:16:48] [Server thread/INFO]: Loaded (1) skin cache entries into memory. Took 0ms [19:16:48] [Server thread/INFO]: Loaded (4) custom recipes into memory. Took 7ms [19:16:48] [Server thread/INFO]: Loaded (0) ArmorStand templates into memory. Took 0ms [19:16:48] [Server thread/INFO]: Version 9.6.9.3 has been enabled

[19:16:48] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked. [19:16:48] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3281) [19:16:48] [Server thread/INFO]: [Citizens] Loading external libraries [19:16:48] [Folia Async Scheduler Thread #0/INFO]: [HeadDatabase] Successfully loaded 60008 heads! [19:16:48] [Folia Async Scheduler Thread #0/INFO]: [HeadDatabase] Successfully loaded 18 featured tags! [19:16:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0] [19:16:48] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault. [19:16:48] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12 [19:16:48] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" 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--]. [19:16:48] [Server thread/INFO]: [Multiverse-Core] §aWe 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. [19:16:49] [Server thread/INFO]: Preparing start region for dimension minecraft:recolte [19:16:49] [Server thread/INFO]: Time elapsed: 222 ms [19:16:49] [Server thread/INFO]: [WorldGuard] (recolte) TNT ignition is PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (recolte) Lighters are PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (recolte) Lava fire is PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (recolte) Fire spread is UNRESTRICTED. [19:16:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'recolte' [19:16:49] [Server thread/INFO]: Preparing start region for dimension minecraft:survie [19:16:49] [Server thread/INFO]: Time elapsed: 71 ms [19:16:49] [Server thread/INFO]: [WorldGuard] (Survie) TNT ignition is PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (Survie) Lighters are PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (Survie) Lava fire is PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (Survie) Fire spread is UNRESTRICTED. [19:16:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survie' [19:16:49] [Server thread/INFO]: Preparing start region for dimension minecraft:admin [19:16:49] [Server thread/INFO]: Time elapsed: 8 ms [19:16:49] [Server thread/INFO]: [WorldGuard] (Admin) TNT ignition is PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (Admin) Lighters are PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (Admin) Lava fire is PERMITTED. [19:16:49] [Server thread/INFO]: [WorldGuard] (Admin) Fire spread is UNRESTRICTED. [19:16:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Admin' [19:16:49] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded. [19:16:49] [Server thread/INFO]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [19:16:49] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.5 [19:16:49] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.12.2 [19:16:49] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.6.3-beta-3 [19:16:49] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R2! Trying to find NMS support [19:16:49] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R2' loaded!

ItemsAdder 3.6.3-beta-3 | | | |\/| /` /\ | \ | \ | |) LoneLibs 1.0.42 | | | | | ./ /--\ |/ |__/ |___ | \ Purpur git-Purpur-2095 (MC: 1.20.2)

[19:16:49] [Server thread/INFO]: [ItemsAdder] [Host] Starting self-host webserver on port: 25567 [19:16:49] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] Plugin ItemsAdder tried to register listener for unknown packet RESOURCE_PACK_SEND[PLAY, SERVER, 234, classNames: [net.minecraft.network.protocol.game.PacketPlayOutResourcePackSend, net.minecraft.network.protocol.game.ClientboundResourcePackSendPacket, net.minecraft.network.play.server.SPacketResourcePackSend] (unregistered)] [direction: from SERVER] [19:16:50] [Server thread/INFO]: [ItemsAdder] Registered Citizens NPC Trait: customentity [19:16:50] [Server thread/INFO]: [ZNPCsPlus] Enabling ZNPCsPlus v2.0.0-SNAPSHOT [19:16:50] [Server thread/INFO]: _ _ [19:16:50] [Server thread/INFO]: / |\ | |) | (` | ZNPCsPlus v2.0.0-SNAPSHOT [19:16:50] [Server thread/INFO]: / | | | | .) | Maintained with ❤ by Pyr#6969 [19:16:50] [Server thread/INFO]: [19:16:50] [Server thread/INFO]: Initializing libraries... [19:16:50] [Server thread/INFO]: Initializing components... [19:16:50] [Server thread/INFO]: Registerring components... [19:16:50] [Server thread/INFO]: Starting tasks... [19:16:50] [Server thread/INFO]: Loading data... [19:16:50] [Server thread/INFO]: Loading complete! (227ms) [19:16:50] [Server thread/INFO]: [19:16:50] [Server thread/INFO]: [RoseStacker] Enabling RoseStacker v1.5.17-SNAPSHOT [19:16:50] [Server thread/INFO]: [RoseStacker] Initializing using RoseGarden v1.2.4 [19:16:50] [Server thread/WARN]: [RoseStacker] ================================================ [19:16:50] [Server thread/WARN]: [RoseStacker] You are currently running a DEVELOPMENT BUILD! [19:16:50] [Server thread/WARN]: [RoseStacker] These types of builds are not meant to be run [19:16:50] [Server thread/WARN]: [RoseStacker] on a production server, and are not supported. [19:16:50] [Server thread/WARN]: [RoseStacker] ================================================ [19:16:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rosestacker [1.5.17-SNAPSHOT] [19:16:50] [Server thread/INFO]: [Lands] Enabling Lands v6.42.11 [19:16:50] [Server thread/INFO]: [Lands]
[19:16:50] [Server thread/INFO]: [Lands] | | | |
[19:16:50] [Server thread/INFO]: [Lands] | | | | __ [19:16:50] [Server thread/INFO]: [Lands] | | / || '_ \ / _ |/ | [19:16:50] [Server thread/INFO]: [Lands] | || (| || | | || (| |_ \ [19:16:50] [Server thread/INFO]: [Lands] \/ _,||| || _,||___/ [19:16:50] [Server thread/INFO]: [Lands] Version: 6.42.11 Previous: 6.42.11 [19:16:50] [Server thread/INFO]: [Lands] Server: 1.20.x running Paper [19:16:50] [Server thread/INFO]: [Lands] Licensed to: 1197263 [19:16:50] [Server thread/INFO]: [Lands] Experiencing issues or having questions? Join our Discord! [19:16:50] [Server thread/INFO]: [Lands] Discord: https://discord.gg/B4MAJVk [19:16:50] [Server thread/INFO]: [Lands] Wiki: https://github.com/Angeschossen/Lands/wiki

[19:16:50] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated CMI as hologram manager. [19:16:50] [Server thread/INFO]: [Lands] Performing initial data load. [19:16:50] [Server thread/INFO]: [Lands] There are currently 4 created land(s). [19:16:50] [Server thread/INFO]: [Lands] Initial data load took 15 ms. [19:16:50] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.2 [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler [19:16:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler [19:16:50] [Server thread/INFO]: [AdvancedChests] Enabling AdvancedChests v29.4 [19:16:50] [Server thread/INFO]: H » NBTAPI was found, please make sure to have it enabled on config for a better experience [19:16:50] [Server thread/INFO]: [BeautyQuests] Enabling BeautyQuests v1.0.1 [19:16:50] [Server thread/INFO]: [BeautyQuests] ------------ BeautyQuests ------------ [19:16:50] [Server thread/INFO]: [BeautyQuests] Loaded valid Minecraft version 1_20_R2. [19:16:50] [Server thread/INFO]: [BeautyQuests] Loaded language en_US (0.01s)! [19:16:50] [Server thread/INFO]: [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color R255 G255 B0 [19:16:50] [Server thread/INFO]: [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR [19:16:50] [Server thread/INFO]: [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT [19:16:51] [Server thread/INFO]: [BeautyQuests] Adding znpcsplus as a npc factory [19:16:51] [Server thread/INFO]: [BeautyQuests] Adding citizens as a npc factory [19:16:51] [Server thread/WARN]: [BeautyQuests] BQDecentHolograms will replace BQCMI as the new holograms manager. [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: beautyquests [1.0.1] [19:16:51] [Server thread/INFO]: [BeautyQuests] Placeholders registered ! [19:16:51] [Server thread/INFO]: [WorldGuard] Registering session handler fr.skytasul.quests.integrations.worldguard.WorldGuardEntryHandler [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v9.5.26 [19:16:51] [Server thread/INFO]: [Lands] [Integrations] 3rd party plugin hooking into Lands: AdvancedEnchantments [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into WorldGuard. [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into WorldGuardExtraFlags. [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: advancedenchantments [1.0.0] [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into PlaceholderAPI. [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into ProtocolLib. [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into CMI. [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Loaded 7 armor sets. [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Loaded 5 weapons. [19:16:51] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into economy plugin (Vault) [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Enabling UpgradeableHoppers v4.15.0 [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Version: 4.15.0 Previous: 4.15.0 [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Server: 1.20.x running Paper [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Licensed to: 12433 [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Experiencing issues or having questions? Join our Discord! [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Discord: https://discord.gg/B4MAJVk [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Wiki: https://github.com/Angeschossen/UpgradeableHoppers/wiki

[19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Using SQLITE as database driver. [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Successful connected to SQL database. [19:16:51] [Server thread/INFO]: [UpgradeableHoppers] Database is ready. [19:16:51] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2 [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.2] [19:16:51] [Server thread/INFO]: [TAB] Enabled in 53ms [19:16:51] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.1.5 [19:16:51] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML [19:16:51] [Server thread/INFO]: [ItemEdit] Hooking into Vault [19:16:51] [Server thread/INFO]: [ItemEdit] Hooking into PlaceholderApi [19:16:51] [Server thread/INFO]: [ItemEdit] Hooked into PlaceHolderAPI: [19:16:51] [Server thread/INFO]: [ItemEdit] placeholders: [19:16:51] [Server thread/INFO]: [ItemEdit] %itemeditamount<{itemid}>[{slot}][{player}]% [19:16:51] [Server thread/INFO]: [ItemEdit] shows how many itemid player has on slot [19:16:51] [Server thread/INFO]: [ItemEdit] <{itemid}> for item id on serveritem [19:16:51] [Server thread/INFO]: [ItemEdit] [{slot}] for the slot where the item should be counted, by default inventory [19:16:51] [Server thread/INFO]: [ItemEdit] Values: inventory (include offhand), equip (include offhand), inventoryandequip (include offhand), hand, offhand, head, chest, legs, feet [19:16:51] [Server thread/INFO]: [ItemEdit] [{player}] for the player, by default self [19:16:51] [Server thread/INFO]: [ItemEdit] example: %itemeditamount{my_itemid}{hand}% [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemedit [1.0] [19:16:51] [Server thread/INFO]: [ItemEdit] # Enabled (took 23 ms) [19:16:51] [Server thread/INFO]: [spark] Enabling spark v1.10.58 [19:16:51] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.58] [19:16:51] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders [19:16:51] [Server thread/INFO]: [Codex] Enabling Codex v1.14.1 [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: codex [1.14.1] [19:16:51] [Server thread/INFO]: [Codex] Has been enabled! Version: 1.14.1 [19:16:51] [Server thread/INFO]: [Codex] Thanks for using my plugin! ~Ajneb97 [19:16:51] [Server thread/INFO]: [MasterCooldowns] Enabling MasterCooldowns v1.6.1 [19:16:51] [Server thread/INFO]: [MasterCooldowns] §cNo cooldowns found. [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mcd [1.6.1] [19:16:51] [Server thread/INFO]: [MasterCooldowns] §aPlaceholderAPI hook enabled. [19:16:51] [Server thread/INFO]: [Chunky] Enabling Chunky v1.3.95 [19:16:51] [Server thread/INFO]: [BeautyQuests Expansion] Enabling BeautyQuests-Expansion v1.2.5 [19:16:51] [Server thread/INFO]: [BeautyQuests Expansion] ------- BeautyQuests Expansion ------- [19:16:51] [Server thread/INFO]: [BeautyQuests Expansion] Thank you for purchasing the expansion! [19:16:51] [Server thread/INFO]: [BeautyQuests Expansion] Hooked expansion version 1.2.5 [19:16:51] [Server thread/INFO]: [BeautyQuests Expansion] Loaded language en_US (0.001s)! [19:16:51] [Server thread/WARN]: [BeautyQuests Expansion] You are not using a database to save BeautyQuests datas. Quest points leaderboard is disabled. [19:16:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: beautyquests-expansion-points [1.2.5] [19:16:51] [Server thread/INFO]: [BeautyQuests Expansion] Registered quest points placeholders. [19:16:51] [Server thread/INFO]: [BeautyQuests Expansion] 4 expanded features have been loaded. [19:16:51] [Server thread/INFO]: [Pl-Hide-Pro] Enabling Pl-Hide-Pro v2.7.5.1 [19:16:51] [Server thread/INFO]: [CustomFishing] Enabling CustomFishing v2.0.6 [19:16:51] [Server thread/INFO]: [CustomFishing] ItemsAdder hooked! [19:16:51] [Server thread/INFO]: [CustomFishing] AdvancedEnchantments hooked! [19:16:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cfcompetition [2.0] [19:16:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fishingstats [2.0] [19:16:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: customfishing [2.0] [19:16:52] [Server thread/INFO]: [ChestProtect] Enabling ChestProtect v5.14.1 [19:16:52] [Server thread/INFO]: [ChestProtect] Version: 5.14.1 Previous: 5.14.1 [19:16:52] [Server thread/INFO]: [ChestProtect] Server: 1.20.x running Paper [19:16:52] [Server thread/INFO]: [ChestProtect] Licensed to: 12433 [19:16:52] [Server thread/INFO]: [ChestProtect] Experiencing issues or having questions? Join our Discord! [19:16:52] [Server thread/INFO]: [ChestProtect] Discord: https://discord.gg/B4MAJVk [19:16:52] [Server thread/INFO]: [ChestProtect] Wiki: https://github.com/Angeschossen/ChestProtect/wiki

[19:16:52] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated CMI as hologram manager. [19:16:52] [Server thread/INFO]: [ChestProtect] Setting up general tables... [19:16:52] [Server thread/INFO]: [ChestProtect] Successfully connected to SQL (SQLite) database. [19:16:52] [Server thread/INFO]: [CommandForward] Enabling CommandForward v0.5.0 [19:16:52] [Server thread/INFO]: [Quests] Enabling Quests v3.14.2-98e55ac [19:16:52] [Server thread/INFO]: [Quests] Running server scheduler: FoliaServerScheduler [19:16:52] [Server thread/INFO]: [Quests] Initialising storage provider 'yaml' [19:16:52] [Server thread/INFO]: [Quests] Your server is running version 1.20 [19:16:52] [Server thread/INFO]: [CustomNameplates] Enabling CustomNameplates v2.... [19:16:52] [Server thread/INFO]: [CustomNameplates] Running on git-Purpur-2095 (MC: 1.20.2) [19:16:52] [pool-78-thread-1/INFO]: [CustomFishing] You are using the latest version. [19:16:52] [Server thread/INFO]: [CustomNameplates] Loaded 3 backgrounds [19:16:52] [Server thread/INFO]: [CustomNameplates] Loaded 2 bossbars [19:16:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: nameplates [2.2] [19:16:52] [Server thread/INFO]: [CustomNameplates] Plugin Enabled! [19:16:52] [Server thread/INFO]: [RHLeafDecay] Enabling RHLeafDecay v1.20_R1 [19:16:52] [Server thread/INFO]: [RHLeafDecay] The plugin has been loaded! [19:16:52] [Server thread/INFO]: [RHLeafDecay] You are using version 1.20_R1 /w 💕 by X0R3 [19:16:52] [Server thread/INFO]: [RHLeafDecay] Info: [19:16:52] [Server thread/INFO]: [RHLeafDecay] If you want your server be presented on the plugin page, then please contact me! :) [19:16:52] [Server thread/INFO]: [RoseLoot] Enabling RoseLoot v1.2.8 [19:16:52] [Server thread/INFO]: [UnbreakableAnvils] Enabling UnbreakableAnvils v2.2.0* [19:16:52] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.4.2-SNAPSHOT [19:16:52] [Server thread/INFO]: [zMenu] Enabling zMenu v1.0.2.1 [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] === ENABLE START === [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] Plugin Version V1.0.2.1 [19:16:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: zmenu [...] [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] plugins/zMenu/config.json loaded successfully ! [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] plugins/zMenu/players-inventory.json loaded successfully ! [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] plugins/zMenu/players.json loaded successfully ! [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] Scheduler: fr.maxlego08.menu.scheduler.FoliaScheduler@4e50b4d5 [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] DupeManager: fr.maxlego08.menu.dupe.PDCDupeManager@73dc547d [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] Use ComponentMeta [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] Loading 17 commands [19:16:52] [Server thread/INFO]: [zMenu v1.0.2.1] === ENABLE DONE (175ms) === [19:16:52] [Server thread/INFO]: [AntiPopup] Enabling AntiPopup v7.3 [19:16:52] [Server thread/INFO]: [AntiPopup] Config enabled. [19:16:52] [Server thread/INFO]: [AntiPopup] Initiated PacketEvents. [19:16:52] [Server thread/INFO]: [AntiPopup] Hooked on 1.20.2 [19:16:52] [Server thread/INFO]: [AntiPopup] Commands registered. [19:16:52] [Server thread/INFO]: [AntiPopup] Logger filter enabled. [19:16:53] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [19:16:53] [Server thread/INFO]: Starting GS4 status listener [19:16:53] [Server thread/INFO]: Thread Query Listener started [19:16:53] [Query Listener #1/INFO]: Query running on 0.0.0.0:25576 [19:16:53] [Server thread/INFO]: Running delayed init tasks [19:16:53] [Craft Scheduler Thread - 1 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor! [19:16:53] [Craft Scheduler Thread - 7 - ItemsAdder/INFO]: [ItemsAdder] [License] Store product licensed to: Jonquille (12433) [19:16:53] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now. [19:16:53] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard' [19:16:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.6] [19:16:53] [Server thread/INFO]: [ItemsAdder] [Pack] Extracting internal contents from .jar [19:16:53] [Server thread/INFO]: [ItemsAdder] [Pack] DONE extracting internal contents from .jar [19:16:53] [Craft Scheduler Thread - 15 - zMenu/INFO]: [zMenu v1.0.2.1] No update available. [19:16:53] [Craft Scheduler Thread - 5 - RoseStacker/INFO]: [RoseStacker] Fetched 125 translation locales. [19:16:53] [Server thread/WARN]: [ItemsAdder] Custom entities 'delay_packets' is enabled. This might cause stuttering animations. More info: https://a.devs.beer/ia-delaypackets [19:16:54] [Server thread/INFO]: [Chunky] No tasks to continue. [19:16:54] [Server thread/INFO]: [RoseLoot] Registered 193 loot table conditions. [19:16:54] [Server thread/INFO]: [RoseLoot] Registered 10 loot table types. [19:16:54] [Server thread/INFO]: [RoseLoot] Registered 19 loot item types. [19:16:54] [Server thread/INFO]: [RoseLoot] Loaded 53 loot tables. [19:16:54] [Server thread/INFO]: [Citizens] Loaded 13 NPCs. [19:16:54] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus [19:16:54] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated LuckPerms for offline permission lookups. [19:16:54] [Server thread/INFO]: [Lands] Successfully added region provider: WorldGuard Type: SERVER [19:16:54] [Server thread/INFO]: [UpgradeableHoppers] [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus [19:16:54] [Server thread/INFO]: [UpgradeableHoppers] [Integrations] Successfully integrated LuckPerms for offline permission lookups. [19:16:54] [Server thread/INFO]: [UpgradeableHoppers] Successfully added region provider: Lands Type: CLAIMING [19:16:54] [Server thread/INFO]: [UpgradeableHoppers] Successfully added region provider: WorldGuard Type: SERVER [19:16:54] [Server thread/INFO]: [UpgradeableHoppers] Successful integrated Vault economy into economy system. Name: CMIEconomy [19:16:54] [Server thread/INFO]: [UpgradeableHoppers] [Integrations] Added 3rd party item stacker plugin support: RoseStacker [19:16:54] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus [19:16:54] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated LuckPerms for offline permission lookups. [19:16:54] [Server thread/INFO]: [ChestProtect] Successfully added region provider: Lands Type: CLAIMING [19:16:54] [Server thread/INFO]: [ChestProtect] Successfully added region provider: WorldGuard Type: SERVER [19:16:54] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated provider for block protection checks: UpgradeableHoppers [19:16:54] [Server thread/INFO]: [BeautyQuests] You are using the latest version of BeautyQuests. [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: bungee [2.3] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: checkitem [2.7.2] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.7] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: math [2.0.2] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: worldguard [1.4.2] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: progress [2.1] [19:16:54] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 5 scripts loaded! [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.2] [19:16:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2] [19:16:54] [Server thread/INFO]: 11 placeholder hook(s) registered!

[19:16:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: quests [3.14.2-98e55ac] [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] Loaded 265 items [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] Used 0/188 REAL block IDs [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] Used 2/750 REAL_NOTE block IDs [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] Used 0/63 REAL_TRANSPARENT block IDs [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] Used 0/127 REAL_WIRE block IDs [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] Used 0/14 FIRE block IDs [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] Used 462/6608 font_images [19:16:55] [Server thread/INFO]: [Quests] 36 task types have been registered. [19:16:55] [Server thread/INFO]: [Quests] 0 quest items have been registered. [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded 6 categories [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded successfully. [19:16:55] [Craft Scheduler Thread - 0 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Checking resourcepack url... [19:16:55] [Server thread/INFO]: [Quests] 141 quests have been registered. [19:16:55] [Craft Scheduler Thread - 4 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Resourcepack URL (self-host): http://**.**.**.**:25567/generated.zip [19:16:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: img [1.0.1] [19:16:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: iaplayerstat [1.0.1] [19:16:55] [Server thread/INFO]: [ItemsAdder] Reloading ItemsAdder Custom Entities Citizens NPCs [19:16:55] [Server thread/WARN]: [BeautyQuests] Citizens has been reloaded whereas it is highly not recommended for plugins compatibilities. Unexpected behaviors may happen. [19:16:55] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into ProtocolLib, AdvancedEnchantments, WorldGuard, PlaceholderAPI, Lands, ItemsAdder. [19:16:55] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated Vault economy into economy system. Name: CMIEconomy [19:16:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: lands [6.42.11] [19:16:55] [Server thread/INFO]: [Lands] [Integrations] Successfully registered placeholders at PlaceholderAPI. More info: https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#placeholders [19:16:55] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated FastAsyncWorldEdit. [19:16:55] [Server thread/INFO]: [Lands] [Integrations] Successfully loaded LuckPerms contexts. More information: https://github.com/Angeschossen/Lands/wiki/Luckperms-Context [19:16:55] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated Vault economy into economy system. Name: CMIEconomy [19:16:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chestprotect [5.14.1] [19:16:55] [Server thread/INFO]: [ChestProtect] [Integrations] Successfully integrated PlaceholderAPI into chat system. [19:16:55] [Server thread/INFO]: [BeautyQuests] 1 quests loaded (0.01s)! [19:16:55] [Server thread/INFO]: [BeautyQuests] Periodic saves task started (18000 ticks). Task ID: 7023 [19:16:58] [ForkJoinPool.commonPool-worker-3/INFO]: [Lands] You're using the latest version. [19:16:58] [ForkJoinPool.commonPool-worker-1/INFO]: [UpgradeableHoppers] You're using the latest version. [19:16:58] [ForkJoinPool.commonPool-worker-2/INFO]: [ChestProtect] You're using the latest version. [19:17:19] [Server thread/INFO]: Stopping the server [19:17:19] [Server thread/INFO]: Stopping server [19:17:19] [Server thread/INFO]: [AntiPopup] Disabling AntiPopup v7.3 [19:17:19] [Server thread/INFO]: [AntiPopup] Disabled PacketEvents. [19:17:19] [Server thread/INFO]: [zMenu] Disabling zMenu v1.0.2.1 [19:17:19] [Server thread/INFO]: [zMenu v1.0.2.1] === DISABLE START === [19:17:19] [Server thread/INFO]: [zMenu v1.0.2.1] /home/****/plugins/zMenu/config.json successfully saved ! [19:17:19] [Server thread/INFO]: [zMenu v1.0.2.1] /home/****/plugins/zMenu/players-inventory.json successfully saved ! [19:17:19] [Server thread/INFO]: [zMenu v1.0.2.1] /home/****/plugins/zMenu/players.json successfully saved ! [19:17:19] [Server thread/INFO]: [zMenu v1.0.2.1] === DISABLE DONE (2ms) === [19:17:19] [Server thread/INFO]: [OpenInv] Disabling OpenInv v4.4.2-SNAPSHOT [19:17:19] [Server thread/INFO]: [UnbreakableAnvils] Disabling UnbreakableAnvils v2.2.0 [19:17:19] [Server thread/INFO]: [RoseLoot] Disabling RoseLoot v1.2.8 [19:17:19] [Server thread/INFO]: [RHLeafDecay] Disabling RHLeafDecay v1.20_R1 [19:17:19] [Server thread/INFO]: [RHLeafDecay] Cleaned up scheduledBlocks... [19:17:19] [Server thread/INFO]: [RHLeafDecay] The plugin has been unloaded! [19:17:19] [Server thread/INFO]: [CustomNameplates] Disabling CustomNameplates v2.... [19:17:19] [Server thread/INFO]: [PlugManX] Disabling PlugManX v2.3.6 [19:17:19] [Server thread/INFO]: [Quests] Disabling Quests v3.14.2-98e55ac [19:17:19] [Server thread/INFO]: [CommandForward] Disabling CommandForward v0.5.0 [19:17:19] [Server thread/INFO]: [BungeeGuard] Disabling BungeeGuard v1.3-SNAPSHOT [19:17:19] [Server thread/INFO]: [ChestProtect] Disabling ChestProtect v5.14.1 [19:17:19] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion chestprotect [19:17:19] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin ChestProtect was disabled. [19:17:19] [Server thread/INFO]: [CustomFishing] Disabling CustomFishing v2.0.6 [19:17:19] [Server thread/INFO]: [Pl-Hide-Pro] Disabling Pl-Hide-Pro v2.7.5.1 [19:17:19] [Server thread/INFO]: [BeautyQuests Expansion] Disabling BeautyQuests-Expansion v1.2.5 [19:17:19] [Server thread/INFO]: [Chunky] Disabling Chunky v1.3.95 [19:17:19] [Server thread/INFO]: [MasterCooldowns] Disabling MasterCooldowns v1.6.1 [19:17:19] [Server thread/INFO]: [Codex] Disabling Codex v1.14.1 [19:17:19] [Server thread/INFO]: [Codex] Has been disabled! Version: 1.14.1 [19:17:19] [Server thread/INFO]: [spark] Disabling spark v1.10.58 [19:17:19] [Server thread/INFO]: [ItemEdit] Disabling ItemEdit v3.1.5 [19:17:19] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion itemedit [19:17:19] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin ItemEdit was disabled. [19:17:19] [Server thread/INFO]: [TAB] Disabling TAB v4.1.2 [19:17:19] [Server thread/INFO]: [TAB] Disabled in 0ms [19:17:19] [Server thread/INFO]: [UpgradeableHoppers] Disabling UpgradeableHoppers v4.15.0 [19:17:19] [Server thread/INFO]: [AdvancedEnchantments] Disabling AdvancedEnchantments v9.5.26 [19:17:19] [Server thread/INFO]: [BeautyQuests] Disabling BeautyQuests v1.0.1 [19:17:19] [Server thread/INFO]: [BeautyQuests] Periodic saves task stopped. [19:17:19] [Server thread/INFO]: [WorldGuard] Unregistering session handler fr.skytasul.quests.integrations.worldguard.WorldGuardEntryHandler [19:17:19] [Server thread/INFO]: [AdvancedChests] Disabling AdvancedChests v29.4 [19:17:19] [Server thread/INFO]: [WorldGuardExtraFlags] Disabling WorldGuardExtraFlags v4.2.2 [19:17:19] [Server thread/INFO]: [Lands] Disabling Lands v6.42.11 [19:17:19] [Server thread/INFO]: [Lands] Closing storage. [19:17:19] [Server thread/INFO]: [Lands] Took 11 ms. [19:17:19] [Server thread/INFO]: [RoseStacker] Disabling RoseStacker v1.5.17-SNAPSHOT [19:17:19] [Server thread/INFO]: [ZNPCsPlus] Disabling ZNPCsPlus v2.0.0-SNAPSHOT [19:17:19] [Server thread/INFO]: [ItemsAdder] Disabling ItemsAdder v3.6.3-beta-3 [19:17:19] [pool-69-thread-1/INFO]: [ItemsAdder] [Host] Stopped self-host webserver on port: 25567 [19:17:19] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.12.2 [19:17:19] [Server thread/INFO]: [DecentHolograms] Disabling DecentHolograms v2.8.5 [19:17:19] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.12 [19:17:19] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.33-SNAPSHOT (build 3281) [19:17:19] [Server thread/INFO]: [LoneLibs] Disabling LoneLibs v1.0.42 [19:17:19] [Server thread/INFO]: [CMI] Disabling CMI v9.6.9.3 [19:17:19] [Server thread/INFO]: [Vault][Economy] CMI Economy unhooked. [19:17:19] [Server thread/INFO]: [CMI] Closed db connections [19:17:19] [Server thread/INFO]: [HeadDatabase] Disabling HeadDatabase v4.18.3 [19:17:19] [Server thread/INFO]: [CMILib] Disabling CMILib v1.4.4.2 [19:17:19] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.10-SNAPSHOT+2260-c7319f1 [19:17:19] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks... [19:17:19] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.2.0-SNAPSHOT-679 [19:17:19] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v3.2.6 [19:17:19] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v2.8.5-SNAPSHOT [19:17:19] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit [19:17:19] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.5 [19:17:19] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-CMI [19:17:19] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.113 [19:17:19] [Server thread/INFO]: [LuckPerms] Starting shutdown process... [19:17:19] [Server thread/INFO]: [LuckPerms] Closing messaging service... [19:17:19] [Server thread/INFO]: [LuckPerms] Closing storage... [19:17:19] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown initiated... [19:17:19] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown completed. [19:17:19] [Server thread/INFO]: [LuckPerms] Goodbye! [19:17:19] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.9.2 [19:17:19] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting. [19:17:19] [Server thread/INFO]: Saving players [19:17:19] [Server thread/INFO]: Saving worlds [19:17:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Spawn]'/minecraft:overworld [19:17:19] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Spawn' [19:17:19] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Spawn' [19:17:19] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Spawn' [19:17:19] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'Spawn' in 0.25s [19:17:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (Spawn): All chunks are saved [19:17:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[recolte]'/minecraft:recolte [19:17:19] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'recolte' [19:17:19] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'recolte' [19:17:19] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'recolte' [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'recolte' in 0.35s [19:17:20] [Server thread/INFO]: ThreadedAnvilChunkStorage (recolte): All chunks are saved [19:17:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Survie]'/minecraft:survie [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Survie' [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Survie' [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Survie' [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Saved 555 block chunks, 555 entity chunks, 0 poi chunks in world 'Survie' in 0.45s [19:17:20] [Server thread/INFO]: ThreadedAnvilChunkStorage (Survie): All chunks are saved [19:17:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Admin]'/minecraft:admin [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'Admin' [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'Admin' [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'Admin' [19:17:20] [Server thread/INFO]: [ChunkHolderManager] Saved 529 block chunks, 529 entity chunks, 0 poi chunks in world 'Admin' in 0.05s [19:17:20] [Server thread/INFO]: ThreadedAnvilChunkStorage (Admin): All chunks are saved [19:17:20] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved [19:17:20] [Server thread/INFO]: Flushing Chunk IO [19:17:20] [Server thread/INFO]: Closing Thread Pool [19:17:20] [Server thread/INFO]: Closing Server

Error (optional)

[19:16:44] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.6.3-beta-3
[19:16:44] [Server thread/ERROR]: [ItemsAdder] Error initializing plugin 'ItemsAdder_3.6.3-beta-3.jar' in folder 'plugins' (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "org.bukkit.plugin.Plugin.getDataFolder()" because "" is null
at ia.m.qY.(SourceFile:118) ~[ItemsAdder_3.6.3-beta-3.jar:?]
at ia.m.qY.(SourceFile:78) ~[ItemsAdder_3.6.3-beta-3.jar:?]
at ia.m.qY.(SourceFile:68) ~[ItemsAdder_3.6.3-beta-3.jar:?]
at ia.m.P.m(SourceFile:601) ~[ItemsAdder_3.6.3-beta-3.jar:?]
at ia.m.O.m(SourceFile:436) ~[ItemsAdder_3.6.3-beta-3.jar:?]
at dev.lone.itemsadder.Main.bN(SourceFile:592) ~[ItemsAdder_3.6.3-beta-3.jar:?]
at dev.lone.itemsadder.Main.onLoad(SourceFile:180) ~[ItemsAdder_3.6.3-beta-3.jar:?]
at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) ~[purpur-1.20.2.jar:git-Purpur-2095]
at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) ~[purpur-1.20.2.jar:git-Purpur-2095]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[purpur-1.20.2.jar:git-Purpur-2095]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[purpur-1.20.2.jar:git-Purpur-2095]
at org.bukkit.craftbukkit.v1_20_R2.CraftServer.loadPlugins(CraftServer.java:528) ~[purpur-1.20.2.jar:git-Purpur-2095]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:310) ~[purpur-1.20.2.jar:git-Purpur-2095]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1102) ~[purpur-1.20.2.jar:git-Purpur-2095]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[purpur-1.20.2.jar:git-Purpur-2095]
at java.lang.Thread.run(Thread.java:1583) ~[?:?]

Problematic items yml configuration file (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

Logs in mclogs : https://mclo.gs/ZzFJZVK#L40

Screenshots/Videos (you can drag and drop files or paste links)

No response

github-actions[bot] commented 7 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

VictorAlonsoo commented 7 months ago

same :( Sin título

BronzWarq commented 7 months ago

same

Lerphie commented 7 months ago

+++

SirCraftypants commented 7 months ago

These are missing from your /plugins/itemsadder/lang/en.yml



attribute-attack-damage: ' &2{value} Attack Damage'
attribute-attack-speed: ' &2{value} Attack Speed'
attribute-when-in-main-hand: '&7When in Main Hand:'

`
Not sure if that's whats causing the error but, it's a quick fix until Lonedev can correct it.
LoneDev6 commented 7 months ago

Thanks this will be fixed in the next few hours!

LoneDev6 commented 7 months ago

Update will be released tomorrow