
MJCoordinates
A lightweight, accurate actionbar coordinate display datapack for Minecraft.
๐ Overview
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.
๐ฌ Preview & Media
๐ธ Screenshots
โจ Features
- ๐ 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.
๐ฏ Supported Versions
- 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!
๐ Installation
- 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
๐ License
This project is open-source and free to use or modify for your own worlds and servers.

