ALERT: This website is being migrated to mc.zerotoil.net. Please navigate to the new website for updated information.

CyberStatistics - config.yml

config.yml default file

config:
  
  mysql:
    host: localhost
    port: '3306'
    database: cyberstats
    username: username
    password: password
    table: levels
    ssl: true
  
  # How many seconds until the database will begin to update?
  # Useful when certain plugins load after CyberStatistics.
  start-updating-delay: 100
  
  # Should formula values be rounded?
  round-evaluation:
    enabled: true
    
    # 2 digits: #.##, 4 digits: #.####
    digits: 2
  
  # Should the plugin attempt to update
  # offline players? <-- coming soon!
  # update-offline-players: false
  
  # updates the config every time you update. Prior strings will
  # remain the same! NOTE: disabling this will leave new settings
  # as default and new lang string won't send.
  auto-update:
    config: true
    lang: true

NOTE: This wiki is for version 0.1.2 and later. Older versions are not supported, please stay up to date.


Data layout
config.yml
data-layout.yml