ConfigurationยปExcluding Players

Configuration

Excluding Players

Learn how to exclude players from being tracked with Analyse.


You can exclude players from being tracked with Analyse by setting the excluded-players option within your config.yml file. This is useful if you often log in and out and wish to exclude yourself to prevent affecting your dashboard statistics.

To do this, head to your plugins/Analyse/config.yml file and add the following to the settings section like so:

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"