Place the .jar file into your server's plugins directory.
Restart your server to load the plugin.
Configure the plugin by editing the config.yml file in the plugins/CompassTracker directory.
Configuration You can customize CompassTracker through the config.yml file, which is generated upon first run. Below are the available configuration options:
updateInterval
Description: Determines how often the compass updates its target.
Type: Integer (ticks)
Default: 5
updateInterval: 5
compassCooldown
Description: Sets the cooldown time between compass uses.
Type: Integer (ticks)
Default: 240
compassCooldown: 240
includeCreative
Description: Whether players in Creative mode can be tracked.
Type: Boolean
Default: false
includeCreative: false
includeSpectator
Description: Whether players in Spectator mode can be tracked.
Type: Boolean
Default: false
includeSpectator: false
includeAdventure
Description: Whether players in Adventure mode can be tracked.
Type: Boolean
Default: false
includeAdventure: false
includeSurvival
Description: Whether players in Survival mode can be tracked.
Type: Boolean
Default: true
includeSurvival: true
Compatibility
Minecraft Version: Compatible with Minecraft 1.20 and above.