PluginBugs / Issues-ItemsAdder

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

[Bug] Plugin tries to save same region file multiple times at the same time #127

Closed yttalium closed 4 years ago

yttalium commented 4 years ago

Bonjour,

Infos: Version Paper 1.15.2 #167 ItemsAdder 2.0.9

From the generation of new chunk, an error appears in the console: (Full logs below)

[19:31:56] [Craft Scheduler Thread - 103/WARN]: [ItemsAdder] Plugin ItemsAdder v2.0.9 generated an exception while executing task 51
dev.lone.itemsadder.Libs.nbt.nbtapi.NbtApiException: Exception while saving a NBT File!
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:73) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTFile.save(SourceFile:52) ~[?:?]
    at dev.lone.itemsadder.d.d.a.c.d.a(SourceFile:46) ~[?:?]
    at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-165]
    at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-165]
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-165]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_221]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_221]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
Caused by: dev.lone.itemsadder.Libs.nbt.nbtapi.NbtApiException: Error while calling the method 'a', loaded: true, Enum: NBTFILE_WRITE
    at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:150) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?]
    ... 8 more
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:148) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?]
    ... 8 more
Caused by: java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextNode(Unknown Source) ~[?:1.8.0_221]
    at java.util.HashMap$KeyIterator.next(Unknown Source) ~[?:1.8.0_221]
    at net.minecraft.server.v1_15_R1.NBTTagCompound.write(NBTTagCompound.java:78) ~[patched_1.15.2.jar:git-Paper-165]
    at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:102) ~[patched_1.15.2.jar:git-Paper-165]
    at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:95) ~[patched_1.15.2.jar:git-Paper-165]
    at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:51) ~[patched_1.15.2.jar:git-Paper-165]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:148) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?]
    ... 8 more

And also appears this message which spam every 10 seconds:

[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:19] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:32:19] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:32:19] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:32:29] [Craft Scheduler Thread - 103/INFO]: Unloaded and saved
[19:32:29] [Craft Scheduler Thread - 103/INFO]: Unloaded and saved
[19:32:29] [Craft Scheduler Thread - 103/INFO]: Unloaded and saved

However everything works, the blocks are generated and all the commands work

Full logs:

