Advertisement
Guest User

Untitled

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