playerratt banner
playerratt icon

playerratt

Create a Minecraft Fabric client-side mod for version 1.20+. Mod behavior: Continuously monitor other player entities around the local player When any other...

00
fabricClient1.21mod

playerratt is a client-side Fabric mod for Minecraft 1.21.1 that announces when other players move within 64 chunks (1024 blocks) of you. It works on multiplayer servers without needing server permissions or data.

  • Detects nearby players every client tick using the client world and reports a chat line in the format: Player <name> entered 64 chunks radius | X: <x> Y: <y> Z: <z>.
  • Messages trigger once when a player enters the range; if they leave the 64-chunk radius (or the world changes) and come back, the alert will fire again.
  • Tracking resets automatically when changing worlds or when the client loses its world/player, preventing stale entries and keeping notifications accurate.