Skip to content

Commands

github-actions[bot] edited this page Jul 14, 2026 · 4 revisions

Commands

English | Español

Last updated: 2026-07-13

Default Command

/warp

Fallback Command

/lodestone_warp

The fallback command exists to reduce conflicts with other warp mods. If another mod already owns /warp, use /lodestone_warp.

Subcommands

Open the Lodestone UI from the nearest registered Lodestone:

/warp

The player must have lodestone_teleport.use and must be within the configured source range of a registered Lodestone.

Teleport:

/warp tp <id or name>

Rename:

/warp rename <id> <name>

Open edit flow:

/warp edit <id>

Unlink a Lodestone warp from the network:

/warp remove <id>
/warp unlink <id>

The physical Lodestone block is left in the world. By default, it will not re-register on a normal click; sneak-right-click it with an empty hand to register it again intentionally.

Change visibility:

/warp visibility <id> <private|discoverable|global>

Legacy/global helper:

/warp global <id> <true|false>

List registered Lodestones:

/warp list

/warp list shows compact clickable actions after each entry:

  • [TP]: teleport to the Lodestone.
  • [✎]: open the edit flow.
  • [X]: unlink the warp entry while leaving the physical Lodestone block in place.

Discovery Commands

Grant discovery:

/warp discover grant <player> <id|all>

When using all, private Lodestones are excluded by default. To include private Lodestones intentionally, use:

/warp discover grant <player> all add_private=true

Revoke discovery:

/warp discover revoke <player> <id|all>

List what a player has discovered:

/warp discover list <player>

List who has discovered a Lodestone:

/warp discover who <id>

Config Commands

Reload config:

/warp reload

Requires lodestone_teleport.config or OP/gamemaster-level access.

Open vanilla Dialog config UI:

/warp config

Requires lodestone_teleport.config or OP/gamemaster-level access.

List config keys:

/warp config list

Read or write a config value:

/warp config get <key>
/warp config set <key> <value>

Changing commandName or fallbackCommandName requires a server restart because commands are registered during startup.

Teleport by Name

tp accepts either a Lodestone id or its display name.

Examples:

/warp tp lodestone_3
/warp tp Casa
/warp tp Main Base

If multiple Lodestones share the same name, the mod shows clickable options so the player can choose the exact destination.

Clone this wiki locally