Reaction
Game Type: Reaction
What are Reaction Games?
How do I configure a reaction game?
# Reaction Test
reaction-test:
words: # Any words you would like in your pool of words can be added below
- 'blue'
- 'green'
- 'purple'
- 'orange'
- 'yellow'
- 'magenta'
rewards: # This section handles the rewards that a player will receive upon winning the game
broadcast: # This defines the message that will be broadcast to all players when a player wins | Supports %player%, %question% and %answer% placeholders
- '&7%player% &ehas won &6$50&e for typing the word &6&l%answer% ðe quickest!'
commands: # This is a list of commands that can be run when the game is won. It supports the %player% placeholder to fetch the winning player
- 'eco give %player% 50'
- 'give minecraft:diamond %player% 3'Reaction Messages
Last updated