Added example to configuration.

This commit is contained in:
FrozenCow 2011-02-17 21:17:54 +01:00
parent 44748d7f07
commit c67b2e5cc2
1 changed files with 14 additions and 12 deletions

View File

@ -55,21 +55,23 @@ web:
title: Cave
name: cave
prefix: ct
- title: Corrupted World
name: world_bad
maps:
- type: KzedMapType
title: Surface
name: surface
prefix: t
- type: KzedMapType
title: Cave
name: cave
prefix: ct
- title: Nether
name: nether
maps:
- type: KzedMapType
title: Surface
name: nether
prefix: t
prefix: t
# Example:
#- title: Other World # Under what name the world is displayed.
# name: world_other # The actual name of the world (equal to your directory-name).
# maps:
# - type: KzedMapType # The type (or perspective) of the map. At the moment, there are no others than KzedMapType.
# title: Surface # The name of the map that will be displayed.
# name: surface # The actual name of the map (should be unique for this world).
# prefix: t # The prefix of the tile-files that are generated.
# icon: block_other.png # Sets the icon of the map. (optional)
# - type: KzedMapType
# title: Cave
# name: cave
# prefix: ct