GameManager/resources/config.yml

21 lines
609 B
YAML
Raw Normal View History

2016-07-28 06:39:24 +00:00
---
2016-07-31 07:27:54 +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.
2016-08-03 15:44:52 +00:00
# Note that {Game} can be only placed in first line and {level} MUST be in the second one (detection issues :/).
2016-07-31 07:27:54 +00:00
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:
#world: NameOfTheGame
2016-07-28 06:39:24 +00:00
...