Configuration

From the v1.0.7 update and onwards, ServerStats generates a default config.yml file. This file is there for users to customise the plugin to suit their needs or even change the language! We have tried our best to explain each of these settings below, comment if you need any help.

# Main configuration options
lang: enGB # See the Localization page for details on this. (Default: enGB)
update-checker: true # Whether the plugin checks for updates (Default: true)
stats: # Each of these sub-sections controls a section in the ServerStats Menu.
  general: 
    active: true # Should this section be displayed? (Default: true)
  players:
    active: true  # Should this section be displayed? (Default: true)
  memory:
    active: true  # Should this section be displayed? (Default: true)
    status: true  # Should status be displayed? (Default: true)
  storage:
    active: true # Should this section be displayed? (Default: true)
    status: true # Should status be displayed? (Default: true)
privacy: # Any names listed here with true after them cannot be looked up with player search. (Default: false)
  DicaxDorcas: true
  HawkFalcon: true
thresholds: # This is where the limits for each status are set. They should be under 100. 
  ok: 25 # [OK] warning. (Default: 25)
  bad: 10 # [BAD] warning. (Default: 10)

Comments

Posts Quoted:
Reply
Clear All Quotes