Easy to use travel teleporter stones for world travel.
Go to file
Montandalar b2d71bf105
Fix errors under 5.x and allow selecting warps from a dropdown (#5)
- Loading would previously fail if there was both no data in mod_storage "warps" and no warps.txt
- A wrong variable used while adding the warp queue was causing crashes when attempting to warp
- Don't even attempt to teleport to a warp spot that doesn't exit
- Allow selecting warps from a dropdown for ease of use, but still allow text input as warps might be created later than the warp crystals are created (negotiable, invalid input could be dropped and only the combobox allowed if others object).
2021-02-16 22:07:09 +01:00
models Warpstones. 2015-04-27 22:08:26 -07:00
sounds Modified whoosh sound. (#2) 2017-10-16 16:09:01 -07:00
textures Warpstones. 2015-04-27 22:08:26 -07:00
.luacheckrc Fix errors under 5.x and allow selecting warps from a dropdown (#5) 2021-02-16 22:07:09 +01:00
LICENSE Fix license copypasta. 2017-09-01 18:45:55 -07:00
README Update docs. 2019-02-02 21:19:08 -08:00
depends.txt Remove hard dependency on `default`. 2019-02-02 20:44:37 -08:00
description.txt Description txt file 2015-04-28 23:37:14 -07:00
init.lua Fix errors under 5.x and allow selecting warps from a dropdown (#5) 2021-02-16 22:07:09 +01:00
mod.conf Add mod.conf 2016-01-04 14:59:04 -08:00
screenshot.png Adding screenshot.png for the in-game mod manager. 2016-01-30 15:56:45 -08:00

README

"Warps" - a simple warp mod for minetest.

========

/setwarp [name]
/delwarp [name]
/warp [name]
/listwarps

priv: warp_admin - set/change/delete warps
priv: warp_user  - list, and use warps

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
id: warps:warpstone). This warpstone can be placed on the ground
and be programmed to warp players who punch it to a certain warp
location (one of the warps in /listwarps). Right-clicking the item
as a warp_admin user will allow you to program the warpstone. The
warpstone can be removed by shift-punching the warp stone.

All warps are delayed by ~5 seconds. You have to stand still for
that duration, otherwise the warp will be cancelled. This may avoid
warp spamming and warping out of combat a bit. The mod tries
really hard to make sure that the player finds themselves in a
loaded area.


========

Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org>

"warps" is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1
of the license, or (at your option) any later version.