Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-16 18:54:04 +02:00
gradle/wrapper update to 26.2 2026-06-16 18:32:10 +02:00
src/main fix inventory tick when joining world 2026-06-16 18:54:04 +02:00
.gitignore Initial commit 2024-05-12 07:05:47 +02:00
build.gradle update to 26.2 2026-06-16 18:32:10 +02:00
gradle.properties fix inventory tick when joining world 2026-06-16 18:54:04 +02:00
LICENSE Initial commit 2024-05-12 07:05:47 +02:00
README.md update readme 2026-04-15 16:14:12 +02:00
settings.gradle Initial commit 2024-05-12 07:05:47 +02:00

PlayerTracker

A Fabric mod that gives players a player tracking compass.

2024-05-17_17 16 57

Features:

The mod gives every player a player tracker, a compass that can be used to cycle through all online players and point to their current location.

The player tracker cannot be dropped, traded or put into any non-player inventory.

Usage:

The mod should be installed on server and client.
It technically works server side only, but the client side removes the update animation whenever the compass target changes.

To make sure every player has a player tracker at all times, enable the game rule playertracker:give_player_tracker.
Otherwise, a player tracker can be given with /give @p minecraft:compass[minecraft:custom_data={playertracker:1b}], in this case they will be deleted if dropped by the player.