Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. # ChatReaction version 1.5.2 configuration file
  2. debug: false
  3. check_updates: true
  4. reaction_stats:
  5. track_stats: true
  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: 60
  15. time_limit: 30
  16. players_needed_to_start: 1
  17. word_character_length: 25
  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: 1
  28. rewards:
  29. - eco give @p 25000000
  30. - eco give @p 50000000
  31. - eco give @p 100000000
  32. - kit Reaction @p
  33. messages:
  34. reaction_start:
  35. - '&8[&4Reaction&8] &9Hover for the word to type!'
  36. reaction_start_tooltip: '&7%word%'
  37. scramble_start:
  38. - '&8[&4Reaction&8] &9Hover for the word to unscramble!'
  39. scramble_start_tooltip: '&7%word%'
  40. reaction_end:
  41. - '&8[&4Reaction&8] &cNobody got the word in time &4:('
  42. scramble_end:
  43. - '&8[&4Reaction&8] &cNobody got the word in time &4:('
  44. - '&cThe word was &7%word%'
  45. reaction_win:
  46. - '&8[&4Reaction&8] &f%player% &awon in &7%time% &aseconds!'
  47. scramble_win:
  48. - '&8[&4Reaction&8] &f%player% &aunscrambled the word &7%word% &ain
  49. &7%time% &aseconds!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement