Advertisement
Guest User

Untitled

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