From 4dd4591d4f28ad0f0ab80184c5f62eb84e1c95f1 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Wed, 11 May 2016 17:27:26 -0400 Subject: [PATCH] Enhanced area protection features Thanks to NathanS21 for submitting the update!! Now you can teleport to a protected area *if* you own it. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e73f0d..2826a7e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Requests permission to teleport to another player, where [playername] is their e Request permission to teleport another player to you. ``` /tpc [x,y,z] ``` -Teleport to coordinates. Honors area protection. +Teleport to coordinates. Honors area protection: if the area is protected, it must be owned by you in order to teleport to it. ``` /tpy ``` Accept a user's request to teleport to you or teleport you to them. @@ -23,6 +23,5 @@ Accept a user's request to teleport to you or teleport you to them. Deny a user's request to teleport to youor teleport you to them. ##To Do: -- Make it so players can teleport to coordinates within a protected area if they own the area. - 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.