Command

Base command

Usage: /chatgames <start|stop|restart|add|remove>

Start

Start game 1 (only works if the game execution is stopped)

Usage: /chatgames start

Stop

Terminates the game run (only works if the game task is running).

Usage: /chatgames stop

Restart

Restart the game task and start with the first game.

Usage: /chatgames restart

Add

Creates and adds a game to the chatgames.yml file directly from the server (I do not recommend it).

Usage: /chatgames add <name> <message1,message1,...> <keyword1,keyword2,...> <reward1,reward2,...>

Example: /chatgames add game3 4+4 8 eco give %winner% 100

Remove

Removes a game from the chatgames.yml file.

Usage: /chatgames remove <name>

Example: /chatgames remove game3

Last updated