HomeJavaModsAttuned Anchors
Attuned Anchors
ModsJava

Attuned Anchors

by BlitzWarz · on Modrinth

This project adds buildable Local and Global waypoint anchors to Minecraft. Players construct in-world shrine structures that become styled…

⬇ Download on Modrinth
Attuned Anchors — screenshot 1Attuned Anchors — screenshot 2Attuned Anchors — screenshot 3Attuned Anchors — screenshot 4Attuned Anchors — screenshot 5Attuned Anchors — screenshot 6Attuned Anchors — screenshot 7Attuned Anchors — screenshot 8

Mach9Games Studio

Attuned Anchors

Attuned Anchors!

Attuned Anchors Banner

YouTube GitHub Issues

Attuned Anchors adds buildable waypoint shrines to Minecraft.

Instead of placing waypoints from a map screen, players build an Anchor structure in the world, activate it, and then use it through an in-game waypoint menu and HUD.

Waypoint Menu

Installation

Install the same jar on both the client and server.

Features

Anchor Types

Attuned Anchors has two Anchor types with different visibility ranges.

Type Visibility Range Core Block Item Frame
Local Anchor < 256m Iron Block Ender Pearl
Global Anchor > 256m Diamond Block Eye of Ender

Local Anchors are short-range waypoints. By default, they are visible up to 256m away.

Global Anchors are long-range waypoints. They can be seen from beyond 256m and remain available from anywhere in the same dimension.

Global Anchor HUD

Access Control

Anchor access is controlled through Name Tags placed inside the Anchor barrels.

Public Anchor

Private Anchor

Waypoint Menu

Press N to open the Attuned Anchors menu.

From the menu, players can view available Anchors, toggle HUD visibility, inspect access, edit marker appearance, and manage Anchors they are allowed to control.

Edit Menu

User List

Deleting an Anchor uses a confirmation screen to prevent accidental removals.

Delete Confirmation

Activation

Build the structure, place the required item frames, then interact with one of the Anchor item frames.

If the structure is valid, the Anchor is registered, its candles are managed by the mod, and it becomes visible to players with access.

Layer-by-Layer Construction Guide

Anchors use a 5x5 footprint. Build each layer centered on the core block position.

Layer -1

Layer 0

Layer 1

Layer 2

Layer 3

Layer 4

The item frames must contain:

Global Anchors use glowing item frames by default.

Commands

The main command is /anchor, with /an as a shortcut.

Add this near the bottom, replacing the current Configuration section:

Configuration

Attuned Anchors creates its config files in:

config/attunedanchors/

Main Config

config/attunedanchors/config.json

Default values:

{
  "localRadius": 256,
  "validationIntervalSeconds": 60,
  "globalSameDimensionOnly": true,
  "anchorNameMaxLength": 16,
  "localNamePrefix": "[L] ",
  "globalNamePrefix": "[G] "
}

Anchor records are saved per world at:

data/attuned_anchors.tsv

Structure definitions are configurable through:

config/attunedanchors/structures.json

Admins and Permissions

Attuned Anchors supports the Fabric Permissions API.

Grant this node to give full access:

attunedanchors.admin

Individual permission nodes:

Permission Allows
attunedanchors.menu Open the Anchor menu
attunedanchors.edit Edit Anchor name, color, and icon
attunedanchors.manage Manage Anchor users and delete Anchors
attunedanchors.teleport Teleport to Anchors from the menu
attunedanchors.command.list Use /anchor list
attunedanchors.command.spawn Use /anchor spawn
attunedanchors.command.remove Use /anchor remove
attunedanchors.command.despawn Use /anchor despawn

If you do not use a permissions mod, fallback admins can be added here:

config/attunedanchors/admins.json

Example:

{
  "uuids": [
    "00000000-0000-0000-0000-000000000000"
  ],
  "names": [
  ]
}
{
  "uuids": [
  ],
  "names": [
    "PlayerName"
  ]
}
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more