Random Respawn
A Minecraft Bedrock Edition behavior pack that teleports players to a random safe location after respawning.
How It Works
- Player dies and respawns
- A random X,Z coordinate is generated (500–20000 blocks from origin)
- The player is teleported to that location at the world height limit (Y=319)
- Resistance V is applied for 8 seconds, letting the player fall safely to the ground
- Chunks load automatically on teleport — no manual scanning needed
Requirements
- Minecraft Bedrock Edition 1.21.70 or later
- Scripting API must be enabled — the pack uses
@minecraft/server
Installation
- Download the
.mcpack file
- Double-click the
.mcpack file to import it into Minecraft
- Create or edit a world, then activate the pack under Behavior Packs
- Join the world, die, and respawn at a random location
Configuration
Edit scripts/main.js to adjust:
Variable Default Description
dist (min) 500 Minimum teleport distance from origin
dist (max) 20000 Maximum teleport distance from origin
Important Notes
- Achievements are permanently disabled in worlds with this pack active. This is a platform-level restriction for any world with scripting enabled and cannot be worked around.
- The pack only triggers on death respawns, not on the initial world join.
License
MIT — see LICENSE