You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
unfitItems.forEach(unfitItem -> player.getWorld().dropItem(player.getLocation(), unfitItem)); was the line 43
Logging
[16:08:19 WARN]: [CustomMap22] Task #18910 for CustomMap22 v1.1.33 generated an exception
java.lang.NullPointerException: Cannot invoke "io.papermc.paper.threadedregions.ThreadedRegionizer$ThreadedRegion.getData()" because "target" is null
at me.earthme.molia.pool.WorldDataPool.getDataOffTickThread(WorldDataPool.java:45) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
at me.earthme.molia.pool.WorldDataPool.getDataAnyThread(WorldDataPool.java:22) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
at net.minecraft.server.level.ServerLevel.addEntity(ServerLevel.java:1876) ~[?:?]
at net.minecraft.server.level.ServerLevel.addFreshEntity(ServerLevel.java:1790) ~[?:?]
at org.bukkit.craftbukkit.v1_20_R2.CraftWorld.dropItem(CraftWorld.java:714) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
at org.bukkit.craftbukkit.v1_20_R2.CraftWorld.dropItem(CraftWorld.java:700) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
at online.flowerinsnow.custommap.util.InventoryUtils.lambda$addItemStacksOrDrop$0(InventoryUtils.java:43) ~[CustomMap-1.1.33.jar:?]
at java.util.HashMap$Values.forEach(HashMap.java:1065) ~[?:?]
at online.flowerinsnow.custommap.util.InventoryUtils.addItemStacksOrDrop(InventoryUtils.java:43) ~[CustomMap-1.1.33.jar:?]
at online.flowerinsnow.custommap.miraimc.CustomMapMiraiMC.readyGive(CustomMapMiraiMC.java:509) ~[CustomMap-1.1.33.jar:?]
at online.flowerinsnow.custommap.miraimc.CustomMapMiraiMC.inputImageInline(CustomMapMiraiMC.java:474) ~[CustomMap-1.1.33.jar:?]
at online.flowerinsnow.custommap.miraimc.CustomMapMiraiMC.lambda$onGroupMessage$3(CustomMapMiraiMC.java:308) ~[CustomMap-1.1.33.jar:?]
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:481) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
at me.earthme.molia.thread.CraftSchedulerRunner.doSchedulerTask(CraftSchedulerRunner.java:88) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
at me.earthme.molia.thread.CraftSchedulerRunner.run(CraftSchedulerRunner.java:55) ~[molia-1.20.2.jar:git-Molia-"38ff6a5"]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Code
unfitItems.forEach(unfitItem -> player.getWorld().dropItem(player.getLocation(), unfitItem));
was the line 43Logging
The text was updated successfully, but these errors were encountered: