Anchors

Introduction

Anchors are named locations you can save and teleport to from anywhere on the server. They work as a destination type — prefix the anchor name with a: to use one anywhere a destination is accepted, including /mv tp and Multiverse-Portals .

Unlike world spawns or coordinates, anchors are world-agnostic: a single anchor can point to any location in any world.

Creating an Anchor

Walk to the location you want to save, then run:

/mv anchor set <name>
null

For example:

/mv anchor set lobby
null

The anchor is saved at your current position, facing direction included.

Permission: multiverse.core.anchor.create

Listing Anchors

To see all saved anchors:

/mv anchor list
null

Permission: multiverse.core.anchor.list

Teleporting to an Anchor

Use the a: destination prefix with any teleport command:

/mv tp a:<name>
/mv tp a:lobby
null

You can also use anchors as portal destinations in Multiverse-Portals or Multiverse-SignPortals .

Permission: multiverse.teleport.self.a.* (or the finer-grained multiverse.teleport.self.a.<anchor-name>)

Deleting an Anchor

/mv anchor delete <name>
null

For example:

/mv anchor delete lobby
null

Permission: multiverse.core.anchor.delete

Permission Summary

PermissionDescription
multiverse.core.anchor.createCreate or overwrite an anchor
multiverse.core.anchor.listList all anchors
multiverse.core.anchor.deleteDelete an anchor
multiverse.teleport.self.a.*Teleport yourself to any anchor
multiverse.teleport.self.a.<name>Teleport yourself to a specific anchor
multiverse.teleport.other.a.*Teleport others to any anchor
Last update at: 2026/06/22 02:53:45