Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. # ChatReaction version 1.3.4 configuration file
  2. debug: true
  3. check_updates: true
  4. reaction_stats:
  5. track_stats: false
  6. top_players_size: 200
  7. hostname: localhost
  8. port: 3306
  9. database: chatreaction
  10. prefix: ''
  11. username: root
  12. password: ''
  13. reaction:
  14. interval: 30
  15. time_limit: 29
  16. players_needed_to_start: 2
  17. word_character_length: 12
  18. ignore_case: false
  19. use_custom_words: true
  20. split_words_by_line: true
  21. scramble_custom_words: true
  22. scramble_at_random: true
  23. scramble_spaces: false
  24. disabled_worlds:
  25. - extended_clip_nether
  26. - world_the_end
  27. reward_amount: 2
  28. rewards:
  29. - eco give 500 @p
  30. messages:
  31. reaction_start:
  32. - '&6Reaction &7» &bThe first person to type the word &f%word% &ewins!'
  33. scramble_start:
  34. - '&6Scramble &7» &bThe first unscramble the word &f%word% &bwins!'
  35. reaction_end:
  36. - '&6Reaction &7» &cNobody typed the word fast enough.'
  37. scramble_end:
  38. - '&6Scramble &7» &cNobody unscrambled the word in time.'
  39. - '&6Scramble &7» &bThe word was &f%word%.'
  40. reaction_win:
  41. - '&6Reaction &7» &f%player% &eGot the word &ein &f%time% &eseconds!'
  42. scramble_win:
  43. - '&6Scramble &7» &f%player% &aunscrambled the word &f%word% &ain &f%time% &aseconds!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement