- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
![]()
ChatGames is a plugin that allows you to animate your server through chat games that players can play.
For now there is only one game available:
- WordFind: you have to write the hidden word in the chat
- Quiz: you have to write the right answer in the chat
You can also set commands in the config that will be executed when a player wins a game.
![]()
- /chatgames reload - Reload the config (permission: chatgames.admin)
![]()
Code (YAML):games:
word:
timer: 60
dictionary:
- Minecraft
- Notch
- SpigotMC
commands:
- money add %player% 100
quiz:
timer: 10
questions:
1:
question: "What's the capital of France ?"
response: "Paris"
ignorecase: true
2:
question: "Who's the best developer ?"
response: "DeathFull"
ignorecase: false
3:
question: "What game are you playing ?"
response: "Minecraft"
ignorecase: false
commands:
- money add %player% 100Code (YAML):permission-error: "&cYou don't have permission to use this command !"
word-found: "Good job %player%, you found the word &c%word%"
word-not-found: "The word to find was: &a%word%"
question-asked: "And the question is: %question%"
answer-found: "Good job %player%, you found the answer &c%answer%"
answer-not-found: "The answer was: &a%answer%"
If you have suggestions, let me know so that I can improve the plugin.

ChatGames [1.8-1.16] 1.2
Many mini-games in the chat to animate your server.