Advertisement
Andoz_Cz

Untitled

Nov 29th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 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: 300
  15. time_limit: 30
  16. players_needed_to_start: 1
  17. word_character_length: 2
  18. ignore_case: false
  19. use_custom_words: true
  20. split_words_by_line: false
  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: 1
  28. rewards:
  29. - eco give @p 100
  30. - give @p 1 1
  31. - tellraw @p &2Vyhral jsi to, ze jsi nevyhral nic ! :D
  32. messages:
  33. reaction_start:
  34. - '&bReakce&7» &6Opis slovo &7%word% &6!'
  35. reaction_start_tooltip: '&fPis !'
  36. scramble_start:
  37. - '&bReakce&7» &6Poskladej slovo &7%word% &6!'
  38. scramble_start_tooltip: '&fPis !'
  39. reaction_end:
  40. - '&bReakce&7» &6Nikdo nestihl opsat slovo &4:('
  41. scramble_end:
  42. - '&bReakce&7» &6Nikdo nestihl poskladat slovo &4:('
  43. - '&bReakce&7» &6Slovo bylo:&7%word%'
  44. reaction_win:
  45. - '&bReakce&7» &6Hrac &7%player% &6vyhral, s casem &7%time% &6vterin !'
  46. scramble_win:
  47. - '&bReakce&7» &6Hrac &7%player% &6poskladal slovo &7%word% &6v case &7%time% &6vterin
  48. !'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement