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

CyberStatistics - data-layout.yml

data-layout.yml default file

data-layout:

  # WARNING: Only enter the data that you would like to be collected from
  # this server. Do not copy and paste this from server to server or your
  # data will be a big mess!

  # Values used by default if not set for an entry.
  default-values:

    # By default, formulas are disabled.
    formula: false

    # By default, updates every 5 minutes.
    update-interval: 6000


  # Placeholders per player
  player-placeholders:

  ########################################################################
  # Name of the entry in database. If you want each server to collect    #
  # its own version of the data, be sure to name them differently. For   #
  # example, if you want to get economy from the SkyBlock server, you    #
  # can name the entry 'eco_skyblock' and for another server like park-  #
  # our, you could name it 'parkour_bal'. On the other hand, if you want #
  # to share the economy value between servers, use the same entry name. #
  ########################################################################
  # To access this placeholder from another server, you want to format   #
  # it as %cst_player_%. In the example below it would be    #
  # accessed as %cst_player_lobby_economy%.                              #
  ########################################################################
  lobby_economy:

    # The placeholder value to store
    placeholder: '%vault_eco_balance%'

    # This is disabled by default.
    formula: false

    # How often should this placeholder be updated in ticks?
    # Does not go lower than 4 ticks.
    update-interval: 3000

  total_balance:

    # Placeholder values include other placeholders from within the
    # CyberStatistics plugin too!
    placeholder: '%vault_eco_balance% + %cst_player_parkour_economy%'

    # If this contains numbers you want to add, subtract, multiply, etc.
    # make sure to enable formula.
    formula: true

    # Not including a field like formula and update interval will default
    # to the ones mentioned at the top of this config.
    # update-interval: 300


  # General placeholders that do not depend on players
  server-placeholders:

  # This data would be accessed as %cst_server_resource_reset_status%.
  resource_reset_status:

    # The placeholders are not limited! Use any that you have installed!
    # This is an example placeholder from my plugin CyberWorldReset:
    placeholder: '%cwr_reset_status%'

    formula: false
    update-interval: 100

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


config.yml
data-layout.yml
lang.yml