Advertisement
Guest User

CHATREACTION

a guest
Mar 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # ChatReaction version 1.7.1 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: 500
  15. time_limit: 30
  16. players_needed_to_start: 4
  17. word_character_length: 10
  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. - world_nether
  26. - world_the_end
  27. reward_amount: 2
  28. rewards:
  29. - eco give @p 500
  30. - give @p diamondblock 100
  31. messages:
  32. reaction_start:
  33. - '&8[&e&lReaction&8] &bScrie cat mai repede cuvantul!'
  34. reaction_start_tooltip: '&f%word%'
  35. scramble_start:
  36. - '&8[&e&lReaction&8] &bDescifreaza cuvantul!'
  37. scramble_start_tooltip: '&f%word%'
  38. reaction_end:
  39. - '&8[&e&lReaction&8] &cNimeni nu a scris cuvantul la timp &4:('
  40. scramble_end:
  41. - '&8[&e&lReaction&8] &cNimeni nu a scris cuvantul la timp &4:('
  42. - '&cThe word was &f%word%'
  43. reaction_win:
  44. - '&8[&e&lReaction&8] &f%player% &aa castigat in &f%time% &asecunde!'
  45. scramble_win:
  46. - '&8[&e&lReaction&8] &f%player% &aa descifrat cuvantul &f%word% &ain &f%time% &asecunde!'
  47. hooks:
  48. qaplugin:
  49. enabled: true
  50. hint:
  51. charge: true
  52. charge_amount: 100.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement