FriendlyGamer 0b3e9518b1 Message | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
locale | %!s(int64=4) %!d(string=hai) anos | |
sounds | %!s(int64=4) %!d(string=hai) anos | |
textures | %!s(int64=4) %!d(string=hai) anos | |
LICENSE.md | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
config.lua | %!s(int64=4) %!d(string=hai) anos | |
init.lua | %!s(int64=4) %!d(string=hai) anos | |
intllib.lua | %!s(int64=4) %!d(string=hai) anos | |
mod.conf | %!s(int64=4) %!d(string=hai) anos | |
settingtypes.txt | %!s(int64=4) %!d(string=hai) anos |
A mod that allows players to send a teleport request.
(See "How to use" below for more information.)
Each command needs a privilege. These are the following privileges:
/tpc
/tpe
/tpj
enable_immediate_teleport
is enabled on config.lua
).Each command does a function. "Example Usage" is an example of how to use the command.
Note there must be 2 players in order to make the commands to work: a player must send a request to another player (see https://wiki.minetest.net/Server or see https://wiki.minetest.net/Setting_up_a_server for more information).
There are two methods of sending a request:
/tpr <player>
)./tphr <player>
).To accept a request some sent you, you must use /tpy
.
These are the following commands available in-game:
/tpr [playername]
interact, tp
enable_immediate_teleport
setting is disabled, enabled by default)./tphr [playername]
interact, tp
enable_immediate_teleport
setting is disabled, enabled by default)./tpc [x,y,z]
interact, tp_tpc, tp
/tpj [axis] [distance]
interact", tp, tp_tpc
/tpe
interact, tp_tpc, tp
/tpy
/tpn
There are no dependencies.
However, optional dependencies are:
This mod requieres MT/MTG 5.0.0+ to run.
Older versions not supported.
Report bugs or suggest ideas by creating an issue.
If you know how to fix an issue, or want something to be added, consider opening a pull request.
LGPL-2.1 for everything.
All those who contributed to the original mod (please see init.lua
).
Open your minetest.conf
located in your Minetest directory.
Set the values of the settings you'd like to.
Available options are:
tp.timeout_delay = 60
tp.enable_immediate_teleport = true
tp_enable_tpp_command = false
Those values are the default values of the mod.
You can also go to your Minetest, Settings tab, All settings, Mods, and you'll find tpr
there.
Or another way to do it, is changing the values in settingtypes.txt
.
Unzip the archive, rename the folder to tpr and place it in ..minetest/mods/
GNU/Linux: If you use a system-wide installation place it in ~/.minetest/mods/.
If you only want this to be used in a single world, place the folder in ..worldmods/ in your world directory.
For further information or help, see: https://wiki.minetest.net/Installing_Mods
If you think something else should be added to this list, submit an issue.