From 34b1745c268a4a24d502a38e25818ad649c90f21 Mon Sep 17 00:00:00 2001 From: Thomas Carroll Date: Tue, 13 Jan 2015 21:19:18 +0000 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 4b9c1a2..bfb3b47 100644 --- a/Installation.md +++ b/Installation.md @@ -52,4 +52,66 @@ worlds: #### TODO ## Example Config File -[Gist](https://gist.github.com/Uncleleech/a0eed30e1a724b98da74) \ No newline at end of file +[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 +``` \ No newline at end of file