Language

CoordinateOffset

CoordinateOffset

ModrinthSpigotMC

Configurably obfuscate players' coordinates.

3.8k downloads 22 followers updated 26d ago
latest v6.1.5 Modrinth
Bukkit Paper Purpur Spigot 1.17 – 26.1.2 Game-mechanicsManagement

CoordinateOffset

A Minecraft Paper plugin that configurably obfuscates players' coordinates.

CoordinateOffset icon

GitHub Release
Discord
Ko-Fi Donations

bStats Servers
bStats Players
Modrinth Downloads
Spigot Downloads
Hangar Downloads
CurseForge Downloads

Minecraft offers a useful debug menu (F3) that allows anyone to easily see their coordinates in the world.
This makes it easy to save points of interest and share locations with friends (or enemies).

However, not all multiplayer servers want coordinates to be so easily accessible. /gamerule reducedDebugInfo can
administratively hide coordinates from the F3 menu, but it is trivial for a player to add a client-side mod that
shows them.

Screenshot of coordinates being offsetted

CoordinateOffset is a plugin for Paper-based Minecraft servers that modifies every coordinate in packets between the
server and client. The player still sees the exact same world they would normally see. But no matter which mods they
install, they cannot see their real coordinates.

Why?

This plugin isn't intended for all servers. Here are a few ideas that might make CoordinateOffset useful:

  • Prevent metagaming: If you consider coordinate usage and sharing to be metagaming, this prevents it.
  • Amplify in-game items: Coordinates no longer outclass compasses, lodestones, recovery compasses, and maps
    when those coordinates are inconsistent.
  • Prevent coordinate leaks: If everyone sees different coordinates, players cannot derive each other's coordinates
    from an accidental leak in a screenshot.
  • Guard the world seed: Any unknown offset makes seed-cracking tactics harder.
  • Center the origin: Put the (0, 0) coordinate anywhere you'd like.

Features

  • Fully-configurable, flexible methods of determining how to apply offsets
  • Generate offsets randomly for each player, or use fixed offsets for multiple players
  • Match offsets to the player's position, so they see themselves near the world's origin
  • Optionally regenerate offsets based on various player actions, including death, world change, teleport, and server
    join
  • Regenerate and set offsets immediately with commands
  • Configure different offsets per-player, per-world, and with permissions
  • Automatic scaling for offsets to ensure coordinates still align when using a nether portal
  • Extensible API to flexibly get and set offsets
  • Compatible with Distant Horizons, ViaVersion, and Velocity (must be installed on Paper, not Velocity itself)

Requirements and Installation

Some known incompatible plugins are: Most anticheats, Geyser.

After ensuring that you meet the requirements, just grab the latest
release and drop it in your server's plugins
folder. Then follow the steps below to configure how coordinates are shifted for each player.

Configuration

Main article: Configuration Guide

The main configuration file is automatically generated after the first run at plugins/CoordinateOffset/config.yml.

defaultOffsetProvider: random

The default configuration contains five predefined "offset providers". An "offset" refers to the amount that the
player's coordinates should appear to be shifted from their real location. Get started by picking a strategy that
matches the type of offsetting you're trying to achieve:

  • constant - Specify the exact offset you want players to have.
  • disabled - Players will see their real coordinates.
  • random - Individually randomize each player's offset. Optionally re-roll offsets upon player actions.
  • zeroAtLocation - Use an offset based on the player's starting location, so they see themselves near (0, 0).
    Optionally re-center offsets upon player actions.
  • permission - Assign permissions to players, like coordinateoffset.offset.160.-240, to control their offset.

You can customize these providers further, use different providers for different players/worlds/groups, and define your
own providers. See the complete
Configuration Guide.

Commands and Permissions

See the Commands and Permissions Guide
for details.

API

You can use or extend CoordinateOffset in your own plugin by using the API. Please see the
API Guide.

Support

Credits

Special thanks to Cavallium for developing
CoordinatesObfuscator, which CoordinateOffset is a fork of.
CoordinateOffset's packet translation logic was heavily modeled after the work done by CoordinatesObfuscator.

Libraries used:

Versions

