aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOch Noe <och_noe@forksworld.de>2020-06-17 15:44:05 +0200
committerOch Noe <och_noe@forksworld.de>2020-06-17 15:44:05 +0200
commita47859c5e1f4ae5d5cf248770573e4e8539372fe (patch)
treea75b7a5da402d448aec73063cc0d6d737a26921c /README.md
parente13528233065897b20cf63a785bf57a23e8d8d07 (diff)
downloadcs_waypoints-a47859c5e1f4ae5d5cf248770573e4e8539372fe.tar.gz
cs_waypoints-a47859c5e1f4ae5d5cf248770573e4e8539372fe.tar.bz2
cs_waypoints-a47859c5e1f4ae5d5cf248770573e4e8539372fe.zip
code cleanup and several new commands
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
+
+