[19:30:27] [Server thread/INFO]: Starting minecraft server version 1.15.2
[19:30:27] [Server thread/INFO]: Loading properties
[19:30:28] [Server thread/INFO]: This server is running Paper version git-Paper-165 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[19:30:28] [Server thread/INFO]: Debug logging is disabled
[19:30:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
[19:30:28] [Server thread/INFO]: Using 4 threads for Netty based IO
[19:30:28] [Server thread/INFO]: Default game type: SURVIVAL
[19:30:28] [Server thread/INFO]: Generating keypair
[19:30:29] [Server thread/INFO]: Starting Minecraft server on *:25565
[19:30:29] [Server thread/INFO]: Using default channel type
[19:30:30] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[19:30:33] [Server thread/WARN]: Legacy plugin Sleepy v1.3b does not specify an api-version.
[19:30:34] [Server thread/WARN]: Legacy plugin SimpleVoteCommand v1 does not specify an api-version.
[19:30:34] [Server thread/WARN]: Legacy plugin SkinLoader v3.2.0 does not specify an api-version.
[19:30:34] [Server thread/WARN]: Legacy plugin LightAPI v3.4.2 does not specify an api-version.
[19:30:34] [Server thread/INFO]: [Sleepy] Loading Sleepy v1.3b
[19:30:34] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.5
[19:30:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[19:30:35] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@791211a8]
[19:30:35] [Server thread/INFO]: [TitleAPI] Loading TitleAPI v1.7.7
[19:30:35] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
[19:30:35] [Server thread/INFO]: [IALibs] Loading IALibs v1.0
[19:30:35] [Server thread/INFO]: [SimpleVoteCommand] Loading SimpleVoteCommand v1
[19:30:35] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.7.0
[19:30:35] [Server thread/INFO]: [Oh_the_dungeons_youll_go] Loading Oh_the_dungeons_youll_go v2.7
[19:30:35] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[19:30:35] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.13.0
[19:30:35] [Server thread/INFO]: [SkinLoader] Loading SkinLoader v3.2.0
[19:30:35] [Server thread/INFO]: [LightAPI] Loading LightAPI v3.4.2
[19:30:35] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
[19:30:35] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[19:30:35] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.9.0-3254
[19:30:35] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
[19:30:35] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.2.0
[19:30:35] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.0
[19:30:35] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.2.0
[19:30:35] [Server thread/INFO]: [TabuuCore] Loading TabuuCore v2020.4.0
[19:30:35] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.10.1;d29bd15
[19:30:35] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.0
[19:30:35] [Server thread/INFO]: [ItemsAdder] Loading ItemsAdder v2.0.9
[19:30:35] [Server thread/INFO]: [TradeX] Loading TradeX v1.4 BETA
[19:30:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[19:30:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[19:30:35] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[19:30:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[19:30:36] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
[19:30:36] [Server thread/INFO]: [Oh_the_dungeons_youll_go] Enabling Oh_the_dungeons_youll_go v2.7
[19:30:36] [Server thread/INFO]: configdir is plugins\Oh_the_dungeons_youll_go\forge_sandbox\doomlike
[19:30:36] [Server thread/INFO]: themesdir is plugins\Oh_the_dungeons_youll_go\forge_sandbox\doomlike\themes
[19:30:36] [Server thread/INFO]: [OTD] Installing files plugins\Oh_the_dungeons_youll_go\forge_sandbox\doomlike\chests.cfg
[19:30:36] [Server thread/INFO]: Loading chest loot file (chests.cfg)
[19:30:36] [Server thread/INFO]: Found 1 special chest configs.
[19:30:36] [Server thread/INFO]: Loading chest loot file (oceanic_chests.cfg)
[19:30:36] [Server thread/INFO]: Found 12 themes.
[19:30:37] [Server thread/INFO]: [Oh The Dungeons You'll Go] Update checking...
[19:30:37] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[19:30:37] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[19:30:37] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[19:30:37] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[19:30:37] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[19:30:37] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[19:30:37] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
[19:30:37] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[19:30:37] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[19:30:37] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[19:30:37] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[19:30:37] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[19:30:37] [Server thread/INFO]: Preparing level "world"
[19:30:37] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[19:30:37] [Server thread/INFO]: Loaded 6 recipes
[19:30:37] [Server thread/INFO]: -------- World Settings For [world] --------
[19:30:37] [Server thread/INFO]: View Distance: 10
[19:30:37] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[19:30:37] [Server thread/INFO]: Item Merge Radius: 2.5
[19:30:37] [Server thread/INFO]: Item Despawn Rate: 6000
[19:30:37] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:30:37] [Server thread/INFO]: Mob Spawn Range: 8
[19:30:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Potato Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Vine Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
[19:30:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:30:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:30:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:30:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[19:30:37] [Server thread/INFO]: Max TNT Explosions: 100
[19:30:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:30:37] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[19:30:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:30:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:30:38] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[19:30:38] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: world
[19:30:38] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[19:30:38] [Server thread/INFO]: View Distance: 10
[19:30:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[19:30:38] [Server thread/INFO]: Item Merge Radius: 2.5
[19:30:38] [Server thread/INFO]: Item Despawn Rate: 6000
[19:30:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:30:38] [Server thread/INFO]: Mob Spawn Range: 8
[19:30:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Carrot Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Potato Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Kelp Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:30:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:30:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:30:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[19:30:38] [Server thread/INFO]: Max TNT Explosions: 100
[19:30:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:30:38] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[19:30:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:30:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:30:38] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: world_nether
[19:30:38] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[19:30:38] [Server thread/INFO]: View Distance: 10
[19:30:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[19:30:38] [Server thread/INFO]: Item Merge Radius: 2.5
[19:30:38] [Server thread/INFO]: Item Despawn Rate: 6000
[19:30:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:30:38] [Server thread/INFO]: Mob Spawn Range: 8
[19:30:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Carrot Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Potato Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Kelp Growth Modifier: 100%
[19:30:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[19:30:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:30:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:30:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[19:30:38] [Server thread/INFO]: Max TNT Explosions: 100
[19:30:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:30:38] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[19:30:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:30:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:30:38] [Server thread/INFO]: [Oh The Dungeons You'll Go] Found world: world_the_end
[19:30:38] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[19:30:38] [Server thread/INFO]: Preparing spawn area: 0%
[19:30:38] [Server thread/INFO]: Preparing spawn area: 4%
[19:30:40] [Server-Worker-4/INFO]: Preparing spawn area: 4%
[19:30:40] [Server-Worker-4/INFO]: Preparing spawn area: 4%
[19:30:40] [Server-Worker-4/INFO]: Preparing spawn area: 4%
[19:30:40] [Server thread/INFO]: Preparing spawn area: 86%
[19:30:41] [Server-Worker-1/INFO]: Preparing spawn area: 100%
[19:30:41] [Server-Worker-1/INFO]: Preparing spawn area: 100%
[19:30:42] [Server-Worker-4/INFO]: Preparing spawn area: 100%
[19:30:42] [Server-Worker-4/INFO]: Preparing spawn area: 100%
[19:30:43] [Server thread/INFO]: Preparing spawn area: 100%
[19:30:43] [Server-Worker-3/INFO]: Preparing spawn area: 100%
[19:30:44] [Server-Worker-3/INFO]: Preparing spawn area: 100%
[19:30:44] [Server thread/INFO]: Loaded 441 spawn chunks for world world
[19:30:44] [Server thread/INFO]: Time elapsed: 6273 ms
[19:30:44] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[19:30:44] [Server thread/INFO]: Preparing spawn area: 0%
[19:30:44] [Server-Worker-1/INFO]: Preparing spawn area: 100%
[19:30:45] [Server-Worker-4/INFO]: Preparing spawn area: 100%
[19:30:45] [Server-Worker-1/INFO]: Preparing spawn area: 100%
[19:30:46] [Server thread/INFO]: Loaded 441 spawn chunks for world world_nether
[19:30:46] [Server thread/INFO]: Time elapsed: 1593 ms
[19:30:46] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[19:30:46] [Server thread/INFO]: Preparing spawn area: 0%
[19:30:46] [Server thread/INFO]: Preparing spawn area: 100%
[19:30:46] [Server thread/INFO]: Loaded 441 spawn chunks for world world_the_end
[19:30:46] [Server thread/INFO]: Time elapsed: 832 ms
[19:30:46] [Server thread/INFO]: [Sleepy] Enabling Sleepy v1.3b*
[19:30:46] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.5
[19:30:46] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_15_R1, using UniversalSkinFactory.
[19:30:47] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[19:30:47] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.7.7
[19:30:47] [Server thread/INFO]: TitleAPI V1.7.7 has been enabled!
[19:30:47] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
[19:30:47] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[19:30:47] [Server thread/INFO]: [IALibs] Enabling IALibs v1.0
[19:30:47] [Server thread/INFO]: [SimpleVoteCommand] Enabling SimpleVoteCommand v1*
[19:30:47] [Server thread/INFO]: [SimpleVoteCommand] SimpleVoteCommand Enabled
[19:30:47] [Server thread/INFO]: [SimpleVoteCommand] Loading SimpleVoteCommand config file
[19:30:47] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.7.0
[19:30:47] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.13.0
[19:30:47] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[19:30:47] [Server thread/INFO]: [GriefPrevention] 4 total claims loaded.
[19:30:47] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[19:30:47] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[19:30:47] [Server thread/INFO]: [GriefPrevention] GriefPrevention requires Vault for economy integration.
[19:30:47] [Server thread/INFO]: [GriefPrevention] Attempting to load Vault...
[19:30:47] [Server thread/INFO]: [GriefPrevention] Vault loaded successfully!
[19:30:47] [Server thread/INFO]: [GriefPrevention] Looking for a Vault-compatible economy plugin...
[19:30:47] [Server thread/INFO]: [GriefPrevention] Hooked into economy: Essentials Economy.
[19:30:47] [Server thread/INFO]: [GriefPrevention] Ready to buy/sell claim blocks!
[19:30:47] [Server thread/INFO]: [GriefPrevention] Boot finished.
[19:30:47] [Server thread/INFO]: [SkinLoader] Enabling SkinLoader v3.2.0*
[19:31:03] [Server thread/INFO]: [SkinLoader] Disabling SkinLoader v3.2.0
[19:31:03] [Server thread/INFO]: [SkinLoader] disabled
[19:31:03] [Server thread/INFO]: [SkinLoader] enabled. Plugin by Sebi_Zocer
[19:31:03] [Server thread/INFO]: [LightAPI] Enabling LightAPI v3.4.2*
[19:31:03] [Server thread/INFO]: [LightAPI] Loading implementation for Paper server v1_15_R1.
[19:31:03] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.9.0-3254
[19:31:03] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.15.2)...
[19:31:03] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
[19:31:03] [Server thread/WARN]: [MythicMobs] Loaded class javassist.bytecode.ClassFile from IALibs v1.0 which is not a depend, softdepend or loadbefore of this plugin.
[19:31:03] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 57 ms to scan 1 urls, producing 3 keys and 21 values 
[19:31:03] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 3 keys and 18 values 
[19:31:03] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 53 ms to scan 15 urls, producing 0 keys and 0 values 
[19:31:03] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 6 ms to scan 1 urls, producing 3 keys and 9 values 
[19:31:03] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
[19:31:03] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
[19:31:03] [Server thread/WARN]: [MythicMobs] Loaded class com.comphenix.protocol.PacketType from ProtocolLib v4.5.0 which is not a depend, softdepend or loadbefore of this plugin.
[19:31:03] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
[19:31:03] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
[19:31:03] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
[19:31:03] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
[19:31:03] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
[19:31:03] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 13 ms to scan 1 urls, producing 10 keys and 280 values 
[19:31:03] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 25 ms to scan 1 urls, producing 24 keys and 552 values 
[19:31:03] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 6 keys and 71 values 
[19:31:03] [Server thread/INFO]: [MythicMobs] LOADED
[19:31:03] [Server thread/INFO]: [MythicMobs] LOADED
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 8 mobs.
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 3 vanilla mob overrides.
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 5 skills.
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 1 random spawns.
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 3 mythic items.
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 2 drop tables.
[19:31:04] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob spawners.
[19:31:04] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
[19:31:04] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
[19:31:04] [Server thread/INFO]: [MythicMobs] ? MythicMobs Premium v4.9.0 (build 3254) has been successfully loaded!
[19:31:04] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
[19:31:04] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[19:31:04] [Server thread/INFO]: [Essentials] No kits found to migrate.
[19:31:04] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[19:31:04] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[19:31:04] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[19:31:04] [Server thread/INFO]: [Essentials] Loaded 21018 items from items.json.
[19:31:04] [Server thread/INFO]: [Essentials] Using locale fr_FR
[19:31:04] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[19:31:04] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[19:31:04] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[19:31:04] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
[19:31:04] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.2.0
[19:31:04] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[19:31:04] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.0
[19:31:04] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.2.0
[19:31:04] [Server thread/INFO]: [TabuuCore] Enabling TabuuCore v2020.4.0
[19:31:04] [Server thread/INFO]: [TabuuCore] Enabling TabuuCore...
[19:31:04] [Server thread/INFO]: [TabuuCore] TabuuCore enabled.
[19:31:04] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.10.1;d29bd15
[19:31:04] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
[19:31:04] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
[19:31:04] [Server thread/INFO]: [CraftBook] 1875 chunk(s) for 3 world(s) processed (40ms elapsed)
[19:31:04] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.0
[19:31:04] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v2.0.9
[19:31:04] [Server thread/INFO]: ------ ItemsAdder ------
[19:31:04] [Server thread/INFO]:   _____ _                                 _     _           
[19:31:04] [Server thread/INFO]:  |_   _| |                       /\      | |   | |          
[19:31:04] [Server thread/INFO]:    | | | |_ ___ _ __ ___  ___   /  \   __| | __| | ___ _ __ 
[19:31:04] [Server thread/INFO]:    | | | __/ _ \ '_ ` _ \/ __| / /\ \ / _` |/ _` |/ _ \ '__|
[19:31:04] [Server thread/INFO]:   _| |_| ||  __/ | | | | \__ \/ ____ \ (_| | (_| |  __/ |   
[19:31:04] [Server thread/INFO]:  |_____|\__\___|_| |_| |_|___/_/    \_\__,_|\__,_|\___|_|   
[19:31:04] [Server thread/INFO]:                                                             
[19:31:04] [Server thread/INFO]:                                                             
[19:31:04] [Server thread/INFO]: Loading data...
[19:31:04] [Server thread/INFO]: Found resourcepack folder: C:\Users\coren\OneDrive\Bureau\Serveurs\ServerTestLight\plugins\ItemsAdder\data\resource_pack
[19:31:04] [Server thread/INFO]: [TradeX] Enabling TradeX v1.4 BETA
[19:31:04] [Server thread/INFO]: [TradeX] TradeX is now enabled.
[19:31:05] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[19:31:05] [Server thread/INFO]: Done (28.137s)! For help, type "help"
[19:31:05] [Server thread/INFO]: Timings Reset
[19:31:05] [Craft Scheduler Thread - 14/INFO]: [ItemsAdder] Resourcepack initialization...
[19:31:05] [Craft Scheduler Thread - 15/INFO]: [Vault] Checking for Updates ... 
[19:31:05] [Craft Scheduler Thread - 14/INFO]: [ItemsAdder]     Checking for online default resourcepack updates...
[19:31:05] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.5) is available at:
[19:31:05] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer] ----------------------------------------------
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]     +===============+
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]     | SkinsRestorer |
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]     +===============+
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer] ----------------------------------------------
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]     Current version: 13.7.5
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]     This is the latest version!
[19:31:05] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer] ----------------------------------------------
[19:31:05] [Server thread/INFO]: [TitleAPI] No update was found, you are running the latest version.
[19:31:05] [Craft Scheduler Thread - 14/INFO]: [ItemsAdder]     Found cached default resourcepack
[19:31:05] [Craft Scheduler Thread - 14/INFO]:     Extracting resources from default resourcepack
[19:31:05] [Craft Scheduler Thread - 14/INFO]:     DONE extracting resources from default resourcepack
[19:31:06] [Server thread/INFO]: - Extracting default items from .jar
[19:31:06] [Server thread/INFO]:   - DONE extracting default items from .jar
[19:31:06] [Craft Scheduler Thread - 15/INFO]: [Vault] No new version available
[19:31:06] [Server thread/INFO]: Used 558/6608 available max font images. 
[19:31:07] [Server thread/INFO]: Loaded 552 items
[19:31:07] [Server thread/INFO]: Used 43/191 REAL block IDs. 
[19:31:07] [Craft Scheduler Thread - 8/INFO]: [PlaceholderAPI] 170 placeholder expansions are available on the cloud.
[19:31:08] [Server thread/INFO]: Loaded 39 categories (ia_gui.yml)
[19:31:08] [Server thread/INFO]: [ItemsAdder] Loaded items and stuff in 3994ms
[19:31:08] [Craft Scheduler Thread - 8/INFO]: [ItemsAdder] Compressing resource_pack ... 
[19:31:14] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 8146ms or 162 ticks behind
[19:31:16] [Server thread/INFO]: -------< LightAPI-fork 3.4.2 >-------
[19:31:16] [Server thread/INFO]: You are running the latest version!
[19:31:18] [Craft Scheduler Thread - 8/INFO]: [ItemsAdder] Resource pack successfully compressed
[19:31:18] [Craft Scheduler Thread - 8/INFO]: [ItemsAdder] Checking resourcepack url... https://www.dropbox.com/s/08rifasscecwkuk/resource_pack.zip?raw=1
[19:31:20] [Craft Scheduler Thread - 8/INFO]: [ItemsAdder] Resourcepack URL is valid. Type: application/zip
[19:31:35] [User Authenticator #1/INFO]: UUID of player Exoriants is a63e2b09-b55e-352e-b672-088331039eb9
[19:31:36] [Server thread/INFO]: Exoriants[/127.0.0.1:51944] logged in with entity id 259 at ([world]-184.5, 64.0, 22.5)
[19:31:44] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:31:44] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:31:56] [Craft Scheduler Thread - 103/INFO]: Unloaded and saved
[19:31:56] [Craft Scheduler Thread - 103/WARN]: [ItemsAdder] Plugin ItemsAdder v2.0.9 generated an exception while executing task 51
dev.lone.itemsadder.Libs.nbt.nbtapi.NbtApiException: Exception while saving a NBT File!
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:73) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTFile.save(SourceFile:52) ~[?:?]
    at dev.lone.itemsadder.d.d.a.c.d.a(SourceFile:46) ~[?:?]
    at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-165]
    at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-165]
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-165]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_221]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_221]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
Caused by: dev.lone.itemsadder.Libs.nbt.nbtapi.NbtApiException: Error while calling the method 'a', loaded: true, Enum: NBTFILE_WRITE
    at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:150) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?]
    ... 8 more
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:148) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?]
    ... 8 more
