Files
PersistentSpawnMod/README.md
T

13 lines
569 B
Markdown

A very simple mod that implements the functionality of spawning a player at the same location on every join.
## 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.