Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. customdb:
  2. enabled: true
  3. autocreate: true
  4. table: authdb
  5. userfield: username
  6. passfield: password
  7. emailrequired: false
  8. encryption: md5
  9. join:
  10. restrict: false
  11. register:
  12. enabled: true
  13. force: true
  14. delay: 4 seconds
  15. timeout: 3 minutes
  16. login:
  17. method: normal
  18. delay: 4 seconds
  19. timeout: 3 minutes
  20. tries: 3
  21. action: kick
  22. link:
  23. enabled: false
  24. rename: false
  25. unlink:
  26. enabled: false
  27. rename: false
  28. username:
  29. minimum: 3
  30. maximum: 16
  31. password:
  32. minimum: 6
  33. maximum: 16
  34. session:
  35. enabled: true
  36. start: login
  37. length: 1 hour
  38. protect: true
  39. guest:
  40. commands: false
  41. chat: false
  42. building: false
  43. destruction: false
  44. movement: false
  45. interactions: false
  46. inventory: false
  47. drop: false
  48. pickup: false
  49. health: false
  50. pvp: false
  51. mobtargeting: false
  52. mobdamage: false
  53. protection:
  54. freeze:
  55. enabled: true
  56. delay: 2 seconds
  57. notify:
  58. enabled: true
  59. delay: 3 seconds
  60. filter:
  61. action: kick
  62. username: "`~!@#$%^&*()-=+{[]}|\\:;\"<,>.?/ "
  63. password: "$&\\\""
  64. whitelist:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement