From 97bbeb0f08803f0fb8aa8389479f76ff20825aef Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Tue, 7 Apr 2020 11:11:08 -0500 Subject: [PATCH] Update TO-DO list This task was completed many time ago. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0b6b41e..607e810 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ https://wiki.minetest.net/Installing_Mods ## TODO - 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) - Rewrite to place all chat commands into one single command much like how /teleport works. - Make evade respect land: no teleporting inside land, but instead make sure player is standing on surface or in water.