Updated Commands (markdown)

FrozenCow 2011-08-30 14:43:20 -07:00
parent 10804e032e
commit d6dc3876df

@ -9,7 +9,9 @@
## Rendering ##
* `/dynmap render`: renders one tile of the map where you are standing.
* `/dynmap fullrender`: Attempts to render the entire world from your location (or from 0,64,0, if issued from the server console).
* `/dynmap fullrender`: Attempts to render all maps of the entire world from your location (or from the center of that world, if issued from the server console).
* `/dynmap fullrender world`: Attempts to render all maps of the world named `world` from the center of that world.
* `/dynmap fullrender world:surface`: Attempts to render the map named `surface` for the world named `world` from the center of that world.
* `/dynmap radiusrender radius`: attempts to render at least a `radius` block area, centered on your current location.
* `/dynmap cancelrender world`: cancels any active fullrender or radiusrender on the given world.