Facebook
From dajf d, 9 Years ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 436
  1. # # # # # # # # # # # # # # # #
  2. #  LogIt Configuration File   #
  3. # # # # # # # # # # # # # # # #
  4.  
  5. locale: pl
  6. logging:
  7.   file:
  8.     enabled: false
  9.     filename: debug.log
  10.     level: 0
  11.   verbose-console: false
  12. force-login:
  13.   global: true
  14.   in-worlds: []
  15.   allowed-commands: []
  16.   timeout:
  17.     enabled: false
  18.     value: 20sec
  19.     disable-for-players: []
  20.   prevent:
  21.     move: true
  22.     toggle-sneak: true
  23.     block-place: true
  24.     block-break: true
  25.     damage-in: true
  26.     damage-out: true
  27.     regain-health: true
  28.     food-level-change: true
  29.     entity-target: true
  30.     chat: true
  31.     command-preprocess: true
  32.     pickup-item: true
  33.     drop-item: true
  34.     interact: true
  35.     interact-entity: true
  36.     inventory-click: true
  37.     air-depletion: true
  38.   prompt:
  39.     register: true
  40.     login: true
  41.     min-interval: 2sec
  42.   periodical-prompt:
  43.     enabled: true
  44.     period: 10sec
  45.   prompt-on:
  46.     join: true
  47.     drop-item: true
  48.     block-place: true
  49.     block-break: true
  50.     interact: true
  51.     interact-entity: true
  52.   obfuscate-bars:
  53.     air: false
  54.     health: false
  55.     experience: false
  56.     hunger: false
  57.   exempt-players: []
  58. login-sessions:
  59.   enabled: false
  60.   validness-time: 7days
  61. messages:
  62.   join:
  63.     hide: false
  64.     show-world: false
  65.   multiverse-hook: true
  66.   quit:
  67.     hide: false
  68. username:
  69.   regex: '[A-Za-z0-9_]+'
  70.   min-length: 2
  71.   max-length: 16
  72.   prohibited-usernames: []
  73. password:
  74.   min-length: 4
  75.   max-length: 40
  76.   hashing-algorithm: sha-256
  77.   use-global-hashing-algorithm: false
  78.   use-salt: true
  79.   global-password:
  80.     hash: ''
  81.     salt: ''
  82.   disable-passwords: false
  83. crowd-control:
  84.   login-fails-to-kick: -1
  85.   login-fails-to-ban: -1
  86.   kick-unregistered: false
  87.   automatic-account-deletion:
  88.     enabled: false
  89.     inactivity-time: 365days
  90.   accounts-per-ip:
  91.     amount: -1
  92.     unrestricted-ips: []
  93.   reserve-slots:
  94.     amount: 0
  95.     for-players: []
  96. password-recovery:
  97.   enabled: false
  98.   subject: Password recovery for %player%
  99.   body-template: mail/password-recovery.html
  100.   html-enabled: true
  101.   password-length: 6
  102.   password-combination: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  103.   prompt-to-add-email: true
  104. mail:
  105.   email-address: ''
  106.   smtp-host: ''
  107.   smtp-port: 465
  108.   smtp-user: ''
  109.   smtp-password: ''
  110. waiting-room:
  111.   enabled: false
  112.   location:
  113.     ==: Location
  114.     world: world
  115.     x: 0.0
  116.     y: 0.0
  117.     z: 0.0
  118.     yaw: 0.0
  119.     pitch: 0.0
  120.   newbie-teleport:
  121.     enabled: false
  122.     location:
  123.       ==: Location
  124.       world: world
  125.       x: 0.0
  126.       y: 0.0
  127.       z: 0.0
  128.       yaw: 0.0
  129.       pitch: 0.0
  130. groups:
  131.   enabled: false
  132.   registered: Registered
  133.   unregistered: Unregistered
  134.   logged-in: LoggedIn
  135.   logged-out: LoggedOut
  136. integration: none
  137. profiles:
  138.   enabled: false
  139.   path: profiles
  140. storage:
  141.   accounts:
  142.     leading:
  143.       storage-type: sqlite
  144.       csv:
  145.         dir: ./
  146.       sqlite:
  147.         filename: accounts.db
  148.       h2:
  149.         filename: accounts
  150.       mysql:
  151.         host: jdbc:mysql://localhost:3306/
  152.         user: root
  153.         password: ''
  154.         database: ''
  155.       postgresql:
  156.         host: jdbc:postgresql://localhost:5432/database
  157.         user: postgres
  158.         password: ''
  159.       unit: logit
  160.       cache: disabled
  161.     mirror:
  162.       storage-type: none
  163.       csv:
  164.         dir: ./
  165.       sqlite:
  166.         filename: accounts2.db
  167.       h2:
  168.         filename: accounts2
  169.       mysql:
  170.         host: jdbc:mysql://localhost:3306/
  171.         user: root
  172.         password: ''
  173.         database: ''
  174.       postgresql:
  175.         host: jdbc:postgresql://localhost:5432/database
  176.         user: postgres
  177.         password: ''
  178.       unit: logit2
  179.     keys:
  180.       username: username
  181.       salt: salt
  182.       password: password
  183.       hashing_algorithm: hashing_algorithm
  184.       ip: ip
  185.       login_session: login_session
  186.       email: email
  187.       last_active_date: last_active_date
  188.       reg_date: reg_date
  189.       is_locked: is_locked
  190.       persistence: persistence
  191.   sessions:
  192.     filename: sessions.db
  193. backup:
  194.   path: backup
  195.   filename-format: yyyy-MM-dd_HH-mm-ss'.db'
  196.   schedule:
  197.     enabled: false
  198.     interval: 120min
  199.