Description
RandomRespawn
Randomize player respawn locations and explore the wild with a single command.
RandomRespawn overrides the default spawn point on initial join and when players die, teleporting them to a random surface location within a configurable radius. It also includes a /wild command for on-demand random teleportation. The plugin can be configured to turn off Random Respawns so you can use this plugin only for it's /wild. The plugin is very robust, you can configure restrictions on which Zones players can spawn in and what worlds the plugin is enabled in.
Features
- Random Respawn on Death — Players respawn at a random surface-level location instead of the world spawn. Can be toggled on/off in config.
- Surface-Aware Teleportation — Automatically resolves the correct Y coordinate so players always land on the surface, never underground.
- Bed Respawn Respected — If a player has a bed set, the plugin steps aside and lets the native bed respawn handle it.
/wildCommand — Teleport yourself (or a target player) to a random location within the configured range. Works independently even if random respawn on death is disabled.- Configurable Countdown Timer —
/wildcan have a delay before teleporting (default 15 seconds), with countdown messages at 10s, 5s, 3s, 2s, and 1s. - Permission Control — Restrict
/wildto server operators only, or open it to all players. - Zone Restrictions — Limit random locations to specific biome zone groups and exclude unwanted zones (e.g. oceans).
- World Restrictions — Optionally restrict the plugin to specific worlds.
- Simple Config — A
randomrespawn.configJSON file is auto-generated next to the plugin JAR in your mods folder on first run.
Configuration
| Option | Default | Description |
|---|---|---|
enable_random_respawn |
true |
Enable/disable random respawn on death. /wild still works when false. |
range_radius_blocks |
2000 |
Max distance from world center for random locations. |
wild_timer_seconds |
15 |
Countdown delay before /wild teleports (0 = instant). |
wild_op_only |
true |
Restrict /wild to operators only. |
restrict_to_zones |
true |
Only allow respawn in approved biome zones. |
restrict_to_worlds |
false |
Only allow respawn in listed worlds. |
Commands
| Command | Description |
|---|---|
/wild |
Teleport yourself to a random location. |
/wild <player> |
Teleport a specific player to a random location. |
Installation
- Drop
RandomRespawn-1.0.0.jarinto your HytaleModsfolder. - Launch the game — a
randomrespawn.configfile will be generated next to the JAR. - Edit the config to your liking and restart.
