Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. api_key: "xxxxxxxxxx"
  2.  
  3. correct_command: "&4Poprawne uzycie: &c/youtube <link>"
  4.  
  5. needed_title: "Filipek"
  6. needed_desc: "QueQuality"
  7. needed_views: 100
  8.  
  9. min_duration: 100 # W sekundach
  10. max_duration: 300 # W sekundach
  11.  
  12. succ_cmds:
  13. - "say Gracz {nick} nagral film z serwera! :D"
  14. - "give {nick} 1 1"
  15.  
  16. check_delay: 21600 # Jak czesto sprawdzac czy wszystkie filmy nie zostaly usuniete. Rzadziej == wieksza wydajnosc. W sekundach
  17.  
  18. err_cmds:
  19. - "say Gracz {nick} usunal film z serwera!"
  20.  
  21. invalid_url: "&cPodales zly link lub film jest prywatny! Musisz podac skrocony link!"
  22.  
  23. invalid_title: "&cNiepoprawny tytul!"
  24. invalid_desc: "&cNiepoprawny opis!"
  25. invalid_views: "&cZa malo wyswietlen!"
  26. invalid_state: "&cFilm musi byc publiczny!"
  27. invalid_duration: "&cTwoj film jest za krotki!"
  28.  
  29. succ_added: "&cTwoj film zostal dodany!"
  30.  
  31. player_already_registered: "&cZarejestrowales juz film!"
  32. video_already_registered: "&cTen film jest juz zarejestrowany"
  33.  
  34.  
  35. mysql:
  36. host: "xxxxxxxxx"
  37. port: xxxxx
  38. user: "xxxxxxx"
  39. pass: "xxxxxxxxx"
  40. database: "xxxxxxx"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement