Is There a Way to tp a player back to Spawn After Falling into Void?
//ads -- adsterra.com -- native banner
?>
I am making a mini-game for my server and would like the lobby to be a skyisland over the void, my question is, Is there a way to tp a player back to the skyisland if they fall in the void? I have a vanilla server and don't want to use plugins or mods if possible.(maybe a command?)
Best Answer
/execute @a ~ -1 ~ /tp @a[c=1,dy=-64] X Y Z
@a:
player
~ -1 ~:
void coordinates
/tp @a[c=1,dy=-64]:
teleports player
X Y Z:
where to teleport player
Pictures about "Is There a Way to tp a player back to Spawn After Falling into Void?"



How do you tp back to spawn?
Teleport to Player SpawnpointCan you survive falling into the void Minecraft?
The player can also survive in the void by having Regeneration or Instant Health of a sufficient level (achievable only by commands). If commands are used to make the player invincible or bestow infinite health, the player falls until Minecraft crashes.Can you tp to your spawn?
Spawn Commands Teleport allows players to teleport back to the main spawn, to their bed, to named locations, to shared named locations, to coordinates, to other players, and far away. [ note from the author: Spawn Commands is a good mod that works well and Spawn Commands only needs to be on the server side to work.How To Teleport Back to YOUR 1v1 Map After You Fall OFF - Season 3 (Fortnite creative Tutorial)
More answers regarding is There a Way to tp a player back to Spawn After Falling into Void?
Answer 2
/execute at @a run tp @a[limit=1,y=-1,dy=-64] X Y Z
for newer versions :]
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Marta Wave, Ruslan Zzaebok, Barbara Olsen, Martin Péchy
