Hide Coordinates

Hide Coordinates

Mod

Hide coordinates from players by offsetting all positions sent to the client

Server AdventureUtility

1,236 downloads
18 followers
Follow Save
Filter versions...
  • Updated Minecraft version to 1.21.10
  • Bamboo and dripstone collision is now ignored entirely by the server. This means that entities can go right through these blocks. This is because client and server will not agree about the exact positions of these blocks because of the coordinate offset.
  • Fixed lodestone compasses inside bundles not being offset.
  • Fixed an issue where small world borders not centered at 0,0 in the Nether would be displayed incorrectly
  • Updated Minecraft version to 1.21.8
  • Updated Minecraft version to 1.21.7
    • Added support for locator bar, though of course you might want to have /gamerule locatorBar false when using this mod

Fixed a silly mistake causing bamboo collision fix to not work

Backported most recent version to 1.21.1! Someone needed it and I figured it would be good practice :) I didn't test extensively, as always please let me know about bugs!

  • Updated to Minecraft 1.21.5
  • Added missing support for set player inventory and set cursor item packets, and support for new packets related to test blocks

Fixed dimension changes being completely broken. Apologies to the one person who downloaded beta 1.0.6!

1.0.6 changelog:

  • Disabled server-side collision check for bamboo and pointed dripstone for players, since these blocks have small offsets based on coordinates. The downside is that entities and players now collide with these blocks slightly differently from one another.
  • Fixed compasses not updating when changing your offset using the command.
  • Added missing support for structure block change packets
  • Turns out world border obfuscation was broken for months. Oops...
  • Added a handy /coordoffset set [pos] command. This changes your offset such that the specified pos will be in the 0,0 chunk from your perspective.
    • Requires permission level 3
    • /coordoffset set none completely disables offset for you
  • Added missing block entity update packet
  • Fixed relative teleports

added missing support for sign edit and pick block packets!

  • updated Minecraft version to 1.21.4
  • fixed a mistake where player data was not copied on respawn
  • fixed a bug where players' last death position was not offset, causing recovery compasses to be wrong