From a47859c5e1f4ae5d5cf248770573e4e8539372fe Mon Sep 17 00:00:00 2001 From: Och Noe Date: Wed, 17 Jun 2020 15:44:05 +0200 Subject: code cleanup and several new commands --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index eb1c299..67f4050 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ usage * .wp_unset NAME: remove a waypoint * .wp_list: list all waypoints * .tw NAME: teleport to a waypoint -* .tw PLAYERNAME WAYPOINT_NAME: teleport another player to a waypoint -* .tr: teleport to a random location -* .tr ELEVATION: teleport to a random location at a given elevation (y value) + +* .tw_push NAME: teleport to a waypoint and save current location +* .wp_push PLAYER/POSITION: teleport to a player or position and save current location + +* .tw_pop; return to the last saved location +* .wp_pop: return to the last saved location + +* .wp_stack: shows the locations in the stack + +* .wp_stack_clear: clears the stack + +* .wp_search DELTA: searches for saved waypoints near te current location with the given delta for all coordinates +* .wp_search: searches for saved waypoints near te current location with DELTA=10 + + -- cgit v1.2.3