Adding example config.
This commit is contained in:
parent
b937be5390
commit
25c4a0b16f
1 changed files with 13 additions and 0 deletions
13
README.md
13
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]
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue