Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. config:
  2. password:
  3. hash-algorithm: SHA512
  4. bcryptlog2round: 10
  5. mysql:
  6. tables:
  7. id: userID
  8. nick: nick
  9. password: password
  10. premium: premium
  11. firstip: firstIP
  12. lastip: lastIP
  13. firstjoin: firstJoined
  14. lastjoin: lastJoined
  15. checked: checked
  16. registerbyamin: registeredByAdmin
  17. host: --
  18. port: 3306
  19. base: --
  20. user: --
  21. pass: --
  22. table: --
  23. session:
  24. enabled: false
  25. time: 30m
  26. allowed:
  27. multiaccounts-block:
  28. onjoin: true
  29. multiaccounts: 3
  30. restrictions:
  31. allow-chat: true
  32. allow-commands:
  33. - /login
  34. - /register
  35. - /reg
  36. - /l
  37. language: pl
  38. enable-premium-auth: true
  39. existing-premium-users-with-password-login-without-password: false
  40. enabled-permissions: true
  41. premium-register: true
  42. clean-memory-time: 30
  43. premium-with-register: []
  44. premium-nickname-without-premium-can-join:
  45. - Mared
  46. auth-servers:
  47. login:
  48. max-online: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement