GameManager/config.yml

24 lines
636 B
YAML
Raw Normal View History

2016-07-28 07:31:52 +00:00
---
2016-08-01 10:29:14 +00:00
# Welcome to GameManager config.
# Here you can configure how does game signs looks.
# 1 is line 1, 2 is line 2, 3 is line 3 and 4 is line 4.
# Note that {Game} MUST be included in the first line and {level} in the second one (detection).
Game1: "§l§o[§r§l{Game}§o]"
Game2: "-=<{level}>=-"
# When the game need more players:
GameWait3: "{players}/{max}"
GameWait4: "> > > CLICK TO JOIN < < <"
# When the game is already started:
InGame3: "Game already started"
InGame4: "> > > CLICK TO SPECTATE < < <"
# Now you can choose all worlds game's
# Example:
2016-08-03 17:02:12 +00:00
redstone: Example
2016-08-08 09:21:52 +00:00
spleef: Spleef
2016-08-10 10:55:41 +00:00
world: LoupGarou
2016-08-17 10:35:42 +00:00
tntrun: TNTRun
2016-07-28 07:31:52 +00:00
...