{"id":45872,"date":"2026-06-02T10:21:18","date_gmt":"2026-06-02T07:21:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/"},"modified":"2026-06-02T10:21:18","modified_gmt":"2026-06-02T07:21:18","slug":"coordinateoffset","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/","title":{"rendered":"CoordinateOffset"},"content":{"rendered":"<p>CoordinateOffset<br \/>\n================<br \/>\n**A Minecraft Paper plugin that configurably obfuscates players&#8217; coordinates.**<\/p>\n<p>![CoordinateOffset icon](https:\/\/raw.githubusercontent.com\/joshuaprince\/CoordinateOffset\/e4b9a00236dc22997f3a58af8a0f0f929cdf9aa8\/.github\/img\/icon.svg)<\/p>\n<p>![GitHub Release](https:\/\/github.com\/joshuaprince\/CoordinateOffset\/releases)<br \/>\n![Discord](https:\/\/discord.gg\/V3xYtqU9JU)<br \/>\n![Ko-Fi Donations](https:\/\/ko-fi.com\/jtprince)<\/p>\n<p>![bStats Servers](https:\/\/bstats.org\/plugin\/bukkit\/CoordinateOffset\/19988)<br \/>\n![bStats Players](https:\/\/bstats.org\/plugin\/bukkit\/CoordinateOffset\/19988)<br \/>\n![Modrinth Downloads](https:\/\/modrinth.com\/plugin\/coordinateoffset)<br \/>\n![Spigot Downloads](https:\/\/www.spigotmc.org\/resources\/coordinateoffset.111292\/)<br \/>\n![Hangar Downloads](https:\/\/hangar.papermc.io\/jtchips\/CoordinateOffset)<br \/>\n![CurseForge Downloads](https:\/\/dev.bukkit.org\/projects\/coordinateoffset)<\/p>\n<p>Minecraft offers a useful debug menu (F3) that allows anyone to easily see their coordinates in the world.<br \/>\nThis makes it easy to save points of interest and share locations with friends (or enemies).<\/p>\n<p>However, not all multiplayer servers want coordinates to be so easily accessible. `\/gamerule reducedDebugInfo` can<br \/>\nadministratively hide coordinates from the F3 menu, but it is trivial for a player to add a client-side mod that<br \/>\nshows them.<\/p>\n<p>![Screenshot of coordinates being offsetted](https:\/\/raw.githubusercontent.com\/joshuaprince\/CoordinateOffset\/refs\/heads\/ver\/6.0\/.github\/img\/end.png)<\/p>\n<p>**CoordinateOffset** is a plugin for Paper-based Minecraft servers that modifies every coordinate in packets between the<br \/>\nserver and client. The player still sees the exact same world they would normally see. But no matter which mods they<br \/>\ninstall, they cannot see their real coordinates.<\/p>\n<p>Why?<br \/>\n&#8212;-<br \/>\nThis plugin isn&#8217;t intended for all servers. Here are a few ideas that might make CoordinateOffset useful:<br \/>\n* **Prevent metagaming**: If you consider coordinate usage and sharing to be metagaming, this prevents it.<br \/>\n* **Amplify in-game items**: Coordinates no longer outclass compasses, lodestones, recovery compasses, and maps<br \/>\n  when those coordinates are inconsistent.<br \/>\n* **Prevent coordinate leaks**: If everyone sees different coordinates, players cannot derive each other&#8217;s coordinates<br \/>\n  from an accidental leak in a screenshot.<br \/>\n* **Guard the world seed**: Any unknown offset makes seed-cracking tactics harder.<br \/>\n* **Center the origin**: Put the (0, 0) coordinate anywhere you&#8217;d like.<\/p>\n<p>Features<br \/>\n&#8212;&#8212;&#8211;<br \/>\n* Fully-configurable, flexible methods of determining how to apply offsets<br \/>\n* Generate offsets randomly for each player, or use fixed offsets for multiple players<br \/>\n* Match offsets to the player&#8217;s position, so they see themselves near the world&#8217;s origin<br \/>\n* Optionally regenerate offsets based on various player actions, including death, world change, teleport, and server<br \/>\n  join<br \/>\n* Regenerate and set offsets immediately with commands<br \/>\n* Configure different offsets per-player, per-world, and with permissions<br \/>\n* Automatic scaling for offsets to ensure coordinates still align when using a nether portal<br \/>\n* Extensible API to flexibly get and set offsets<br \/>\n* Compatible with Distant Horizons, ViaVersion, and Velocity *(must be installed on Paper, not Velocity itself)*<\/p>\n<p>Requirements and Installation<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\n* **An understanding of the<br \/>\n  implications of installing and incompatible plugins<br \/>\n  \u2014 this plugin WILL break things.**<br \/>\n* Paper or a fork for Minecraft 1.21.4\u20131.21.11<br \/>\n* PacketEvents (latest release or dev build for Spigot)<\/p>\n<p>Some known **incompatible** plugins are: Most anticheats, Geyser.<\/p>\n<p>After ensuring that you meet the requirements, just grab the latest<br \/>\nrelease and drop it in your server&#8217;s `plugins`<br \/>\nfolder. Then follow the steps below to configure how coordinates are shifted for each player.<\/p>\n<p>Configuration<br \/>\n&#8212;&#8212;&#8212;&#8212;-<br \/>\n*Main article: Configuration Guide*<\/p>\n<p>The main configuration file is automatically generated after the first run at `plugins\/CoordinateOffset\/config.yml`.<\/p>\n<p>&#8220;`yaml<br \/>\ndefaultOffsetProvider: random<br \/>\n&#8220;`<\/p>\n<p>The default configuration contains five predefined &#8220;offset providers&#8221;. An &#8220;offset&#8221; refers to the amount that the<br \/>\nplayer&#8217;s coordinates should appear to be shifted from their real location. Get started by picking a strategy that<br \/>\nmatches the type of offsetting you&#8217;re trying to achieve:<br \/>\n* `constant` &#8211; Specify the exact offset you want players to have.<br \/>\n* `disabled` &#8211; Players will see their real coordinates.<br \/>\n* `random` &#8211; Individually randomize each player&#8217;s offset. Optionally re-roll offsets upon player actions.<br \/>\n* `zeroAtLocation` &#8211; Use an offset based on the player&#8217;s starting location, so they see themselves near (0, 0).<br \/>\n  Optionally re-center offsets upon player actions.<br \/>\n* `permission` &#8211; Assign permissions to players, like `coordinateoffset.offset.160.-240`, to control their offset.<\/p>\n<p>You can customize these providers further, use different providers for different players\/worlds\/groups, and define your<br \/>\nown providers. See the complete<br \/>\n**Configuration Guide**.<\/p>\n<p>Commands and Permissions<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>See the Commands and Permissions Guide<br \/>\nfor details.<\/p>\n<p>API<br \/>\n&#8212;<br \/>\nYou can use or extend CoordinateOffset in your own plugin by using the API. Please see the<br \/>\nAPI Guide.<\/p>\n<p>Support<br \/>\n&#8212;&#8212;-<br \/>\n* Open an issue on GitHub to report a bug or request a feature.<br \/>\n* Join the Chips&#8217;s Mods Discord for help.<\/p>\n<p>Credits<br \/>\n&#8212;&#8212;-<br \/>\nSpecial thanks to Cavallium for developing<br \/>\n**CoordinatesObfuscator**, which CoordinateOffset is a fork of.<br \/>\nCoordinateOffset&#8217;s packet translation logic was heavily modeled after the work done by CoordinatesObfuscator.<\/p>\n<p>Libraries used:<br \/>\n* PacketEvents<br \/>\n* ConfigLib<br \/>\n* bStats (Statistics for this plugin)<br \/>\n* MorePersistentDataTypes<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Configurably obfuscate players&#8217; coordinates.<\/p>\n","protected":false},"featured_media":45873,"template":"","meta":{"_minecraft_slug":"coordinateoffset","_minecraft_project_id":"OdYCYqTX","_minecraft_author":"Chips","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":3543,"_minecraft_follows":21,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"coordinateoffset.zip","_minecraft_size_bytes":68086649,"_minecraft_version_count":37,"_minecraft_updated_at":"2026-05-16T04:42:59.569129Z","_minecraft_date_created":"2023-07-18T06:00:16.312627Z","_minecraft_date_modified":"2026-04-07T05:51:26.839886Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/coordinateoffset","_minecraft_icon_attachment_id":45873,"_minecraft_imported_at":"2026-06-02T07:21:19+00:00","_minecraft_import_hash":"ef5a0b4c33fececd776d1dda8005341a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-45872","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","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","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CoordinateOffset - 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\/coordinateoffset\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CoordinateOffset - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Configurably obfuscate players&#039; coordinates.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/\" \/>\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\\\/coordinateoffset\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinateoffset\\\/\",\"name\":\"CoordinateOffset - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinateoffset\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinateoffset\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coordinateoffset-icon-a8b61a9a7cdffd6890f00fafde02f178af9a68c2.png\",\"datePublished\":\"2026-06-02T07:21:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinateoffset\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinateoffset\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinateoffset\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coordinateoffset-icon-a8b61a9a7cdffd6890f00fafde02f178af9a68c2.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coordinateoffset-icon-a8b61a9a7cdffd6890f00fafde02f178af9a68c2.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinateoffset\\\/#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\":\"CoordinateOffset\"}]},{\"@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":"CoordinateOffset - 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\/coordinateoffset\/","og_locale":"en_US","og_type":"article","og_title":"CoordinateOffset - Minecraft","og_description":"Configurably obfuscate players' coordinates.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/","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\/coordinateoffset\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/","name":"CoordinateOffset - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coordinateoffset-icon-a8b61a9a7cdffd6890f00fafde02f178af9a68c2.png","datePublished":"2026-06-02T07:21:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coordinateoffset-icon-a8b61a9a7cdffd6890f00fafde02f178af9a68c2.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coordinateoffset-icon-a8b61a9a7cdffd6890f00fafde02f178af9a68c2.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinateoffset\/#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":"CoordinateOffset"}]},{"@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\/45872","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\/45873"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=45872"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=45872"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=45872"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=45872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}