Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. locale: pl
  2. forceLogin:
  3. global: true
  4. inWorlds: []
  5. exemptPlayers: []
  6. timeout:
  7. enabled: false
  8. value:
  9. login: 40sec
  10. register: 10min
  11. disableForPlayers: []
  12. allowedCommands: []
  13. prevent:
  14. move: true
  15. toggleSneak: true
  16. blockPlace: true
  17. blockBreak: true
  18. damageIn: true
  19. damageOut: true
  20. regainHealth: true
  21. foodLevelChange: true
  22. entityTarget: true
  23. chat: true
  24. commandPreprocess: true
  25. pickupItem: true
  26. dropItem: true
  27. interact: true
  28. interactEntity: true
  29. inventoryClick: true
  30. moveRadius: -1
  31. obfuscate:
  32. air: false
  33. health: false
  34. experience: false
  35. hunger: false
  36. prompt:
  37. register: true
  38. login: true
  39. minInterval: 2sec
  40. periodicalPrompt:
  41. enabled: true
  42. period: 15sec
  43. promptOn:
  44. join: true
  45. dropItem: true
  46. blockPlace: true
  47. blockBreak: true
  48. interact: true
  49. interactEntity: true
  50. hideChatMessages: false
  51. hideFromTabList: false
  52. hideOtherPlayers: false
  53. loginSessions:
  54. enabled: false
  55. validnessTime: 7days
  56. loginHistory:
  57. enabled: false
  58. recordsToKeep: 10
  59. messages:
  60. beautify: false
  61. join:
  62. hide: false
  63. showWorld: false
  64. multiverseHook: true
  65. quit:
  66. hide: false
  67. prohibitedUsernames: []
  68. usernameCaseMismatch:
  69. warning: false
  70. kick: false
  71. passwords:
  72. minLength: 4
  73. maxLength: 40
  74. hashingAlgorithm: sha-256
  75. complexity:
  76. lowercaseLetters: false
  77. uppercaseLetters: false
  78. numbers: false
  79. specialSymbols: false
  80. blockSimplePasswords: false
  81. globalPassword:
  82. length: 6
  83. invalidateAfter: 5min
  84. bruteForce:
  85. blockLogin:
  86. attempts: -1
  87. forTime: 20 seconds
  88. kick:
  89. attempts: -1
  90. ban:
  91. attempts: -1
  92. kickUnregistered: false
  93. premiumTakeover:
  94. enabled: false
  95. promptOn: join
  96. automaticAccountDeletion:
  97. enabled: false
  98. inactivityTime: 365days
  99. automaticLogout:
  100. enabled: false
  101. inactivityTime: 10min
  102. accountsPerIp:
  103. amount: -1
  104. unrestrictedIps: []
  105. accountsPerEmail: 1
  106. reserveSlots:
  107. amount: 0
  108. forPlayers: []
  109. cooldowns:
  110. register: 3sec
  111. unregister: 3sec
  112. changepass: 1sec
  113. changeemail: 1sec
  114. recoverpass: 2min
  115. passwordRecovery:
  116. enabled: false
  117. subject: Password recovery for %player%
  118. bodyTemplate: mail/password-recovery.html
  119. htmlEnabled: true
  120. passwordLength: 6
  121. passwordCombination: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  122. promptToAddEmail: true
  123. mailSending:
  124. emailAddress: ''
  125. smtp:
  126. host: ''
  127. port: 465
  128. user: ''
  129. password: ''
  130. waitingRoom:
  131. enabled: false
  132. location:
  133. ==: Location
  134. world: world
  135. x: 0.0
  136. y: 0.0
  137. z: 0.0
  138. yaw: 0.0
  139. pitch: 0.0
  140. newbieTeleport:
  141. enabled: false
  142. location:
  143. ==: Location
  144. world: world
  145. x: 0.0
  146. y: 0.0
  147. z: 0.0
  148. yaw: 0.0
  149. pitch: 0.0
  150. groups:
  151. enabled: false
  152. registered: Registered
  153. unregistered: Unregistered
  154. loggedIn: LoggedIn
  155. loggedOut: LoggedOut
  156. profiles:
  157. enabled: false
  158. path: profiles
  159. fields: {}
  160. storage:
  161. accounts:
  162. leading:
  163. storageType: sqlite
  164. csv:
  165. dir: ./
  166. sqlite:
  167. filename: accounts.db
  168. h2:
  169. filename: accounts
  170. mysql:
  171. host: jdbc:mysql://localhost:3306/
  172. user: root
  173. password: ''
  174. database: ''
  175. postgresql:
  176. host: jdbc:postgresql://localhost:5432/database
  177. user: postgres
  178. password: ''
  179. unit: logit
  180. cache: disabled
  181. mirror:
  182. storageType: none
  183. csv:
  184. dir: ./
  185. sqlite:
  186. filename: accounts2.db
  187. h2:
  188. filename: accounts2
  189. mysql:
  190. host: jdbc:mysql://localhost:3306/
  191. user: root
  192. password: ''
  193. database: ''
  194. postgresql:
  195. host: jdbc:postgresql://localhost:5432/database
  196. user: postgres
  197. password: ''
  198. unit: logit2
  199. keys:
  200. username: username
  201. uuid: uuid
  202. salt: salt
  203. password: password
  204. hashing_algorithm: hashing_algorithm
  205. ip: ip
  206. login_session: login_session
  207. email: email
  208. last_active_date: last_active_date
  209. reg_date: reg_date
  210. is_locked: is_locked
  211. login_history: login_history
  212. display_name: display_name
  213. persistence: persistence
  214. sessions:
  215. filename: sessions.db
  216. backup:
  217. path: backup
  218. filename: yyyy-MM-dd_HH-mm-ss
  219. schedule:
  220. enabled: false
  221. interval: 12hours
  222. forceBeforeRestore: false
  223. manualRemoveLimit: 3
  224. stats:
  225. enabled: false
  226. logging:
  227. file:
  228. enabled: false
  229. filename: debug.log
  230. level: 0
  231. verboseConsole: false
  232. terminateUnsafeServer: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement