From 05ad95f474bbbb643db85382caf68e8846c9ce9d Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Wed, 18 May 2016 11:42:47 -0400 Subject: [PATCH] Add /tpj and usage examples. --- README.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fdf3aae..b7f481d 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,36 @@ Players may also teleport to coordinates, however if the area is protected, the ##Usage: ``` /tpr [playername] ``` -Requests permission to teleport to another player, where [playername] is their exact name. +*Description:* Requests permission to teleport to another player, where [playername] is their exact name. +*Required Privilege:* interact +*Example Usage:* /tpr RobbieF - requests permission from RobbieF to teleport to them. +*Notes:* Usernames are case-sensitive. ``` /tphr [playername] ``` -Request permission to teleport another player to you. +*Description:* Request permission to teleport another player to you. +*Required Privilege:* interact +*Example Usage:* /tphr RobbieF - requests RobbieF to teleport to you. +*Notes:* Usernames are case-sensitive. ``` /tpc [x,y,z] ``` -Teleport to coordinates. Honors area protection: if the area is protected, it must be owned by you in order to teleport to it. +*Description:* Teleport to coordinates. +*Required Privilege:* interact, tp_tpc +*Notes:* Honors area protection: if the area is protected, it must be owned by you in order to teleport to it. + +``` /tpj [axis] [distance] ``` +*Description:* Teleport a specified distance along a single specified axis. Useful for fast evading. +*Required Privilege:* interact +*Available Options for 'axis':* x, y, z +*Example Usage:* '/tpj y 10' - teleport 10 nodes into the air. ``` /tpy ``` -Accept a user's request to teleport to you or teleport you to them. +*Description:* Accept a user's request to teleport to you or teleport you to them. ``` /tpn ``` -Deny a user's request to teleport to youor teleport you to them. +*Description:* Deny a user's request to teleport to youor teleport you to them. + +###Please Note: +Players with the 'tp_admin' privilege override all the required privileges above, except 'interact'. ##Contributors: - [RobbieF](https://minetest.tv) | [GitHub](https://github.com/Cat5TV)