Updated Installation (markdown)

Thomas Carroll 2015-01-13 21:19:18 +00:00
parent 07ccbb9ee8
commit 34b1745c26

@ -52,4 +52,66 @@ worlds:
#### TODO
## Example Config File
[Gist](https://gist.github.com/Uncleleech/a0eed30e1a724b98da74)
[Gist](https://gist.github.com/Uncleleech/a0eed30e1a724b98da74)
```YAML
version: 1
kill_road_mobs: true
web:
port: 9000
enabled: false
metrics: true
max_plots: 20
clear:
auto:
days: 365
enabled: false
debug: true
worldguard:
enabled: false
mob_pathfinding: true
auto_update: false
worlds:
plotworld:
plot:
height: 64
floor:
- '2:0'
biome: FOREST
size: 32
filling:
- '1:0'
auto_merge: false
event:
spawn:
breeding: false
egg: false
custom: true
pvp: false
pve: false
economy:
use: false
prices:
claim: 100.0
sell: 75.0
merge: 100.0
wall:
height: 64
filling: '1:0'
block: '44:0'
road:
block: '155:0'
height: 64
width: 7
stripes: '98:0'
enable_stripes: false
schematic:
file: 'null'
on_claim: false
specify_on_claim: false
chat:
enabled: false
flags:
default: []
natural_mob_spawning: false
```