-
Notifications
You must be signed in to change notification settings - Fork 17
[Bug] Items duplicate when graves are not generated #259
Copy link
Copy link
Open
Labels
Plugin List HellServers that have too many plugins to count to where debugging would be near impossible.Servers that have too many plugins to count to where debugging would be near impossible.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededjavaPull requests that update Java codePull requests that update Java code
Description
Activity
Metadata
Metadata
Assignees
Labels
Plugin List HellServers that have too many plugins to count to where debugging would be near impossible.Servers that have too many plugins to count to where debugging would be near impossible.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededjavaPull requests that update Java codePull requests that update Java code
Minecraft Server Version
26.1.2
GravesX Version
2026.4.9.1-build395
/graves dumpoutputhttps://mclo.gs/7W2sKWa
Spark Profile / Performance Dump
No response
Summary of the bug
I found an item duplication bug that occurs when a grave is not generated.
I was able to reproduce it on the Nether roof, where graves are disabled by default. When the player dies there, no grave is created, and the player's items are dropped on the ground.
Instead of being handled correctly, the items are duplicated, resulting in multiple copies of the player's inventory appearing on the ground.
Steps to Reproduce
Go to the Nether roof.
Ensure graves cannot be generated there.
Die.
Observe that the items are duplicated when they are dropped on the ground.
Expected Result
If a grave cannot be generated, the player's items should be dropped only once, without any duplication.
Actual Result
When no grave is generated, the player's items are duplicated and multiple copies are dropped on the ground.
Screenshots / Videos
No response
Additional Information / Full Stack Trace
Environment & Support Confirmation