Portals

How to create portals:

Info:

Portals can be setup to provide an easier way of teleporting. You setup a zone with two locations as any other zone, then when a player walks inside it he/she will be teleported if permissions is provided

Quick Tutorial:

1. First create a zone you want players to teleport too, we will use Zone1 for an example (/rLoc create <ZoneName>) - You also need to set the positions for the zone with either /rLoc pos1/2 <ZoneName>, /rLoc radius <ZoneName> <#Radius> or /rLoc fitToWorldBorder <ZoneName> (If you got WorldBorder installed

2. Then create another zone which is going to be the portal, well use Zone2 (/rLoc create <ZoneName>) and set the positions (see 1. for commands)

3. Now we need to set the zone to be a portal, for that we'll use /rLoc setType Zone2 p, (/rLoc setType <ZoneName> <Teleport/tp, Portal/p, NonTeleport/ntp>

4.Then we have to set the destination zone, or which zone that the player is randomly going to be teleported to when they walk inside PortalZone, To do that we simply do /rLoc setPortalDest Zone2 Zone1 (/rLoc setPortalDest <PortalZoneName> <ZoneToTeleportTo>)