- A Spigot or Paper Minecraft server (1.13 or later)
- The Dans-Spawn-System plugin installed in your
plugins/folder
After installing the plugin and restarting your server, players can have their respawn location customised by interacting with spawn-selection signs placed by administrators.
- Place a sign in the world.
- On the first line of the sign, type
[Spawn]. - On the second line, enter the X coordinate of the target spawn location.
- On the third line, enter the Y coordinate.
- On the fourth line, enter the Z coordinate.
- Confirm placement — you will see a green confirmation message if you have the required permission.
Example sign contents:
[Spawn]
100
64
-200
Players who right-click this sign will have their respawn point set to coordinates (100, 64, -200) in their current world.
Simply right-click any [Spawn] sign to set your personal respawn location to the coordinates written on that sign.
Use the /resetspawn command to clear a player's custom spawn:
- Reset your own spawn:
/resetspawn - Reset another player's spawn:
/resetspawn <player>
See COMMANDS.md for full command details.
| Permission Node | Default | Description |
|---|---|---|
spawnsystem.placeSpawnSign |
op | Allows placing [Spawn] signs |
spawnsystem.breakSpawnSign |
op | Allows breaking [Spawn] signs |
spawnsystem.reset.self |
op | Allows resetting your own spawn with /resetspawn |
spawnsystem.reset.others |
op | Allows resetting another player's spawn with /resetspawn <player> |
spawnsystem.admin |
op | Grants all plugin permissions |