Guest User

AWRAWRWRA

a guest
Apr 10th, 2019
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 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: 20
  15. time_limit: 10
  16. players_needed_to_start: 0
  17. word_character_length: 10
  18. ignore_case: false
  19. use_custom_words: true
  20. split_words_by_line: true
  21. scramble_custom_words: false
  22. scramble_at_random: false
  23. scramble_spaces: false
  24. disabled_worlds:
  25. - world_nether
  26. - world_the_end
  27. reward_amount: 2
  28. rewards:
  29. - eco give @p 5000
  30. messages:
  31. reaction_start:
  32. - "&8&m+---------------------------+&r\n \n &8[&7✯&8] &B&lSERENITY &8[&7✯&8]\n\
  33. \ &7(Reakcija) \n \n &7 &3Rec &8» &F%word% \n &7 &3Nagrada\
  34. \ &8» &F$5000 \n &7 &3Vreme &8» &F1min\n \n&8&m+---------------------------+&r"
  35. reaction_start_tooltip: '&8» &7%word%'
  36. scramble_start:
  37. - '&8(&3Reakcija&8) &8» &7Hover for the word to unscramble!'
  38. scramble_start_tooltip: '&7(&a%word%&7)'
  39. reaction_end:
  40. - "&8&m+---------------------------+&r\n \n &8[&7✯&8] &B&lSERENITY &8[&7✯&8]\n\
  41. \ &7(Reakcija) \n \n &7 &3Pobednik &8» &FNema \n &7\
  42. \ &3Nagrada &8» &F$0 \n &7 &3Vreme &8» &F:/\n \n&8&m+---------------------------+&r"
  43. scramble_end:
  44. - '&8(&3Reakcija&8) &8» &7Nobody got the word in time &7:('
  45. - '&7The word was &6%word%'
  46. reaction_win:
  47. - "&8&m+---------------------------+&r\n \n &8[&7✯&8] &C&lSERENITY&8[&7✯&8]\n\
  48. \ &7(Reakcija) \n \n &7 &3Pobednik &8» &f%player% \n \
  49. \ &7 &3Nagrada &8» &f$5000 \n &7 &3Vreme &8» &f%time%s\n \n&8&m+---------------------------+&r"
  50. scramble_win:
  51. - '&8(&CReakcija&8) &8» &3%player% &7unscrambled the word &b%word% &7in &b%time%
  52. &7seconds!'
  53. hooks:
  54. qaplugin:
  55. enabled: true
  56. hint:
  57. charge: true
  58. charge_amount: 100.0
Add Comment
Please, Sign In to add comment