{"id":28079,"date":"2026-06-01T13:58:46","date_gmt":"2026-06-01T10:58:46","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/"},"modified":"2026-06-01T13:58:46","modified_gmt":"2026-06-01T10:58:46","slug":"better-compass-azimut","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/","title":{"rendered":"Better Compass Azimut"},"content":{"rendered":"<p>\ud83e\udded Better Compass<\/p>\n<p>Better Compass is a lightweight and fully configurable Minecraft mod that adds a modern compass HUD with directional indicators, coordinates display, biome info, and dimension tracking. It features a complete theming system with multiple pre-designed themes and full server-client configuration management.<\/p>\n<p>\u26a0\ufe0f By default, a compass must be present in the player&#8217;s inventory for the HUD to work (configurable via server or client settings).<\/p>\n<p>\u2728 Features<\/p>\n<p>\ud83d\udccd **Directional Indicators** &#8211; Shows 8 cardinal directions (N, NE, E, SE, S, SW, W, NW)<br \/>\n\ud83c\udfaf **Facing Angle** &#8211; Displays exact facing direction in degrees with smooth animation<br \/>\n\ud83d\udcd0 **Coordinates Display** &#8211; Real-time X, Y, Z coordinates with customizable position and scale<br \/>\n\ud83c\udf0d **Dimension Info** &#8211; Shows current dimension (Overworld\/Nether\/End)<br \/>\n\ud83d\uddfa\ufe0f **Biome Display** &#8211; Displays current biome name<br \/>\n\ud83c\udfa8 **Theme System** &#8211; 4 pre-built themes (default, compact, colorful, immersive) with full customization<br \/>\n\u2699\ufe0f **Custom Themes** &#8211; Create unlimited custom themes with 50+ configurable parameters<br \/>\n\ud83d\udd27 **Hot-Reload** &#8211; Reload themes without restarting with `\/bettercompass theme reload`<br \/>\n\ud83c\udf10 **Full Customization** &#8211; Configure colors, positions, sizes, and animations via TOML files<br \/>\n\ud83d\udce1 **Server Override** &#8211; Servers can force themes and settings on all connected clients<br \/>\n\ud83e\udded **Compass Requirement** &#8211; Toggle compass requirement at server or client level<br \/>\n\ud83d\ude80 **Lightweight** &#8211; Optimized for minimal performance impact<br \/>\n\ud83d\udcbb **Multi-Platform** &#8211; Available for both Forge and Fabric<\/p>\n<p>\u2699\ufe0f Configuration<\/p>\n<p>The mod uses TOML configuration files for complete customization:<\/p>\n<p>**Client Configuration** (`config\/bettercompass\/compass.toml`):<\/p>\n<p>&#8220;`<br \/>\nrequireCompass = false<br \/>\ncurrentTheme = &#8220;default&#8221;<br \/>\n&#8220;`<\/p>\n<p>*   `requireCompass`: If true, HUD only appears with a compass in inventory<br \/>\n*   `currentTheme`: Selected theme (default, compact, colorful, immersive, or custom)<\/p>\n<p>**Server Configuration** (`server_config.toml`):<\/p>\n<p>&#8220;`<br \/>\nserverForceTheme = false<br \/>\nserverTheme = &#8220;default&#8221;<br \/>\nrequireCompass = &#8220;client&#8221;<br \/>\n&#8220;`<\/p>\n<p>*   `serverForceTheme`: If true, forces all clients to use the specified theme<br \/>\n*   `serverTheme`: Theme to enforce on all players (ignored if serverForceTheme = false)<br \/>\n*   `requireCompass`: &#8220;client&#8221; (player chooses), &#8220;true&#8221; (required), &#8220;false&#8221; (optional)<\/p>\n<p>\ud83c\udfa8 Theme System<\/p>\n<p>Themes are stored in `config\/bettercompass\/themes\/` as TOML files. Each theme contains:<\/p>\n<p>*   **Colors**: Primary, secondary, background, text, border (ARGB format)<br \/>\n*   **Dimensions**: Compass size, text scale, padding, border width<br \/>\n*   **Positions**: X, Y coordinates for each HUD element<br \/>\n*   **Coordinates Display**: Position, scale, and visibility<br \/>\n*   **Dimension Display**: Position, scale, and visibility<br \/>\n*   **Biome Display**: Position, scale, and visibility<br \/>\n*   **Animation**: Smooth rotation speed and other effects<br \/>\n*   **Metadata**: Theme name, author, and description<\/p>\n<p>**Supported Color Formats:**<\/p>\n<p>*   ARGB: `0xAARRGGBB` (e.g., `0xFF00FF00` for opaque green)<br \/>\n*   Hex: `#RRGGBB` (e.g., `#00FF00`)<br \/>\n*   RGB: `rgb(255, 0, 0)`<br \/>\n*   RGBA: `rgba(255, 0, 0, 128)`<\/p>\n<p>**Example Theme** (`config\/bettercompass\/themes\/custom.toml`):<\/p>\n<p>&#8220;`<br \/>\n# Better Compass Theme: default<br \/>\n# Classic Better Compass theme<\/p>\n<p>[metadata]<br \/>\nname = &#8220;default&#8221;<br \/>\ndescription = &#8220;Classic Better Compass theme&#8221;<br \/>\nauthor = &#8220;Better Compass&#8221;<br \/>\nversion = &#8220;1.0&#8221;<\/p>\n<p>[position]<br \/>\nhudPosition = &#8220;top-center&#8221;<br \/>\nhudOffsetX = 0<br \/>\nhudOffsetY = 0<\/p>\n<p>[compass]<br \/>\nwidth = 400<br \/>\nheight = 20<br \/>\nspacing = 90<br \/>\nscale = 1.0<\/p>\n<p>[colors]<br \/>\nbackground = 0x80000000<br \/>\nborder = 0xFFFFFFFF<br \/>\ntext = 0xFFFFFFFF<br \/>\ndirection = 0xFFAAAAAA<br \/>\nnorth = 0xFFFF0000<br \/>\neast = 0xFFFFFFFF<br \/>\nsouth = 0xFFFFFFFF<br \/>\nwest = 0xFFFFFFFF<br \/>\nplayerDirection = 0xFFFFFFFF<br \/>\ncoordinates = 0xFFFFFFFF<br \/>\ndimension = 0xFFFFFFFF<br \/>\nbiome = 0xFFFFFFFF<\/p>\n<p>[playerDirection]<br \/>\nposition = &#8220;center&#8221;<br \/>\noffsetX = 0<br \/>\noffsetY = 0<\/p>\n<p>[coordinates]<br \/>\nshow = true<br \/>\nposition = &#8220;bottom-center&#8221;<br \/>\noffsetX = 0<br \/>\noffsetY = -15<br \/>\nformat = &#8220;X: %d Y: %d Z: %d&#8221;<\/p>\n<p>[dimension]<br \/>\nshow = false<br \/>\nposition = &#8220;below-coordinates&#8221;<br \/>\noffsetX = 0<br \/>\noffsetY = 12<\/p>\n<p>[biome]<br \/>\nshow = false<br \/>\nposition = &#8220;below-dimension&#8221;<br \/>\noffsetX = 0<br \/>\noffsetY = 12<\/p>\n<p>[appearance]<br \/>\nshowBorder = false<br \/>\nborderWidth = 1<br \/>\nborderRadius = 3<br \/>\nshowBackground = false<br \/>\nbackgroundPadding = 4<br \/>\ntextScale = 1.0<br \/>\ntextShadow = false<\/p>\n<p>[animation]<br \/>\nsmoothRotation = false<br \/>\nrotationSpeed = 0.3<br \/>\n&#8220;`<\/p>\n<p>Simply create a new TOML file in `config\/bettercompass\/themes\/` with your own theme configuration. The theme will be automatically loaded and available through commands.<\/p>\n<p>All commands support Tab-completion for theme names.<\/p>\n<p>*   `\/bettercompass theme list` &#8211; Display all available themes with the current one marked<br \/>\n*   `\/bettercompass theme set <name>` &#8211; Switch to a specific theme (saved to config)<br \/>\n*   `\/bettercompass theme current` &#8211; Show the currently active theme and its properties<br \/>\n*   `\/bettercompass theme reload` &#8211; Hot-reload all themes from disk (useful for developers)<\/p>\n<p>\ud83c\udf10 Server Compatibility<\/p>\n<p>Better Compass features complete server-client integration:<\/p>\n<p>*   **Client-only mode**: Works seamlessly in single-player<br \/>\n*   **Server mode**: Administrators can enforce themes and settings across all players<br \/>\n*   **Real-time sync**: Configuration changes sync immediately when players join<br \/>\n*   **Override system**: Server theme forcing takes priority over client preferences<br \/>\n*   **Flexibility**: Individual settings can be left to client choice or forced server-wide<\/p>\n<p>\ud83c\udfaf Default Themes<\/p>\n<p>1.  **default** &#8211; Balanced, clean design suitable for most playstyles<br \/>\n2.  **compact** &#8211; Optimized for smaller screens and minimal HUD footprint<br \/>\n3.  **colorful** &#8211; Vibrant colors for better visibility and visual appeal<br \/>\n4.  **immersive** &#8211; Subtle and elegant design for atmosphere preservation<\/p>\n<p>\ud83d\udca1 Creating Custom Themes<\/p>\n<p>Simply create a new TOML file in `config\/bettercompass\/themes\/` with any name. Themes are automatically loaded and available through commands. The theme system provides 50+ customizable parameters to match any player preference or server aesthetic.<\/p>\n<p>\ud83c\udfaf Mod Goal<\/p>\n<p>Better Compass enhances navigation with a modern, highly customizable interface while maintaining vanilla-friendly balance. Whether you prefer a subtle compass or a feature-rich HUD, the extensive theme system accommodates every playstyle in both single-player and multiplayer environments.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83e\udded Better Compass  Better Compass is a lightweight and fully configurable Minecraft mod that adds a modern compass HUD at the top of the screen. It displays the cardinal directions (N \u2022 E \u2022 S \u2022 W) along with the exact facing angle in degrees<\/p>\n","protected":false},"featured_media":28080,"template":"","meta":{"_minecraft_slug":"better-compass-azimut","_minecraft_project_id":"mUH0QgBW","_minecraft_author":"luigipower5798","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":311,"_minecraft_follows":4,"_minecraft_client_side":"required","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"better-compass-azimut.zip","_minecraft_size_bytes":176051,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-15T17:39:34.649788Z","_minecraft_date_created":"2026-01-14T22:59:17.816043Z","_minecraft_date_modified":"2026-01-14T23:16:38.217078Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/better-compass-azimut","_minecraft_icon_attachment_id":28080,"_minecraft_imported_at":"2026-06-01T10:58:47+00:00","_minecraft_import_hash":"7db5557c7a7e9a9a8188b53b8a51144b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,88,97,104,89,92],"mod_loader":[99,106],"minecraft_version":[59,36,60,93,94,101,102],"class_list":["post-28079","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-equipment","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-utility","mod_loader-fabric","mod_loader-forge","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Better Compass Azimut - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Better Compass Azimut - Minecraft\" \/>\n<meta property=\"og:description\" content=\"\ud83e\udded Better Compass Better Compass is a lightweight and fully configurable Minecraft mod that adds a modern compass HUD at the top of the screen. It displays the cardinal directions (N \u2022 E \u2022 S \u2022 W) along with the exact facing angle in degrees\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/\",\"name\":\"Better Compass Azimut - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/better-compass-azimut-icon-3a9613cd0d6b23fe402020c1aca664f40eeeabd0_96.webp\",\"datePublished\":\"2026-06-01T10:58:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/better-compass-azimut-icon-3a9613cd0d6b23fe402020c1aca664f40eeeabd0_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/better-compass-azimut-icon-3a9613cd0d6b23fe402020c1aca664f40eeeabd0_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-compass-azimut\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Better Compass Azimut\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Better Compass Azimut - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/","og_locale":"en_US","og_type":"article","og_title":"Better Compass Azimut - Minecraft","og_description":"\ud83e\udded Better Compass Better Compass is a lightweight and fully configurable Minecraft mod that adds a modern compass HUD at the top of the screen. It displays the cardinal directions (N \u2022 E \u2022 S \u2022 W) along with the exact facing angle in degrees","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/","name":"Better Compass Azimut - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/better-compass-azimut-icon-3a9613cd0d6b23fe402020c1aca664f40eeeabd0_96.webp","datePublished":"2026-06-01T10:58:46+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/better-compass-azimut-icon-3a9613cd0d6b23fe402020c1aca664f40eeeabd0_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/better-compass-azimut-icon-3a9613cd0d6b23fe402020c1aca664f40eeeabd0_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-compass-azimut\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Better Compass Azimut"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/28079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/28080"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=28079"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=28079"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=28079"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=28079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}