Updated World and template settings (markdown)

mikeprimm 2011-09-28 19:52:11 -07:00
parent bacb05502f
commit accc6cbb40

@ -64,7 +64,7 @@ The available settings are defined as follows:
- _autogenerate-to-visibilitylimits_ : If the _visbilitylimits_ setting has restricted the visible area of the world, this setting can be used to cause Dynmap to fill in the ungenerated portions of the map within the visible areas. The settings include **none** (do nothing - the default), **map-only** (generate the data needed to draw the map, but don't cause the chunks to be permanently generated), or **permanent** (generate and save the chunks for any ungenerated portion of the world).
- _center_ : If defined, this provides the default center-of-focus for the view of the maps of this world. The coordinate includes the **x**, **y** and **z** coordinate of the center point, in world coordinates.
- _center_ : If defined, this provides the default center-of-focus for the view of the maps of this world. The coordinate includes the **x**, **y** and **z** coordinate of the center point, in world coordinates. If not defined, the center defaults to the spawn point for the given world.
- _bigworld_ : If defined, this enables the use by the FlatMap and KzedMap map types of an alternate file system structure, better suited to use by large worlds that may have tens or even hundreds of thousands of tiles. HDMaps always use this format, and are not affected by this settings. The default value is **false**, while a value of **true** enables the alternate layout. If the setting is changed, a **/dynmap fullrender** will be needed to initialize the new layout.