mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-08 22:17:27 +01:00
Update README.md
This commit is contained in:
parent
05ad95f474
commit
8aef7c2ec7
34
README.md
34
README.md
@ -13,33 +13,33 @@ Players may also teleport to coordinates, however if the area is protected, the
|
|||||||
##Usage:
|
##Usage:
|
||||||
|
|
||||||
``` /tpr [playername] ```
|
``` /tpr [playername] ```
|
||||||
*Description:* 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
|
- *Required Privilege:* interact
|
||||||
*Example Usage:* /tpr RobbieF - requests permission from RobbieF to teleport to them.
|
- *Example Usage:* /tpr RobbieF - requests permission from RobbieF to teleport to them.
|
||||||
*Notes:* Usernames are case-sensitive.
|
- *Notes:* Usernames are case-sensitive.
|
||||||
|
|
||||||
``` /tphr [playername] ```
|
``` /tphr [playername] ```
|
||||||
*Description:* Request permission to teleport another player to you.
|
- *Description:* Request permission to teleport another player to you.
|
||||||
*Required Privilege:* interact
|
- *Required Privilege:* interact
|
||||||
*Example Usage:* /tphr RobbieF - requests RobbieF to teleport to you.
|
- *Example Usage:* /tphr RobbieF - requests RobbieF to teleport to you.
|
||||||
*Notes:* Usernames are case-sensitive.
|
- *Notes:* Usernames are case-sensitive.
|
||||||
|
|
||||||
``` /tpc [x,y,z] ```
|
``` /tpc [x,y,z] ```
|
||||||
*Description:* Teleport to coordinates.
|
- *Description:* Teleport to coordinates.
|
||||||
*Required Privilege:* interact, tp_tpc
|
- *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.
|
- *Notes:* Honors area protection: if the area is protected, it must be owned by you in order to teleport to it.
|
||||||
|
|
||||||
``` /tpj [axis] [distance] ```
|
``` /tpj [axis] [distance] ```
|
||||||
*Description:* Teleport a specified distance along a single specified axis. Useful for fast evading.
|
- *Description:* Teleport a specified distance along a single specified axis. Useful for fast evading.
|
||||||
*Required Privilege:* interact
|
- *Required Privilege:* interact
|
||||||
*Available Options for 'axis':* x, y, z
|
- *Available Options for 'axis':* x, y, z
|
||||||
*Example Usage:* '/tpj y 10' - teleport 10 nodes into the air.
|
- *Example Usage:* '/tpj y 10' - teleport 10 nodes into the air.
|
||||||
|
|
||||||
``` /tpy ```
|
``` /tpy ```
|
||||||
*Description:* 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 ```
|
``` /tpn ```
|
||||||
*Description:* 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:
|
###Please Note:
|
||||||
Players with the 'tp_admin' privilege override all the required privileges above, except 'interact'.
|
Players with the 'tp_admin' privilege override all the required privileges above, except 'interact'.
|
||||||
|
Loading…
Reference in New Issue
Block a user