RandomSpawn
A simple mod to randomly spawn at a range of coordinates | Random Spawn
RandomSpawn

RandomSpawn
RandomSpawn teleports players to a random location within a configurable coordinate range whenever they respawn or join the server for the first time. This is designed for dedicated servers and does not work in singleplayer. Ideal for exploration based servers or gameplay styles where every new life should begin in a fresh area.
Features
• Random spawn points on first join and/or on respawn • Fully configurable X and Z boundaries
* MinX, MaxX, MinZ, MaxZ * SpawnOnFirstJoin * SpawnOnRespawn
Configuration
A config file is created automatically on first launch.
Default values:
``` MinX = -1000 MaxX = 1000 MinZ = -1000 MaxZ = 1000
SpawnOnFirstJoin = true SpawnOnRespawn = true ```
You can adjust these values to control the size of the spawn region or disable specific behaviors as needed.