From 25c4a0b16f980db22417ab05bb401889ab4618bb Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 25 Oct 2016 09:54:43 +0300 Subject: [PATCH] Adding example config. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index bdd82f9..09133c6 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,16 @@ Current complete features: - [x] Scenario working - **[here](https://github.com/Ad5001/SpectatorPlus)** Full spectator mode - [x] Events + +# Config example: +```yaml +# Your lobby world +LobbyWorld: world +worlds: + # Your UHC world + uhc: + name: uhc + maxplayers: 8 + radius: 1000 + default_scenarios: [UHCWorldReseter] +```