Files
PersistentSpawnMod/README.md
T
2026-01-04 14:55:03 +01:00

15 lines
590 B
Markdown

A very simple mod that implements the functionality of spawning a player at the same location on every join.
Written for fabric.
## Commands
* `/setpersistentspawn` `<position> <dimension>` - Set the persitent spawn location and dimension.
* `/setpersistentspawnenabled` `<enabled>` - Enable or disable the persistent spawn.
## Config
The config is stored in `config/persistentspawn.toml`.
* `x` - The x coordinate of the spawn location.
* `y` - The y coordinate of the spawn location.
* `z` - The z coordinate of the spawn location.
* `dimension` - The dimension of the spawn location.