SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Issues with Player Revive and Corail Tombstone #3270

Open MrMarkoz opened 2 years ago

MrMarkoz commented 2 years ago

I am currently running

Issue Description I am having issues with Corail Tombstone and Player Revive when using Sponge on my server. When a player receive kill damage, they suppose to have a time frame to get revived by another player, if they dies there is a grave with their items stored so they can get them back. However, when I have Sponge on my server, even when they are not dead yet, the grave is generated anyways and when they die another grave is created. There is sometimes when a player get multiple graves which shouldn't be this way. If I remove Sponge, both mods works as intended without duplicated graves.

https://gist.github.com/MrMarkoz/26e52a1f4b921f3492c94385517f94b0

Corail31 commented 2 years ago

@MrMarkoz Hi MrMarkoz, can you try without Nucleus ? (btw, it would be abnormal to have multiples graves, except if you changed the config in Corail Tombstone: "allowToFillExistingGrave")

Thebigboss537 commented 2 years ago

I have the same problem, any solution?