
Just Spawn Me There - FabricMC Mod
This modification completely replaces the standard player respawning mechanics in Minecraft, eliminating the problem of characters appearing on building roofs and other unfortunate locations.
How to Use
To set a world spawn point for all players, execute the command:
/setworldspawn [pos] <angle>
Command parameters:
pos
- required argument of three coordinates defining the central point of the spawn zoneangle
- optional floating-point number setting the facing direction upon respawn
To change the spawn zone radius, use:
/gamerule spawnRadius [value]
Where:
value
- required integer argument greater than zero- If the value is
0
, players will respawn exactly at the specified point
To select the shape of the spawn zone, execute:
/gamerule spawnShape [value]
value
- required text argument defining the zone shape. Possible options:CUBE
,BALL
, andVANILLA
.- By default, it is set to
VANILLA
, where the mechanics are the same as in the original game version
If the server cannot find a safe respawn location in the specified zone, the standard game behavior is used. Such errors are logged in the server logs.
Requirements
The mod requires the Fabric API to be installed.