Guest User

Untitled

a guest
Apr 13th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. DataSource:
  2. mySQLColumnName: username
  3. mySQLTablename: authme
  4. mySQLUsername: minecraft_server
  5. backend: flatfile
  6. mySQLColumnLastLogin: lastlogin
  7. mySQLDatabase: minecraft
  8. mySQLPort: '3306'
  9. mySQLColumnIp: ip
  10. mySQLHost: localhost
  11. mySQLColumnPassword: password
  12. mySQLPassword: srololo
  13. caching: true
  14. settings:
  15. sessions:
  16. enabled: false
  17. timeout: 10
  18. restrictions:
  19. allowChat: false
  20. kickNonRegistered: false
  21. teleportUnAuthedToSpawn: true
  22. maxNicknameLength: 20
  23. allowMovement: false
  24. minNicknameLength: 3
  25. timeout: 30
  26. allowedMovementRadius: 100
  27. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  28. security:
  29. passwordHash: md5
  30. registration:
  31. enabled: true
  32. messageInterval: 5
  33. force: true
Add Comment
Please, Sign In to add comment