Release
6.1.5
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 26d ago
*Supported Minecraft servers: Paper 1.21.4-26.1.2* - Fix Distant Horizons Support plugin compatibility for DH 3.0+/DHS 0.13.0+/Minecraft 26.1+
101
Release
6.1.4
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 2mo ago
*Supported Minecraft servers: Paper 1.21.4-26.1.2* - Support 26.1.2
153
Release
6.1.2
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 5mo ago
*Supported Minecraft servers: Paper 1.21.4-1.21.11* - Fix world border being placed incorrectly in the nether in 1.21.9 and later (causing blocks to become…
281
Release
6.1.1
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 6mo ago
*Supported Minecraft servers: Paper 1.21.4-1.21.11* - Fix offsets not regenerating when players enter an end portal from the overworld to the end
60
Release
6.1.0
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 6mo ago
*Supported Minecraft servers: Paper 1.21.4-1.21.11* - Support 1.21.11 - Add `offsetsAreMultiplesOfBlocks` configuration setting - Controls how the plugin…
41
Release
6.0.1
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 7mo ago
*Supported Minecraft servers: Paper 1.21.4-1.21.10* This is a patch following v6.0.0 with minor fixes. Please see the full [v6.0.0…
79
Release
6.0.0
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 7mo ago
*Supported Minecraft servers: Paper 1.21.4-1.21.10* CoordinateOffset [5.0.0](https://github.com/joshuaprince/CoordinateOffset/releases/tag/v5.0.0) just came…
23
Release
5.0.0
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 8mo ago
*Supported Minecraft servers: Paper 1.21.4-1.21.10* I'm proud to announce CoordinateOffset's latest major release, **5.0.0**. This release overhauls lots of…
64
Release
4.0.16
bukkit, paper, purpur · 1.17, 1.17.1, 1.18 · 9mo ago
- Fix console errors on player login for versions up to 1.21.4 - Rate-limit console spam during packet error conditions
173
Release
4.0.15
bukkit, paper, purpur · 1.17, 1.17.1, 1.18 · 10mo ago
- Support 1.21.8
150
Release
4.0.14
bukkit, paper, purpur · 1.17, 1.17.1, 1.18 · 11mo ago
- Support 1.21.7
88
Release
4.0.13
bukkit, paper, purpur · 1.17, 1.17.1, 1.18 · 12mo ago
- Support 1.21.6
54

Comments 0

No comments yet. Be the first to share your thoughts.

Download CoordinateOffset

SpigotMC
R 6.1.5 1.21.4, 1.21.5, 1.21.6 paper, purpur 1.5 MB R 6.1.4 1.21.4, 1.21.5, 1.21.6 paper, purpur 1.5 MB R 6.1.2 1.21.4, 1.21.5, 1.21.6 paper, purpur 1.5 MB R 6.1.1 1.21.4, 1.21.5, 1.21.6 paper, purpur 1.5 MB R 6.1.0 1.21.4, 1.21.5, 1.21.6 paper, purpur 1.5 MB R 6.0.1 1.21.4, 1.21.5, 1.21.6 paper, purpur 732 KB R 6.0.0 1.21.4, 1.21.5, 1.21.6 paper, purpur 731 KB R 5.0.0 1.21.4, 1.21.5, 1.21.6 paper, purpur 678 KB R 4.0.16 1.17, 1.17.1, 1.18 bukkit, paper, purpur 4.3 MB R 4.0.15 1.17, 1.17.1, 1.18 bukkit, paper, purpur 4.2 MB R 4.0.14 1.17, 1.17.1, 1.18 bukkit, paper, purpur 4.2 MB R 4.0.13 1.17, 1.17.1, 1.18 bukkit, paper, purpur 4.2 MB R 4.0.12 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.9 MB R 4.0.11 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.9 MB R 4.0.10 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.9 MB R 4.0.9 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.1 MB R 4.0.8 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.1 MB R 4.0.7 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.1 MB R 4.0.6 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.0 MB R 4.0.5 1.17, 1.17.1, 1.18 bukkit, paper, purpur 3.0 MB R 4.0.4 1.17, 1.17.1, 1.18 bukkit, paper, purpur 2.8 MB R 4.0.3 1.17, 1.17.1, 1.18 bukkit, paper, purpur 2.7 MB R 4.0.2 1.17, 1.17.1, 1.18 bukkit, paper, purpur 2.7 MB R 4.0.1 1.17, 1.17.1, 1.18 bukkit, paper, purpur 2.7 MB R 4.0.0 1.17, 1.17.1, 1.18 bukkit, paper, purpur 2.7 MB R 3.1.0 1.17, 1.17.1, 1.18 bukkit, paper, purpur 180 KB R 3.0.2 1.17, 1.17.1, 1.18 bukkit, paper, purpur 700 KB R 3.0.1 1.17, 1.17.1, 1.18 bukkit, paper, purpur 696 KB R 3.0.0 1.17, 1.17.1, 1.18 bukkit, paper, purpur 690 KB R 2.3.2 1.17, 1.17.1, 1.18 bukkit, paper, purpur 680 KB R 2.3.1 1.17.1, 1.18, 1.18.1 bukkit, paper, purpur 644 KB R 2.3.0 1.17.1, 1.18, 1.18.1 bukkit, paper, purpur 644 KB R 2.2.0 1.19.4, 1.20, 1.20.1 bukkit, paper, purpur 628 KB R v2.1.3 1.19.4, 1.20, 1.20.1 bukkit, paper, purpur 560 KB R v2.1.2 1.19.4, 1.20, 1.20.1 bukkit, paper, purpur 560 KB R v2.1.1 1.19.4, 1.20, 1.20.1 bukkit, paper, purpur 560 KB R v2.1.0 1.19.4, 1.20, 1.20.1 bukkit, paper, spigot 553 KB R v2.0.0 1.20.1 bukkit, paper, spigot 547 KB

Files are served directly from the original source. Modgrid does not host or modify them.