A small, focused Paper plugin for managing a server’s spawn point — nothing else.
Spun out of a larger private plugin, because spawn handling doesn’t need to drag along fifty unrelated features. If all you want is /spawn, /setspawn, and sane first-join / respawn behaviour, this is it.
Features
/setspawn— set the server spawn at your current location/setspawn clear— remove it/spawn— teleport to the server spawn- Teleport new players to spawn on their first join, with a configurable welcome message
- Optionally teleport returning players to spawn on every join (off by default)
- Send players to spawn on death, respecting beds and respawn anchors (configurable)
- All player-facing messages are editable in
config.yml
Requirements
- Paper (or a Paper fork) for Minecraft 1.21.x
- Java 21
TIP
Always run the latest release. Older builds may miss bug fixes or behave differently on newer Paper versions.
Installation
- Grab the latest
NxTSpawn.jarfrom Releases (or build it yourself). - Drop it in your server’s
plugins/folder. - Restart the server.
- Stand where you want spawn to be and run
/setspawn.
WARNING
Restarting is safer than /reload when installing a plugin for the first time. A plain /reload skips some of Paper’s normal startup checks and can cause hard-to-diagnose issues.