Advertisement
Guest User

Untitled

a guest
Aug 13th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. main:
  2. auto-disable: true
  3. check-for-updates: true
  4. download-library: true
  5. reload-on-join: false
  6. mysql:
  7. enabled: true
  8. host: localhost
  9. port: 3306
  10. user: root
  11. password: mypassword
  12. database: minecraft
  13. tables:
  14. account: xauth_accounts
  15. location: xauth_locations
  16. lockout: xauth_lockouts
  17. playerdata: xauth_playerdata
  18. session: xauth_sessions
  19. permissions:
  20. backend: pex
  21. authurl:
  22. enabled: false
  23. url: http://google.com
  24. registration: false
  25. status: false
  26. groups: false
  27. broadcast-login: false
  28. single-session:
  29. reverse: true
  30. guests:
  31. reverse: false
  32. immunity-length: 5
  33. registration:
  34. enabled: true
  35. forced: true
  36. require-email: false
  37. validate-email: false
  38. account-limit: 0
  39. activation: false
  40. require-login: true
  41. password:
  42. min-length: 6
  43. allow-change: true
  44. complexity:
  45. lowercase: false
  46. uppercase: false
  47. number: false
  48. symbol: false
  49. guest:
  50. timeout: 300
  51. notify-cooldown: 5
  52. hide-inventory: true
  53. protect-location: true
  54. allowed-commands:
  55. - register
  56. - login
  57. - l
  58. restrict:
  59. player:
  60. chat: false
  61. interact: true
  62. move: false
  63. pickup: true
  64. block:
  65. place: true
  66. break: true
  67. entity:
  68. damage: true
  69. target: true
  70. session:
  71. length: 3600
  72. verifyip: true
  73. godmode-length: 5
  74. strikes:
  75. amount: 5
  76. lockout-length: 3600
  77. account:
  78. track-last-login: false
  79. filter:
  80. min-length: 4
  81. allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_
  82. disallowed: ''
  83. blank-name: true
  84. groups:
  85. guest: ''
  86. authenticated: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement