aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 15 insertions, 3 deletions
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
+
+