
Respawn Mod
Respawn is a server-side extension for Minecraft Forge that gives administrators complete control over default spawn and respawn dimensions for players. This is a fully server-side mod: players don't need to install additional files to connect, and all features remain accessible even without local installation of the modification.
Commands for Administrators
Among the commands available to server administrators (permission level 2+), the following stand out:
/respawn dimension
— sets the dimension where users without personal respawn points will appear/respawn disable
— temporarily disables the mod's functionality, restoring vanilla game behavior
Spawn Position Configuration
Coordinates (x, y, z) for the spawn point are set using the standard vanilla command /execute in minecraft:overworld run setworldspawn x y z
. Important: the command must be executed in the overworld
dimension, regardless of Respawn's configuration.
Server Configuration File
Respawn parameters can also be configured via the serverconfig
file, generated when creating a new world. By placing it in the defaultconfig
folder, you will set default parameter values for all newly created worlds.
See the README file on GitHub for detailed documentation.