Advertisement
Guest User

Untitled

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