Caused by: java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextNode(Unknown Source) ~[?:1.8.0_221]
    at java.util.HashMap$KeyIterator.next(Unknown Source) ~[?:1.8.0_221]
    at net.minecraft.server.v1_15_R1.NBTTagCompound.write(NBTTagCompound.java:78) ~[patched_1.15.2.jar:git-Paper-165]
    at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:102) ~[patched_1.15.2.jar:git-Paper-165]
    at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:95) ~[patched_1.15.2.jar:git-Paper-165]
    at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:51) ~[patched_1.15.2.jar:git-Paper-165]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:148) ~[?:?]
    at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?]
    ... 8 more
[19:32:03] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5041ms or 100 ticks behind
[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:09] [Craft Scheduler Thread - 314/INFO]: Unloaded and saved
[19:32:19] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:32:19] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:32:19] [Craft Scheduler Thread - 303/INFO]: Unloaded and saved
[19:32:29] [Craft Scheduler Thread - 103/INFO]: Unloaded and saved
[19:32:29] [Craft Scheduler Thread - 103/INFO]: Unloaded and saved
[19:32:29] [Craft Scheduler Thread - 103/INFO]: Unloaded and saved
D3nied commented 4 years ago

[00:28:58 WARN]: [ItemsAdder] Plugin ItemsAdder v2.0.9 generated an exception while executing task 50 dev.lone.itemsadder.Libs.nbt.nbtapi.NbtApiException: Exception while saving a NBT File! at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:73) ~[?:?] at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTFile.save(SourceFile:52) ~[?:?] at dev.lone.itemsadder.d.d.a.c.d.a(SourceFile:46) ~[?:?] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-165] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-165] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-165] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_241] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_241] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241] Caused by: dev.lone.itemsadder.Libs.nbt.nbtapi.NbtApiException: Error while calling the method 'a', loaded: true, Enum: NBTFILE_WRITE at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:150) ~[?:?] at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?] ... 8 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241] at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:148) ~[?:?] at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?] ... 8 more Caused by: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(Unknown Source) ~[?:1.8.0_241] at java.util.HashMap$KeyIterator.next(Unknown Source) ~[?:1.8.0_241] at net.minecraft.server.v1_15_R1.NBTTagCompound.write(NBTTagCompound.java:78) ~[patched_1.15.2.jar:git-Paper-165] at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:102) ~[patched_1.15.2.jar:git-Paper-165] at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:95) ~[patched_1.15.2.jar:git-Paper-165] at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:51) ~[patched_1.15.2.jar:git-Paper-165] at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241] at dev.lone.itemsadder.Libs.nbt.nbtapi.utils.nmsmappings.ReflectionMethod.run(SourceFile:148) ~[?:?] at dev.lone.itemsadder.Libs.nbt.nbtapi.NBTReflectionUtil.saveNBTFile(SourceFile:71) ~[?:?] ... 8 more [00:29:08 INFO]: Unloaded and saved [00:29:08 INFO]: Unloaded and saved [00:29:08 INFO]: Unloaded and saved [00:29:18 INFO]: Unloaded and saved [00:29:18 INFO]: Unloaded and saved

yeah same problem

LoneDev6 commented 4 years ago

Should be fixed in latest update i'm going to publish today/tomorrow. After you update to 2.0.10 please let me know if it happens again