-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Last updated: 2026-07-13
/warp/lodestone_warpThe fallback command exists to reduce conflicts with other warp mods. If another mod already owns /warp, use /lodestone_warp.
Open the Lodestone UI from the nearest registered Lodestone:
/warpThe 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.
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=trueRevoke 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>Reload config:
/warp reloadRequires lodestone_teleport.config or OP/gamemaster-level access.
Open vanilla Dialog config UI:
/warp configRequires lodestone_teleport.config or OP/gamemaster-level access.
List config keys:
/warp config listRead 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.
tp accepts either a Lodestone id or its display name.
Examples:
/warp tp lodestone_3
/warp tp Casa
/warp tp Main BaseIf multiple Lodestones share the same name, the mod shows clickable options so the player can choose the exact destination.