MJCoordinates is a clean, performance-friendly Minecraft datapack that displays your real-time X, Y, Z coordinates, the current world day count, and your cardinal facing direction directly on the action bar.
Unlike basic data get setups, MJCoordinates includes smart negative coordinate rounding corrections so your actionbar coordinates perfectly match the F3 debug screen across all dimensions.
MCRecording.2.mp4
- 📍 Real-time Actionbar HUD: Shows X, Y, Z coordinates, world day count, and facing direction without cluttering your screen.
- 🛠️ Negative Coordinate Truncation Fix: Corrects the standard Java integer truncation bug where negative coordinates are off by
+1. - 🧭 Full 360° Compass: Accurately maps player yaw angles (
-180°to180°) across all 8 cardinal directions (N,NE,E,SE,S,SW,W,NW). - ⚡ Optimized Performance: Runs efficiently every tick with minimal score calculations and single-tick tag initialization.
- 🔄 Multi-Version Support: Built natively using Datapack Overlays to support Minecraft versions 1.19 through 26.2 in a single file.
- Minecraft Java Edition:
1.19–26.2 - Note on Incompatibility Warning: When loading on versions higher than 1.19, Minecraft may show a warning saying the pack is "Made for an older/newer version of Minecraft". You can safely ignore this warning—the native
overlayssystem automatically loads the correct syntax and folders for your game version!
- Go to the MJCoordinates Releases page on GitHub.
- Download the latest release file:
MJCoordinates_v2.0.0_MCv1.19-1.26.zip. - Open your Minecraft world folder:
- Windows:
%appdata%\.minecraft\saves\<your-world-name>\datapacks\ - macOS:
~/Library/Application Support/minecraft/saves/<your-world-name>/datapacks/ - Linux:
~/.minecraft/saves/<your-world-name>/datapacks/
- Windows:
- Place
MJCoordinates_v2.0.0_MCv1.19-1.26.zipdirectly into thedatapacksfolder. - Open your world in Minecraft and run:
/reload
MJCoordinates/
├── pack.mcmeta # Multi-version overlay configuration
├── pack.png # Pack icon displayed in-game
├── data/ # Base pack (1.19 - 1.20.6)
├── overlay_1_21/ # Overlay for 1.21 - 1.21.10
├── overlay_1_21_11/ # Overlay for 1.21.11
└── overlay_26/ # Overlay for 26.1 - 26.2
This project is open-source and free to use or modify for your own worlds and servers.



