Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # ChatReaction version 1.6.2 configuration file
  2. debug: false
  3. check_updates: true
  4. reaction_stats:
  5. track_stats: false
  6. top_players_size: 100
  7. hostname: localhost
  8. port: 3306
  9. database: chatreaction
  10. prefix: ''
  11. username: root
  12. password: ''
  13. reaction:
  14. interval: 300
  15. time_limit: 45
  16. players_needed_to_start: 2
  17. word_character_length: 10
  18. ignore_case: false
  19. use_custom_words: false
  20. split_words_by_line: true
  21. scramble_custom_words: true
  22. scramble_at_random: true
  23. scramble_spaces: false
  24. disabled_worlds:
  25. - world_nether
  26. - world_the_end
  27. reward_amount: 2
  28. rewards:
  29. - eco give @p 1500
  30. messages:
  31. reaction_start:
  32. - '&e&lCHAT &6&LGAME &8&l- &fHover for what word to type!'
  33. reaction_start_tooltip: '&a%word%'
  34. scramble_start:
  35. - '&e&lCHAT &6&LGAME &8&l- &fHover for the word to unscramble!'
  36. scramble_start_tooltip: '&a%word%'
  37. reaction_end:
  38. - '&e&lCHAT &6&LGAME &8&l- &cNo one got the word in time.'
  39. scramble_end:
  40. - '&e&lCHAT &6&LGAME &8&l- &cNobody got the word in time.'
  41. - '&cThe word was &f%word%'
  42. reaction_win:
  43. - '&e&lCHAT &6&LGAME &8&l- &a%player% &fwon in &a%time% seconds&f!'
  44. scramble_win:
  45. - '&e&lCHAT &6&LGAME &8&l- &a%player% &funscrambled the word &d%word% &fin &a%time%
  46. seconds&f!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement