No headstones in End #1

Open
opened 2025-11-25 16:15:47 +01:00 by Moritz · 3 comments

When you die in the end through jumping into the void, the headstone cannot be created.

When you die in the end through jumping into the void, the headstone cannot be created.
Owner

:(

:(
Author

My personal proposal for a fix:

  1. Check if headstone can be placed nearby (i.e. up to 5 blocks in every direction)
  2. If not possible: go up until max build height, if you encounter air, place the headstone there
  3. If also not possible: repeat this schema with position of world-spawn (and notify user)
My personal proposal for a fix: 1. Check if headstone can be placed nearby (i.e. up to 5 blocks in every direction) 2. If not possible: go up until max build height, if you encounter air, place the headstone there 3. If also not possible: repeat this schema with position of world-spawn (and notify user)
Owner

1 and 2 are already in place. 3 sounds like a decent solution that we should probably implement anyways, but wouldn't have worked here, as the failure is due to the plugin trying to build below level 0. This needs some different solution.
For temporary mitigation, c7e2244e15 adds a chat message that contains the inventory data in base64 (that can then be used to hack a different headstone to give back the items).

1 and 2 are already in place. 3 sounds like a decent solution that we should probably implement anyways, but wouldn't have worked here, as the failure is due to the plugin trying to build below level 0. This needs some different solution. For temporary mitigation, c7e2244e1535834e3e3db563102c3b29f00d3fa1 adds a chat message that contains the inventory data in base64 (that can then be used to hack a different headstone to give back the items).
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sebastian/headstones#1