From 8165bd7866e643c476a54f95e1fc4db6f9780ce1 Mon Sep 17 00:00:00 2001 From: generrosity Date: Sat, 4 Dec 2021 20:17:09 +1300 Subject: [PATCH] Revert 968dccaa26fdde1c38295cd9c11d9e3fd1ad49c0...b39bb38844e37faef3c578e96e8609fbfaa84436 on Commands --- Commands.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Commands.md b/Commands.md index 4561d12..99e1689 100644 --- a/Commands.md +++ b/Commands.md @@ -109,10 +109,10 @@ These commands are only available if the Markers Component has been enabled (v0. ## Miscellaneous ## Various other commands. -* `/**dynmap** **sendtoweb** _message ..._` : Send a message to the web UIs only -* `/**dynmap** **ids-for-ip** _ip-address_` : List player IDs that have logged in from given IP address (most recent to least) -* `/**dynmap** **ips-for-id** _player-id_` : List IP addresses that have been used to connect to server by given player ID -* `/dynmap add-id-for-ip _player-id_ _ip-address_` : Add given player ID to front of list of known IDs for given IP address -* `/dynmap del-id-for-ip _player-id_ _ip-address_` : Remove given player ID from list of known IDs for given IP address. +* `/dynmap sendtoweb message ...` : Send a message to the web UIs only +* `/dynmap ids-for-ip ip-address` : List player IDs that have logged in from given IP address (most recent to least) +* `/dynmap ips-for-id player-id` : List IP addresses that have been used to connect to server by given player ID +* `/dynmap add-id-for-ip player-id ip-address` : Add given player ID to front of list of known IDs for given IP address +* `/dynmap del-id-for-ip player-id ip-address` : Remove given player ID from list of known IDs for given IP address. * `/dynmap webregister` : Start registration of own account for login on web interface -* `/dynmap webregister _player-id_` : Start registration of another user's account for login on web interface +* `/dynmap webregister player-id` : Start registration of another user's account for login on web interface