Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Compass Сoordinates
PluginMIT

Compass Сoordinates

A compass for hiding coordinates in f3 and displaying coordinates in f3 and the action bar when the compass is taken

224
Downloads
1
Followers
4 months ago
Updated
📦
30
Versions
adventuretechnologyutilitybukkitpaperspigot
Download Latestv1.1View on Modrinth

📖About Compass Сoordinates

Compass Coordinates — a lightweight Paper/Spigot plugin that shows your coordinates only while you are holding a compass. It renders coordinates in the action bar and toggles F3 coordinates visibility via a “fake” reduceDebugInfo using ProtocolLib. When no compass is in hand, coordinates are hidden everywhere (including F3).

Features

  • Action bar coordinates while holding a compass (either hand).
  • F3 coordinates on/off via ProtocolLib without touching server configs.
  • Fully customizable message format, colors, update interval, and direction labels.

Requirements

  • Java 17+
  • Paper or Spigot matching your Minecraft version
  • ProtocolLib on the server

Installation

  • Put the plugin .jar into your server’s plugins folder.
  • Ensure ProtocolLib is installed and compatible.
  • Start or restart the server.
  • Edit plugins/CompassCoords/config.yml if needed and restart.
  • Run the command: /gamerule reducedDebugInfo

Behavior:

  • Coordinates appear only while a compass is held.
  • When no compass is held, the plugin hides coordinates in both Action Bar and F3 via ProtocolLib.

Config file

# This file explains every option. Copy the keys to `plugins/CompassCoords/config.yml`.
#
# Placeholders available in the `text` value:
#   %x, %y, %z          - player coordinates (integers)
#   %dx, %dy, %dz       - player coordinates with one decimal
#   %world              - world name
#   %yaw, %pitch        - player rotation (integers)
#   %dyaw, %dpitch      - player rotation with one decimal
#   %dir                - cardinal direction derived from yaw (uses `directions` mapping below)
#
# Color codes:
#   Use `&`-codes (e.g. &6, &r). They will be converted to §-codes at runtime.
#   You can also write §-codes directly if you prefer.

# Whether the plugin is enabled at all.
enabled: true

# How often to update the Action Bar (in ticks). 20 ticks = 1 second.
# Lower values update more frequently but may be noisier.
delay: 5

# The Action Bar message format shown while holding a compass.
# Combine any placeholders listed above. Colors: use &-codes or §-codes.
# Example with integer coords:
#   "&6%dir&r | &6X:&r %x &6Y:&r %y &6Z:&r %z"
# Example with one-decimal coords:
#   "§6%dir§r | §6X:§r %dx §6Y:§r %dy §6Z:§r %dz"
text: "§6%dir§r | §6X:§r %x §6Y:§r %y §6Z:§r %z"

# Labels for the 8 compass directions used by %dir.
# Customize them to your language or style if you want.
directions:
  north: "N"
  northeast: "NE"
  east: "E"
  southeast: "SE"
  south: "S"
  southwest: "SW"
  west: "W"
  northwest: "NW"

👥 Team & Contributors

Stranik2504
Stranik2504Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page