rspawn/README.md

21 lines
870 B
Markdown
Raw Normal View History

2017-01-13 14:18:02 -08:00
# r-Spawn for Minetest
2017-01-13 16:11:59 -08:00
A spawn command for Minetest without needing a fixed point -- singpleayer rejoice!
2017-01-13 14:18:02 -08:00
2017-01-13 16:11:59 -08:00
Players are each given their own randomized spawn point on first joining. If no `static_spawnpoint` is defined in `minetest.conf`, the origin is 0,0,0. If static spawn point is defined, that point is used as origin instead.
2017-01-13 14:18:02 -08:00
2017-01-13 16:11:59 -08:00
Considerations:
2017-01-13 15:01:19 -08:00
2017-01-13 16:11:59 -08:00
* Players will not spawn in spaces that are protected by any other player than the Server Admin.
* Player will respawn at their spawnpoint if they die.
* Players will respawn at their bed if this option is active
* Their `/spawn` location will still be the randomized location.
* Players can request a new spawn point by typing `/newspawn` if they have the `newspawn` privilege.
2017-01-13 15:16:29 -08:00
2017-01-13 14:18:02 -08:00
## License
(C) 2017 Tai "DuCake" Kedzierski
2017-01-13 15:01:19 -08:00
based originally on the mod uploaded by everamzah
2017-01-13 14:18:02 -08:00
Provided under the terms of the LGPL v3.0