fix naming to persistentspawn
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user