mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Revert 968dccaa26fdde1c38295cd9c11d9e3fd1ad49c0...b39bb38844e37faef3c578e96e8609fbfaa84436 on Commands
parent
c76a949e12
commit
8165bd7866
12
Commands.md
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user