standart short description format with first word as type descriptive
* SPAWN random on each respawn of player
This commit is contained in:
parent
a99803c2b3
commit
6031e8d0e3
@ -1,9 +1,9 @@
|
|||||||
minetest mod spawnrand
|
minetest mod spawnrand
|
||||||
======================
|
======================
|
||||||
|
|
||||||
Simple random spawn on each respawn of player
|
SPAWN random on each respawn of player
|
||||||
|
|
||||||
Information
|
## Information
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
This mod is named `spawnrand` and changes spawn point on each respawn
|
This mod is named `spawnrand` and changes spawn point on each respawn
|
||||||
@ -12,7 +12,7 @@ no matter what rules.
|
|||||||
|
|
||||||
![screenshot.png](screenshot.png)
|
![screenshot.png](screenshot.png)
|
||||||
|
|
||||||
Techical info
|
## Technical info
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
This mod has an improved way to do not hand server if no valild spawn point
|
This mod has an improved way to do not hand server if no valild spawn point
|
||||||
@ -51,3 +51,4 @@ The above copyright notice and this permission notice
|
|||||||
shall be included in all copies or substantial portions of the Software.
|
shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
[license.txt](license.txt)
|
[license.txt](license.txt)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Simple random spawn on each respawn of player
|
SPAWN random on each respawn of player
|
||||||
|
2
mod.conf
2
mod.conf
@ -1,5 +1,5 @@
|
|||||||
name = spawnrand
|
name = spawnrand
|
||||||
depends =
|
depends =
|
||||||
optional_depends = beds
|
optional_depends = beds
|
||||||
description = Simple random spawn on each respawn of player
|
description = SPAWN random on each respawn of player
|
||||||
min_minetest_version = 0.4
|
min_minetest_version = 0.4
|
Loading…
x
Reference in New Issue
Block a user