From 1ad4689f3414e8274c3cf47346be907190fe931f Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Tue, 16 Jul 2019 18:12:14 -0500 Subject: [PATCH] Update README.md Don't know if that task has been completed, or not...so, I've added it again. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d017989..3ca05c8 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ https://wiki.minetest.net/Installing_Mods ## TODO: - Make it so if a player attempts to teleport to coordinates within a protected area owned by another player, and that player is online, the owner receives a request to allow or deny the user from teleporting to their area. +- Add limitations to /tpc which only allow a user to teleport X number of blocks. Prevents users from teleporting to the edge of the world. - Assess value in changing all tpr-based chat commands to one global command such as /tp to reduce the chance of confusion between tps_admin and the original mod (and also make it so people don't have to remember so many commands). - Create a better sound effect for teleport and apply it to all teleport methods (not just /tpc) - Add a handful of coordinates which can be set in config and teleported to by anyone regardless of their protection status (eg., Spawn).