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

CyberStatistics - Config

Simple explanation for the best understanding of the config.yml file

Updating delay on plugin starts

How many ticks do you want to wait until the plugin starts to update from the database?
This feature is useful when you're loading some plugins with placeholders after CyberStatistics.

Don't use small values. We recommend 15 seconds and more for the best updating delay.

# How many ticks until the database will begin to update?
# Useful when certain plugins load after CyberStatistics.
start-updating-delay: 300

Round evaluation

When you transfer some placeholders from another server like balance or some statistics, you don't want to have a big amount of digits.
With CST, you can round your digits to whatever number you like.

# Should formula values be rounded?
round-evaluation:
    enabled: true
    
    # 2 digits: #.##, 4 digits: #.####
    digits: 2

Auto update

Updates the config every time you update. Prior strings will remain the same!

Disabling this will leave new settings as default and the new lang string won't send.

  # 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.


Getting Started
Config
Data handling