Check if headstone can be placed nearby (i.e. up to 5 blocks in every direction)
If not possible: go up until max build height, if you encounter air, place the headstone there
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)
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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When you die in the end through jumping into the void, the headstone cannot be created.
:(
My personal proposal for a fix:
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,
c7e2244e15adds 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).