This is a very configurable plugin that allows your players to have fun in chat and see who is the fastest at typing.
In the config, you can set commands you want to execute from the console when a player wins the reaction and reward the player for being the fastest at solving an equation or typing.
Permissions
chatreaction.reaction allows you to reload the config!
This is the default configuration to my plugin so you can see what you can change and edit.
messages:
message:
- "&7"
- "%center%%top_line%"
- "%center%%question%"
- "&7"
messages:
prefix: "&b&lREACTION &8➜ "
top_line: "&b&lREACTION"
type: "&fType &b%question% &fto win a prize!"
solve: "&fSolve &b%question% &fto win a prize!"
player_won: "&b%winner% &fwon in &b%time% &fseconds!"
ran_out_of_time: "&fYou ran out of time! The answer was &b%answer%&f."
# __________________________________________________
# | |
# | Settings |
# |__________________________________________________|
#
# interval-between-reactions
# This is how long between each reaction
# starts and it is in seconds.
#
# length-of-reactions
# This is how long the reaction will
# last and is also in seconds
#
# __________________________________________________
# | |
# | Questions |
# |__________________________________________________|
#
# Example
# twoplustwo:
# type: "Solve" - This will send the "solve" message to every player - see line 33.
# question: "2+2" - This is what the message in chat tells you to solve.
# answer: "4" - Self-explanitory, the answer to the question in chat.