Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 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: 100
  15. time_limit: 30
  16. players_needed_to_start: 2
  17. word_character_length: 10
  18. ignore_case: true
  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. - world_nether
  26. - world_the_end
  27. reward_amount: 2
  28. rewards:
  29. - eco give @p 500
  30. messages:
  31. reaction_start:
  32. - '&8[&e&lReaction&8] &bHover for the word to type!'
  33. reaction_start_tooltip: '&f%word%'
  34. scramble_start:
  35. - '&8[&e&lReaction&8] &bHover for the word to unscramble!'
  36. scramble_start_tooltip: '&f%word%'
  37. reaction_end:
  38. - '&8[&e&lReaction&8] &cNobody got the word in time &4:('
  39. scramble_end:
  40. - '&8[&e&lReaction&8] &cNobody got the word in time &4:('
  41. - '&cThe word was &f%word%'
  42. reaction_win:
  43. - '&8[&e&lReaction&8] &f%player% &awon in &f%time% &aseconds!'
  44. scramble_win:
  45. - '&8[&e&lReaction&8] &f%player% &aunscrambled the word &f%word% &ain &f%time% &aseconds!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement