fix naming to persistentspawn

This commit is contained in:
2026-01-04 14:54:19 +01:00
parent 7ff811cb97
commit fb5aeba4f1
4 changed files with 17 additions and 4 deletions
+13
View File
@@ -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.