Guest User

Untitled

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