Advertisement
Guest User

Untitled

a guest
Mar 14th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. main:
  2. auto-disable: false
  3. check-premium: true
  4. reload-on-join: false
  5. mysql:
  6. enabled: false
  7. host: localhost
  8. port: 3306
  9. user: user
  10. password: password
  11. database: xauth
  12. tables:
  13. account: accounts
  14. location: locations
  15. lockout: lockouts
  16. playerdata: playerdata
  17. playerstorage: playerstorage
  18. session: sessions
  19. permissions:
  20. backend: bukkit
  21. use-material-names: true
  22. debug: false
  23. authurl:
  24. enabled: false
  25. url: http://localhost
  26. registration: false
  27. status: false
  28. groups: false
  29. broadcast-login: false
  30. single-session:
  31. reverse: true
  32. guests:
  33. reverse: false
  34. immunity-length: 5
  35. registration:
  36. enabled: true
  37. forced: true
  38. require-email: false
  39. validate-email: false
  40. account-limit: 0
  41. activation: false
  42. require-login: true
  43. password:
  44. default-type: 0
  45. convert-password: false
  46. min-length: 6
  47. allow-change: true
  48. complexity:
  49. lowercase: false
  50. uppercase: false
  51. number: false
  52. symbol: false
  53. guest:
  54. timeout: 300
  55. notify-cooldown: 5
  56. hide-inventory: true
  57. protect-location: true
  58. gamemode: 'ADVENTURE'
  59. allow:
  60. player:
  61. chat: false
  62. interact: false
  63. move: false
  64. pickup: false
  65. command:
  66. register: true
  67. login: true
  68. quit: true
  69. damage: false
  70. regain: false
  71. level: false
  72. splash: false
  73. target: false
  74. block:
  75. place: false
  76. break: false
  77. entity:
  78. damage: false
  79. target: false
  80. session:
  81. length: 3600
  82. verifyip: true
  83. godmode-length: 5
  84. strikes:
  85. amount: 5
  86. lockout-length: 3600
  87. account:
  88. track-last-login: true
  89. filter:
  90. min-length: 3
  91. allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_
  92. disallowed: ''
  93. blank-name: true
  94. commands: true
  95. groups:
  96. move-on-register: 'Novice'
  97. auto-assign: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement