Player Death¶
If a Players Health Stat reaches 0, or if a player is rendered "dead" through some other cause, they will not actually die in vanilla Minecraft, as the vanilla health & death systems arent even used. Instead, they'll be sent to a Void World and have a GUI open where they can select which location to teleport to. There are two options shown: City Hospital, and "Home", which is the property the player owns that they last visited. Once the player clicks an option, they will respawn at the selected location. If they do not own a property, they will skip this GUI, and respawn straight at the hospital instead.
If a player dies in a Minigame, the above is completely ignored, and the Minigame will handle death logic, either kicking them from the game, respawning them into the game, or making them a spectator, etc.
Players do not lose Items, Blaze, or anything on death.