Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # ChatReaction version 1.8.0 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. ssl: false
  14. reaction:
  15. interval: 500
  16. time_limit: 30
  17. players_needed_to_start: 4
  18. word_character_length: 10
  19. ignore_case: false
  20. use_custom_words: true
  21. split_words_by_line: true
  22. scramble_custom_words: true
  23. scramble_at_random: true
  24. scramble_spaces: false
  25. disabled_worlds:
  26. - world_nether
  27. - world_the_end
  28. reward_amount: 2
  29. rewards:
  30. - give @p beacon 1
  31. - eco give @p 25000
  32. messages:
  33. reaction_start:
  34. - '&8&l(&f&lPrison Fun&8&l) &7Hover for the word to type!'
  35. reaction_start_tooltip: '&d%word%'
  36. scramble_start:
  37. - '&8&l(&f&lPrison Fun&8&l) &7Hover for the word to unscramble!'
  38. scramble_start_tooltip: '&d%word%'
  39. reaction_end:
  40. - '&8&l(&f&lPrison Fun&8&l) &7Oh no! No one guessed it.'
  41. scramble_end:
  42. - '&8&l(&f&lPrison Fun&8&l) &7Oh no! No one guessed it in time.. The word was '&c%word%&7'
  43. reaction_win:
  44. - '&8&l(&f&lPrison Fun&8&l) &c%player% &7won in &c%time% &cseconds!'
  45. scramble_win:
  46. - '&8&l(&f&lPrison Fun&8&l) &c%player% &7unscrambled the word &c%word% &7in &c%time% &7seconds!'
  47. hooks:
  48. qaplugin:
  49. enabled: false
  50. hint:
  51. charge: true
  52. charge_amount: 100.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement