From cef0dcb6d301f8531ed578dc3908da94559da832 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Tue, 10 May 2016 09:53:18 -0400 Subject: [PATCH] First Commit --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34c8cfb..d3c149a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -This mod is released under WTFPL. -It adds ability to teleport to other players with their permission by using the /tpr command which requires "interact" privilege and the /tphr command which requires the "interact " privilege. +[The Pixel Shadow](https://minetest.tv/) game servers have switched "teleport" to "teleport request" which means players must literally request from a player to teleport to them before they will be allowed to do so. This prevents malicious users from teleporting to players' private areas where they are working and causing grief, or stealing items from locked chests. It also enhances the overall privacy of our services since if denied teleport, a player must instead travel to the area and "use the front door" so to speak... which might be a locked iron door. + +##Usage: + +- ```/tpr [playername]``` +Requests permission to teleport to another player, where [playername] is their exact name. + +- ```/tphr [playername]``` +Request permission to teleport another player to you. + +- ```/tpy``` +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. + +##Features To Come +- ```/tpc [x,y,z]``` +Teleport to coordinates. Honors area protection.