Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1.  
  2.  
  3. #MySQL allows you to store the reports and to make a web with all the reports.
  4. MYSQL:
  5. ENABLED: false
  6. HOST: nic
  7. PORT: 3306
  8. USERNAME: nic
  9. DATABASE: nic
  10. PASSWORD: nic
  11.  
  12. # Cooldown to report players (seconds)
  13. Report_Cooldown: 30
  14. Cooldown_Wait: '&3&lReport &8» &cPockej &e%time% &csekund pred dalsim nahlasenim.'
  15.  
  16. Player_Offline: '&3&lReport &8» &cTento hrac neni online.'
  17. Cant_Report_Your_Self: '&3&lReport &8» &cNemuzes nahlasit sam sebe.'
  18. Cant_Report: '&3&lReport &8» &cTento hrac nemuze byt nahlasen.'
  19.  
  20. Usage: '&3&lReport &8» &7Pouzij: &e/report <hrac> <duvod>'
  21. No_Permission: '&3&lReport &8» &cNemas dostatecne opravneni pro tento prikaz!'
  22.  
  23. Player_Reported: '&3&lReport &8» &e%player% &abyl uspesne nahlasen!'
  24.  
  25. #Message to the staffs when there is a new report
  26. Report_Format:
  27. - '&8&m--------------------------------------'
  28. - '&7Hrac:'
  29. - '&e%player%'
  30. - ''
  31. - '&7Hrac ktery byl nahlasen:'
  32. - '&e%player2%'
  33. - ''
  34. - '&7Duvod:'
  35. - '&c%reason%'
  36. - ''
  37. - '&7Server:'
  38. - '&e%server%'
  39. - ''
  40. Report_Format_Footer: '&8&m--------------------------------------'
  41. Goto_Msg: '&a&l➲ Klikni pro pripojeni na server!'
  42. Goto_Hover_Msg: '&6&l➲ Klikni pro pripojeni na server!'
  43.  
  44. Goto_Connect: '&3&lServer &8» &aByl jsi uspesne pripojen!'
  45. Goto_Same_Server: '&3&lServer &8» &cJiz jsi pripojeny na tento server!'
  46.  
  47. #NOT USE "," if you are using the plugin with MySQL!
  48. Storege_Format: '&6» &e%player2% &7byl nahlasen hracem &e%player%&7. Duvod: &c%reason%&7. Datum: &6%date%'
  49. GetReports:
  50. Header: '&8&m--------------------------------------'
  51. Footer: '&8&m--------------------------------------'
  52. Usage: '&3&lReport &8» &7Pouzij: &e/reports <hrac>'
  53. Reports_Empty: '&3&lReport &8» &cNebyla nalezena zadna historie.'
  54.  
  55. History_Deleted: '&3&lReport &8» &7Historie hrace &e%player% &7byla uspesne smazana.'
  56. DelHistory_Usage: '&3&lReport &8» &7Pouzij: &e/delreports <hrac>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement