mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
fixed order
parent
a0a9d957c7
commit
8e84fd676a
@ -119,6 +119,7 @@ These commands are only available if the Markers Component has been enabled (v0.
|
||||
* `/dmap worldaddlimit <world> corner1:<x1>/<z1> corner2:<x2>/<z2>` : this adds a visibility limit, shaped as a rectangle, from block coordinate x1, z1 to x2, z2. You can add as many as you choose.
|
||||
* `/dmap worldaddlimit <world> type:round center:<x>/<z> radius:<radius>` : this adds a visibility limit, shaped as a circle, centered at block x, z and with radius <radius>. You can add as many as you choose.
|
||||
* `/dmap worldremovelimit <world> <index>` : this removes the limit with index <index> (as shown in the list from `/dmap worldgetlimits`)
|
||||
* `/dmap worldaddlimit <world> style:<air|stone|ocean>` The default is 'stone', so be sure to change this to 'air' if you'd prefer hidden chunks to be 'clipped' (for example, if you want chunk generated outside a worldborder, such as happens with structures and the like), changing to 'air' is best.
|
||||
|
||||
## Miscellaneous ##
|
||||
Various other commands.
|
||||
@ -129,5 +130,4 @@ Various other commands.
|
||||
* `/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
|
||||
* `/dmap worldaddlimit <world> style:<air|stone|ocean>` The default is 'stone', so be sure to change this to 'air' if you'd prefer hidden chunks to be 'clipped' (for example, if you want chunk generated outside a worldborder, such as happens with structures and the like), changing to 'air' is best.
|
||||
* `/dynmap webregister player-id` : Start registration of another user's account for login on web interface
|
Loading…
Reference in New Issue
Block a user