- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
All of your plugin settings are stored in the config.yml file:
![]()
See who is the fastest chatter on your server!
Test it out now on testplugins.com
![]()
ChatReaction is a very configurable plugin that allows you to create an interactive "who can type the fastest" game where players have to type a random word in chat to win!
You can set commands to be executed to reward players for winning!
Words can be configured to be a random String of characters or pre defined words that you list in the config!
Optional win tracking through MySQL to allow you to save players wins and the top winners!
Wiki:
https://wiki.helpch.at/clips-plugins/chatreaction
![]()
Permissions for commands
chatreaction.admin
needed to use admin commands
chatreaction.wins
needed to use /reaction wins
chatreaction.wins.others
needed to use /reaction wins <player>
chatreaction.top
needed to use /reaction top
Code (Text):[/FONT][/CENTER][/FONT][/CENTER]
[FONT=Verdana]
[CENTER][FONT=Verdana]
[CENTER]# ChatReaction version 1.3.4 configuration file
debug: true
check_updates: true
reaction_stats:
track_stats: true
top_players_size: 200
hostname: localhost
port: 3306
database: chatreaction
prefix: ''
username: root
password: ''
reaction:
interval: 30
time_limit: 29
players_needed_to_start: 2
word_character_length: 12
ignore_case: false
use_custom_words: true
split_words_by_line: true
scramble_custom_words: true
scramble_at_random: true
scramble_spaces: false
disabled_worlds:
- extended_clip_nether
- world_the_end
reward_amount: 2
rewards:
- eco give @p 500
- give @p diamondblock 100
- give @p emeraldblock 100
- te add @p 100
messages:
reaction_start:
- '&6&lReaction &7&l» &eThe first person to type the word &f%word% &ewins!'
scramble_start:
- '&6&lScramble &7&l» &bThe first unscramble the word &f%word% &bwins!'
reaction_end:
- '&6&lReaction &7&l» &cNobody got the word fast enough &4:('
scramble_end:
- '&6&lScramble &7&l» &cNobody got the word in time &4:('
- '&cThe word was &f%word%'
reaction_win:
- '&6&lReaction &7&l» &f%player% &eGot the word &ein &f%time% &eseconds!'
scramble_win:
- '&6&lScramble &7&l» &f%player% &aunscrambled the word &f%word% &ain &f%time% &aseconds!'
If you choose to your own custom words, list your words in the words.txt file located in the plugin folder:

ChatReaction 1.8.0
Be the first to type/unscramble the word for rewards!
Recent Updates
- 1.8.0 updated to work with 1.14 Jun 20, 2019
- 1.7.1 Fixed OutOfBoundsException being thrown when scrambling words Aug 2, 2017
- 1.7.0 Updated dependencies to latest version Jul 21, 2017