mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
forgot to add / on some commands
parent
74e2172112
commit
f8fed3113b
@ -12,8 +12,8 @@
|
||||
* `/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 fullrender resume <world>`: Resume render of all maps for world <world>. Skip already rendered tiles.
|
||||
* `dynmap fullrender resume <world>:<map>`: Resume render of map <map> of world <world>. Skip already rendered tiles.
|
||||
* `/dynmap fullrender resume <world>`: Resume render of all maps for world <world>. Skip already rendered tiles.
|
||||
* `/dynmap fullrender resume <world>:<map>`: Resume render of map <map> of world <world>. Skip already rendered tiles.
|
||||
* `/dynmap radiusrender radius`: attempts to render at least a `radius` block area, centered on your current location.
|
||||
* `/dynmap radiusrender radius mapname`: attempts to render at least a `radius` block area, centered on your current location of map 'mapname'
|
||||
* `/dynmap radiusrender world x z radius`: attempts to render at least a `radius` block area, centered on 'x,64,z' on world 'world'.
|
||||
|
Loading…
Reference in New Issue
Block a user