TheNextLvlTheNextLvl

Managing Portals

List, delete, and teleport to portals

GitHub Edit on GitHub

Managing Portals

Portal management commands allow you to view, delete, and navigate between your portals.
These commands help you maintain and organize your portal network.

Commands

List Portals

Displays a list of all portals on the server.
Usage: /portal list

You can click on the portal names in the output to teleport to them.

Delete Portal

Permanently removes a portal from the server.
Usage: /portal delete <portal>

Examples:

# Delete a specific portal
/portal delete old-portal

# Remove unused portal
/portal delete test-portal

# Clean up temporary portal
/portal delete event-portal

Deleting a portal is permanent and cannot be undone.
All portal settings (action, cost, cooldown, permission) will be lost.

Teleport to Portal

Teleports you to the specified portal's location.
Usage: /portal teleport <portal>

Examples:

# Teleport to a portal
/portal teleport spawn-portal

# Quick navigation to portal
/portal teleport hub

# Check portal location
/portal teleport zone-1

This command is for administrators to quickly navigate to portals.
It does not trigger the portal's action.

Last updated on