How to Use Multiverse Portals

Multiverse Portals is a complement module to Multiverse-Core, which allows the creation of custom portals. Unlike normal portals, MV Portals can be configured to make their destination anywhere. For example, a portal in the overworld could be set up to send you to the Nether, 15 blocks forward, or even another world (using Multiverse)

All Multiverse modules (such as Portals) require the Multiverse-Core plugin to also be installed. Additionally, the extension module must be the same version as the Multiverse-Core that you have installed. For example, if Multiverse-Core is 4.0.0, Multiverse-Portals should be 4.0.0.

Installing Multiverse Portals

  1. Login to your Control Panel and stop your server.
  2. Install Multiverse-Portals, you can do so via one of these two methods:
    • From the Bukkit section of our plugin installer. You can see how to do this here.
    • Download the Multiverse-Portals JAR here to install it manually. On FileZilla, navigate to your plugins folder and then upload the JAR file. We have a guide showing you how to do this here.
  3. Restart your server to finish installing the plugin.

Making your first portal

  1. Portals can be constructed out of any block, they can also be any size and shape that you want. You can fill the portal with glass panes to make them look better if you’d like. Here are some example portal shapes you might try:
  2. Obtain a Multiverse portal wand:
    • As an operator, enter the command /mvp wand. If you do not have access to this command then you will need to OP yourself, you can see how to do so here.
    • If you have WorldEdit installed you can use their wand instead via the command //wand
  3. Using either wand, left-click one of the corners of your portal. You should see “First position set to (x, y, z)”.
  4. Now, again using the wand, right-click the opposite corner block. You should see “Second position set to (x, y, z)”.
  5. To create the portal within these dimensions enter the following command: /mvp create (portalname)

Your first portal has now been created!

Linking 2 portals together

  1. Once you have two portals created, select the entry gate of the first portal using the following command /mvp select (portalname).
  2. Now modify the destination (exit) portal with the command: /mvp modify dest p:(exitportalname).
  3. If you want this portal to send you back to the previous location, do the same but the other way around. Starting from step 1, selecting the entry gate, then setting the destination location.

Additional Commands:
/mvp list will display all of the currently set up portals on your server.
/mvp remove (portalname) will delete a portal.
For advanced commands you can use, check out the GitHub Wiki.

Portal Destinations:

Multiverse-Portals benefits from being able to use Multiverse-Core’s destination locations. To make use of these features, add the following to the end of your modify destination command (/mvp modify dest …):

w Specifies a world destination (e.g. w:worldname:se) including a compass bearing at the end will ensure you are facing the right direction after being teleported (se= South East). Compass bearings can be found by pressing F3 (Fn + F3 on macOS).

e Specifies a world & coordinate destination (e.g. e:worldname:x,y,z).

p Specifies another portal as the destination (e.g. p:otherportalname).

If you would like to investigate other Multiverse destinations, including firing out of a cannon! Check out this page.

Modifying the Config Files

  1. Open your Control Panel, and stop your server.
  2. Navigate to Files > Plugins > Multiverse-Portals > Click Edit on the respective file you wish to edit: config.yml and portals.yml.
  3. Within config.yml there are a couple of elements you may want to configure, these are:
    • enforceportalaccess: true : If this is set to false then only OPs can use portals.
    • portalcooldown: 1000 : This refers to the number of milliseconds between which you are able to re-enter a portal after just using one.
    • teleportvehicles: true : If you do not want vehicles to be able to travel through portals, then set this to false. Vehicles in Minecraft are: boats, minecarts, any rideable mob (with a saddle).
  4. Within portals.yml you can manually modify the settings of each portal and they will all be shown in that file:
    • If you do not want mobs to be able to teleport through portals, then set teleportnonplayers: false.
    • If you are using a currency plugin, and want to set a charge for using a portal. Then under entryfee: set amount: 0.0.
  5. Once you have finished editing the file, click the blue save button at the top.
  6. Restart your server to apply the changes.
If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

  • mods
  • 6 Users Found This Useful
Was this answer helpful?

Related Articles

How to Install Sponge on a Forge Server

You may learn more about SpongeForge and the Sponge project by visiting the official Sponge...

How to Install Fabric Mods on Your PC

This guide explains how to install mods onto your Fabric client. Fabric, like Forge, is a version...

How to Install Minecraft Forge on Your PC

We have a tutorial for installing Minecraft Forge on your computer:   Forge is a Minecraft...

How to Install Modpacks on Your Computer Using the CurseForge App

CurseForge is a Minecraft launcher owned by Overwolf that allows you to install thousands of...

How to Use Buycraft / Tebex on Your Server (Monetisation)

Tebex, formerly known as Buycraft, is the primary webstore application used across thousands of...