rspawn/README.md

23 lines
679 B
Markdown
Raw Normal View History

2017-01-13 14:18:02 -08:00
# r-Spawn for Minetest
A spawn command for Minetest without needing a fixed point
## Normal mode
If `static_spawnpoint` is set in `minetest.conf`, this mod will simply provide a `/spawn` command that takes players to that point.
## Randomized mode
If no static spawning point is defined, each player is given a spawn location somewhere near 0,0,0.
Players will not spawn in spaces that are protected by any other player than the Server Admin.
Players can request a new spawn point by typing `/newspawn` if they have the `newspawn` privilege.
## License
(C) 2017 Tai "DuCake" Kedzierski
2017-01-13 14:19:08 -08:00
based originally on the mod by everamzah
2017-01-13 14:18:02 -08:00
Provided under the terms of the LGPL v3.0