mirror of
https://github.com/minetest-mods/warps.git
synced 2025-01-08 09:00:18 +01:00
Update docs.
This commit is contained in:
parent
0a6451608d
commit
70fedaa536
11
README
11
README
@ -11,7 +11,9 @@
|
|||||||
priv: warp_admin - set/change/delete warps
|
priv: warp_admin - set/change/delete warps
|
||||||
priv: warp_user - list, and use warps
|
priv: warp_user - list, and use warps
|
||||||
|
|
||||||
warps are stored in the world folder file "warps.txt".
|
warps are stored in mod_storage. If you had an older version that
|
||||||
|
uses the `warps.txt` file, it will be converted on load, after
|
||||||
|
which the file can be removed.
|
||||||
|
|
||||||
A warpstone can be given or found in the creative inventory (item
|
A warpstone can be given or found in the creative inventory (item
|
||||||
id: warps:warpstone). This warpstone can be placed on the ground
|
id: warps:warpstone). This warpstone can be placed on the ground
|
||||||
@ -22,9 +24,10 @@ warpstone can be removed by shift-punching the warp stone.
|
|||||||
|
|
||||||
All warps are delayed by ~5 seconds. You have to stand still for
|
All warps are delayed by ~5 seconds. You have to stand still for
|
||||||
that duration, otherwise the warp will be cancelled. This may avoid
|
that duration, otherwise the warp will be cancelled. This may avoid
|
||||||
warp spamming and warping out of combat a bit. There's a bit
|
warp spamming and warping out of combat a bit. The mod tries
|
||||||
of variation in time due to the timer resolution in minetest
|
really hard to make sure that the player finds themselves in a
|
||||||
being rather large.
|
loaded area.
|
||||||
|
|
||||||
|
|
||||||
========
|
========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user