Advertisement
Guest User

Untitled

a guest
Jan 28th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #####################
  2. # REPORTING SYSTEM
  3. ######################
  4.  
  5. # You must use MySQL. Otherwise, plugin will not work.
  6. MySQL:
  7. hostname: localhost
  8. username: root
  9. password: BestLunar
  10. database: Reports
  11.  
  12. # General settings.
  13. General-settings:
  14. # Max report length in symbols.
  15. max-report-length: 50
  16. # Min report length in symbols.
  17. min-report-length: 5
  18. # When player can report about problem repeatedly? Write value in minutes.
  19. delay: 10
  20.  
  21. # Admin list. Just for /admins command. Note: it will not make player admin.
  22. Admins:
  23. - BestLunar
  24. # Messages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement