Advertisement
Guest User

Untitled

a guest
Jan 24th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. locale: pl
  2. logging:
  3. file:
  4. enabled: false
  5. filename: debug.log
  6. level: 0
  7. verbose-console: false
  8. force-login:
  9. global: true
  10. in-worlds: []
  11. exempt-players: []
  12. timeout:
  13. enabled: false
  14. value: 20sec
  15. disable-for-players: []
  16. allowed-commands: []
  17. prevent:
  18. move: true
  19. toggle-sneak: true
  20. block-place: true
  21. block-break: true
  22. damage-in: true
  23. damage-out: true
  24. regain-health: true
  25. food-level-change: true
  26. entity-target: true
  27. chat: true
  28. command-preprocess: true
  29. pickup-item: true
  30. drop-item: true
  31. interact: true
  32. interact-entity: true
  33. inventory-click: true
  34. prompt:
  35. register: true
  36. login: true
  37. min-interval: 2sec
  38. periodical-prompt:
  39. enabled: true
  40. period: 10sec
  41. prompt-on:
  42. join: true
  43. drop-item: true
  44. block-place: true
  45. block-break: true
  46. interact: true
  47. interact-entity: true
  48. obfuscate-bars:
  49. air: false
  50. health: false
  51. experience: false
  52. hunger: false
  53. login-sessions:
  54. enabled: true
  55. validness-time: 7days
  56. messages:
  57. beautify: false
  58. join:
  59. hide: true
  60. show-world: false
  61. multiverse-hook: true
  62. quit:
  63. hide: true
  64. username:
  65. regex: '[A-Za-z0-9_]+'
  66. min-length: 2
  67. max-length: 16
  68. prohibited-usernames: []
  69. password:
  70. min-length: 4
  71. max-length: 40
  72. hashing-algorithm: sha-256
  73. global-hashing-algorithm: false
  74. use-salt: true
  75. global-password:
  76. hash: ''
  77. salt: ''
  78. disable-passwords: false
  79. crowd-control:
  80. login-fails-to-kick: -1
  81. login-fails-to-ban: -1
  82. kick-unregistered: false
  83. automatic-account-deletion:
  84. enabled: false
  85. inactivity-time: 365days
  86. accounts-per-ip:
  87. amount: 1
  88. unrestricted-ips: []
  89. reserve-slots:
  90. amount: 0
  91. for-players: []
  92. password-recovery:
  93. enabled: false
  94. subject: Password recovery for %player%
  95. body-template: mail/password-recovery.html
  96. html-enabled: true
  97. password-length: 6
  98. password-combination: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  99. prompt-to-add-email: true
  100. mail:
  101. email-address: ''
  102. smtp-host: ''
  103. smtp-port: 465
  104. smtp-user: ''
  105. smtp-password: ''
  106. waiting-room:
  107. enabled: false
  108. location:
  109. ==: Location
  110. world: world
  111. x: 0.0
  112. y: 0.0
  113. z: 0.0
  114. yaw: 0.0
  115. pitch: 0.0
  116. newbie-teleport:
  117. enabled: false
  118. location:
  119. ==: Location
  120. world: world
  121. x: 0.0
  122. y: 0.0
  123. z: 0.0
  124. yaw: 0.0
  125. pitch: 0.0
  126. groups:
  127. enabled: false
  128. registered: Registered
  129. unregistered: Unregistered
  130. logged-in: LoggedIn
  131. logged-out: LoggedOut
  132. integration: none
  133. profiles:
  134. enabled: false
  135. path: profiles
  136. fields: {}
  137. storage:
  138. accounts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement