Excluding Players

Learn how to exclude players from being tracked with Tebex Analytics.

You may exclude players from being tracked with Tebex Analytics by using the excluded players option within the configuration file. This is useful if you frequently stay idle for hours, or log-in and out often and don't wish to affect your dashboard statistics.

If you wish to do this, head to your plugins/Analyse/config.yml file and you'll find the following section:

settings:
  # Excluded Players (UUID)
  # Players listed here will not be tracked by Analyse.
  excluded-players: []

This will allow you to enter a list of UUIDs that you don't want to be tracked, for example:

settings:
  # Excluded Players (UUID)
  # Players listed here will not be tracked by Analyse.
  excluded-players:
    - "ed6daf33-575b-460b-a2f3-e208a1004c10" # Siri

Then just run /analyse reload to save these changes.

Last updated