Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 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: 127.0.0.1
  19. port: 3306
  20. type: default
  21. base: BungeeAuthenticator
  22. user: root
  23. pass: password
  24. url: jdbc:mysql://localhost:3306/BungeeAuthenticator
  25. table: users
  26. session:
  27. enabled: false
  28. time: 30m
  29. allowed:
  30. join:
  31. regex: '[a-zA-Z0-9_]{1,16}'
  32. multiaccounts-block:
  33. onjoin: true
  34. multiaccounts: 3
  35. restrictions:
  36. allow-chat: false
  37. allow-commands:
  38. - /login
  39. - /register
  40. - /reg
  41. - /l
  42. before-login:
  43. time-in-seconds:
  44. to-kick: 30
  45. between-messages: 10
  46. language: en
  47. enable-premium-auth: true
  48. enabled-permissions: false
  49. premium-register: false
  50. clean-memory-time: 30
  51. premium-with-register: []
  52. premium-nickname-without-premium-can-join: []
  53. force-offline-uuid: false
  54. register-and-login-without-command: false
  55. prevent-change-name-capitalization: true
  56. prevent-change-name: true
  57. auth-servers:
  58. lobby1:
  59. max-online: 100
  60. lobby2:
  61. max-online: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement