Updated Commands (markdown)

mikeprimm 2012-03-25 21:57:22 -07:00
parent 22bb726585
commit 55cd082b3c
1 changed files with 5 additions and 0 deletions

@ -105,6 +105,8 @@ Various other commands.
* `/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
# Permissions #
@ -158,3 +160,6 @@ Permissions-based access control is currently supported, and the following nodes
* `dynmap.dmap.perspectivelist` - allows /dmap perspectivelist
* `dynmap.dmap.shaderlist` - allows /dmap shaderlist
* `dynmap.dmap.lightinglist` - allows /dmap lightinglist
* `dynmap.webregister` - allows /dynmap webregister
* `dynmap.webregister.other` - allows /dynmap webregister player-id
* `dynmap.webchat` - allows sending of chat messages from web interface (login or id-by-ip required)