Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 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: 180
  15. time_limit: 30
  16. players_needed_to_start: 1
  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 1500
  30. messages:
  31. reaction_start:
  32. - '&8&m----------------------'
  33. - '&r &7● &c&lMonster &7●'
  34. - '&r'
  35. - '&r &7● &fReaction &8▸ &c%word%'
  36. - '&r &7● &fTime &8▸ &c%time% seconds'
  37. - '&r &7● &fRewards &8▸ &c1500$'
  38. - '&8&m----------------------'
  39. reaction_start_tooltip: '&f%word%'
  40. scramble_start:
  41. - '&8&m----------------------'
  42. - '&r &7● &c&lMonster &7●'
  43. - '&r'
  44. - '&r &7● &fScramble &8▸ &c%word%'
  45. - '&r &7● &fTime &8▸ &c%time% seconds'
  46. - '&r &7● &fRewards &8▸ &c1500$'
  47. - '&8&m----------------------'
  48. scramble_start_tooltip: '&f%word%'
  49. reaction_end:
  50. - '&8&m----------------------'
  51. - '&r &7● &c&lMonster &7●'
  52. - '&r'
  53. - '&r &7● &fNobody got the word in time'
  54. - '&r &7● &fWord &8▸ &c%word%'
  55. - '&r'
  56. - '&8&m----------------------'
  57. scramble_end:
  58. - '&8&m----------------------'
  59. - '&r &7● &c&lMonster &7●'
  60. - '&r'
  61. - '&r &7● &fNobody got the word in time'
  62. - '&r &7● &fWord: &c%word%'
  63. - '&r'
  64. - '&8&m----------------------'
  65. reaction_win:
  66. - '&8&m----------------------'
  67. - '&r &7● &c&lMonster &7●'
  68. - '&r'
  69. - '&r &7● &fWinner &8▸ &c%player%'
  70. - '&r &7● &fTime &8▸ &c%time% seconds'
  71. - '&r'
  72. - '&8&m----------------------'
  73. scramble_win:
  74. - '&8&m----------------------'
  75. - '&r &7● &c&lMonster &7●'
  76. - '&r'
  77. - '&r &7● &fWinner &8▸ &c%player%'
  78. - '&r &7● &fTime &8▸ &c%time% seconds'
  79. - '&r'
  80. - '&8&m----------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement