Build portals on a Fabric server to teleport between servers via Velocity.
ProxyPortal is a mod designed for Fabric servers that uses Velocity as a proxy server, allowing admins to create portals for quickly teleporting between different servers. Portals are invisible regions and do not generate any blocks or structures automatically. Admins need to decorate portals with blocks, lights, or particle effects to make them visually recognizable to players.
Proxy Server: Velocity (for cross-server functionality)
Custom Portals: Create portals to teleport players between servers.
Native Portal Override: Automatically cancels native teleportation for Nether Portals, End Portals, and End Gateways.
All ProxyPortal commands require administrator permissions (permission level 2 or above).
/portal create <name> <x1> <y1> <z1> <x2> <y2> <z2> <target_server>
<name>: Unique name for the portal<x1> <y1> <z1>: First corner coordinates of the portal area<x2> <y2> <z2>: Second corner coordinates of the portal area<target_server>: Target server name (as configured in Velocity)Example:
/portal create spawn_portal 100 64 200 105 70 205 lobby
This creates a portal named "spawn_portal" with area from coordinates (100,64,200) to (105,70,205), targeting the "lobby" server.
/portal delete <name>
/portal list
/portal reload