Advertisement
Guest User

Untitled

a guest
Aug 5th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 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: 50
  15. time_limit: 120
  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 150
  30. messages:
  31. reaction_start:
  32. - '&7[&eInozia&7] &6Qui seras le plus rapide à recopier &7>> &e%word%'
  33. reaction_start_tooltip: '&f%word%'
  34. scramble_start:
  35. - '&7[&eInozia&7] &bHover for the word to unscramble!'
  36. scramble_start_tooltip: '&f%word%'
  37. reaction_end:
  38. - '&7[&eInozia&7] &cAucun gagnant.'
  39. scramble_end:
  40. - '&7[&eInozia&7] &cNobody got the word in time &4:('
  41. - '&cThe word was &f%word%'
  42. reaction_win:
  43. - '&7[&eInozia&7] &c&l%player% &ea été le plus rapide en &c&l%time% &esecondes!'
  44. scramble_win:
  45. - '&7[&eInozia&7] &f%player% &6unscrambled the word &f%word% &ain &f%time% &aseconds!'
  46. hooks:
  47. qaplugin:
  48. enabled: true
  49. hint:
  50. charge: true
  51. charge_amount: 100.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement