Adding example config.

This commit is contained in:
Ad5001 2016-10-25 09:54:43 +03:00 committed by GitHub
父節點 b937be5390
當前提交 25c4a0b16f
共有 1 個文件被更改,包括 13 次插入0 次删除

查看文件

@ -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]
```