Configuration
Excluding Players
Learn how to exclude players from being tracked with Analyse.
If you often log in and out you may wish to exclude yourself from being tracked with Analyse to prevent affecting your dashboard statistics.
This option can be found within your Spigot servers plugin configuration file found at plugins/Analyse/config.yml
.
You'll find the following option:
excluded: # Exclude players by their UUID. players: []
This will allow you to enter a list of UUIDs that you don't want to be tracked, for example:
excluded: # Exclude players by their UUID. players: - "ed6daf33-575b-460b-a2f3-e208a1004c10"