Guest User

Untitled

a guest
Jun 25th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. DataSource:
  2. backend: mysql
  3. (censored)
  4. mySQLPort: '3306'
  5. mySQLTablename: accounts
  6. mySQLColumnName: playername
  7. mySQLColumnPassword: password
  8. mySQLColumnIp: ip
  9. mySQLColumnLastLogin: lastlogin
  10. caching: false
  11. GroupOptions:
  12. UnregisteredPlayerGroup: ''
  13. RegisteredPlayerGroup: ''
  14. Permissions:
  15. PermissionsOnJoin: []
  16. settings:
  17. sessions:
  18. enabled: false
  19. timeout: 10
  20. restrictions:
  21. allowChat: false
  22. maxRegPerIp: 2
  23. kickNonRegistered: false
  24. teleportUnAuthedToSpawn: true
  25. ForceSpawnLocOnJoinEnabled: false
  26. SaveQuitLocation: true
  27. ForceExactSpawn: true
  28. maxNicknameLength: 15
  29. allowMovement: false
  30. minNicknameLength: 4
  31. timeout: 30
  32. allowedMovementRadius: 100
  33. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  34. ForceSingleSession: true
  35. AllowedRestrictedUser:
  36. - rodier;78.80.50.93
  37. - lessus;93.91.240.3
  38. - stewe;190.80.155.1
  39. - gladomen;90.180.245.136
  40. AllowRestrictedUser: false
  41. GameMode:
  42. ForceSurvivalMode: false
  43. ResetInventotyIfCreative: false
  44. security:
  45. minPasswordLength: 4
  46. unLoggedinGroup: unLoggedinGroup
  47. passwordHash: SHA256
  48. registration:
  49. enabled: true
  50. messageInterval: 5
  51. force: true
  52. unrestrictions:
  53. UnrestrictedName: []
Add Comment
Please, Sign In to add comment