▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/CoordinateOffset
CoordinateOffset

CoordinateOffset

Configurably obfuscate players' coordinates.

3.1K
22

CoordinateOffset 6.1.2

release1 января 2026 г.

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 unplaceable and unbreakable)
  • Fix world border not appearing until a player moves when joining the game

CoordinateOffset 6.1.1

release20 декабря 2025 г.

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

CoordinateOffset 6.1.0

release14 декабря 2025 г.

Supported Minecraft servers: Paper 1.21.4-1.21.11

  • Support 1.21.11
  • Add offsetsAreMultiplesOfBlocks configuration setting
    • Controls how the plugin rounds offsets (e.g. to the nearest chunk or to the nearest N chunks)
    • Default is auto, which detects the optimal rounding behavior based on other installed plugins
  • Add Experimental Distant Horizons Support plugin compatibility
    • Level-of-detail (LOD) data generated by the DHS plugin is now properly adjusted for the player's offset
    • Read the warnings listed in Implications and Limitations under "Distant Horizons Support" if you plan on installing CoordinateOffset alongside DHS
  • Add WorldEditCUI mod compatibility
    • Players with the WorldEditCUI mod installed will now see correctly-placed WorldEdit selections when they have an offset applied

CoordinateOffset 6.0.1

release17 ноября 2025 г.

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 changelog and v6 Upgrade Guide if upgrading from before v6.0.0.

  • Fix version string in paper-plugin.yml being formatted incorrectly
  • Fix config.yml parsing of floating-point numbers with no decimal point
  • Allow zero values for worldCoordinateScaleOverrides
  • Fix metrics reporting wrong statistic for worldCoordinateScaleOverrides
  • API: Add Offset#apply method to all Offset types

CoordinateOffset 6.0.0

release16 ноября 2025 г.

Supported Minecraft servers: Paper 1.21.4-1.21.10

CoordinateOffset 5.0.0 just came out last month, but thanks to a breakthrough I made in immediate offset changes, it's already time for another major release.

"Immediate offset changes" means that the plugin no longer has to wait for the next opportune event to change a player's offset. By simulating a teleport, the plugin can change a player's offset at any time. This allows for commands like /offset regenerate and /offset set. It also allows safe offset changes when the player teleports any distance.

If you like reading, check out the fully documented list of changes in the v6 Upgrade Guide. You should especially read this if you made any significant configuration changes or use the CoordinateOffset API. Otherwise, here's the summary of everything new:

  • Regular backups are still mandatory.
  • Add /offset regenerate and /offset set commands.
  • Add PermissionOffsetProvider.
  • Add option to specify offsetProviderOverrides rules based on player name, world key, and world UUID. (Previously only player UUID and world name were supported.)
  • Add regenerateOnTeleport and minimumTeleportDistance options to RandomOffsetProvider and ZeroAtLocationOffsetProvider. (Replaces resetOnDistantTeleport and allowUnsafeResetOnDistantTeleport settings)
  • Rename resetOn* offset provider options to regenerateOn* to match the new command. (Configuration will automatically migrate and leave values unchanged.)
  • Rename persistent RandomOffsetProvider option to regenerateOnJoin. (Configuration will automatically migrate and leave behavior unchanged; false and true are swapped automatically.)
  • Remove persistenceKey Random offset provider option in favor of using provider name.
  • Add regenerateOnJoin option to ZeroAtLocationOffsetProvider, allowing zero-at-location offsets to persist across joins and server restarts.
  • Default all regenerateOn* options to false. (The persistent option previously defaulted to false; newly generated configurations now persist random offsets forever by default.)
  • Redesign internal handling for scaling offsets between worlds.
    • Offsets now scale automatically based on world coordinate scale (e.g. nether scales down by 8).
    • Move worldScaling and worldAlignment options out of offset provider settings and into optional worldCoordinateScaleOverrides global configuration. (Not automatically migrated from the previous version)
  • Add a default offsetProviderOverrides rule that disables offsets in the end. (Only for newly generated configs; can be removed if desired.)
  • Automatically disable offsets for Bedrock players with no extra permissions/config required.
  • Add messages.yml to allow customization/translation of most plugin messages.
  • API Changes
    • Offsets returned from custom offset providers are now split into ScalableOffset and FixedOffset to give explicit control over how providers interact with world coordinate scaling.
    • Add new API endpoints to regenerateOffset and setOffset for immediate offset changes.
    • Add onOffsetSetByCommand interface to offset providers.

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:AGPL-3.0-only
Опубликован:2 года назад
Обновлён:1 месяц назад
Главная