Commands Usage
If you're looking for the Multiverse-Core , Multiverse-NetherPortals or Multiverse-Inventories Command References, click the links!
Index
- Config Command
- List Command
- Select Command
- Wand Command
- Info Command
- Create Portal Command
- Remove Portal Command
- Modify Portal Command
- Debug Command
Introduction
In Multiverse 5, we have included a handy new help system. To access this help, simply type: /mv help
In order to properly read this command reference, we'll walk through reading the "usage" of a command.
Command Case
Whenever reading this wiki or the in-game /mv help, you should remember that items in ALL CAPS should be replaced with a variable. Items in lowercase should be typed exactly how they appear.
Optional vs. Required Parameters
Items inside square braces ([]) are OPTIONAL where items inside angular braces (<>) are REQUIRED
Config Command
Description
Allows you to view or modify the configuration of Multiverse-Portals.
Usage
/mvp config <property> [value] Example
/mvp config teleport-entities true
Permission
multiverse.portal.config
List Command
Description
Displays a paginated listing of all portals you can enter. The optional first argument can be a portal-name filter or a world name.

Usage
/mvp list [filter/world] [page] Example
/mvp list/mvp list space/mvp list space 2
Permission
multiverse.portal.list
Select Command
Description
Selects a portal so you can perform multiple modifications on it.
Usage
/mvp select <portal>
Example
/mvp select spaceportal
Permission
multiverse.portal.select
Wand Command
Description
Gives a Portal Creation Wand (wooden axe by default), used to select areas for portal creation. This will only work if you are NOT using WorldEdit, unless the WorldEdit or MultiVerse wands are changed to a different item.
Usage
/mvp wand Permission
multiverse.portal.givewand
Info Command
Description
Displays information about a portal.
Usage
/mvp info <portal> Example
/mvp info spaceportal
Permission
multiverse.portal.info
Create Portal Command
Description:
Creates a new portal, assuming you have a region selected (use the wand to select a region). The destination can be set to where you want the portal to go, otherwise, it will be set to teleport all players to the position you were at when you created it.
Destination can either another portal (p:portalname), world (w:worldname), position (e:worldname:x,y,z:pitch:yaw).
Usage:
/mvp create <name> [destination] Example:
/mvp create spaceportal space/mvp create newportal- Creates a portal without destination. You need to set a destination with modify command before using the portal.
Permission:
multiverse.portal.create
Remove Portal Command
Description
Remove the portal whose name is given.
Usage:
/mvp remove <name> Example:
/mvp remove spaceportal
Permission:
multiverse.portal.remove
Modify Portal Command
Description
Allows you to modify any configurable property of a portal. The target portal must be selected first if [portal] is omitted.
Usage
/mvp modify [portal] <property> <value> Example
/mvp modify spaceportal owner Elizacat/mvp modify spaceportal action-success-message "&aWelcome, {player}!"
Permission:
multiverse.portal.modify
PROPERTIES that can be changed:
action-type- The portal action type. See Configure Portal Actions .action(aliases:destination,dest) - The parameters for the selected action type. Amultiverse-destinationaction uses the Multiverse destination format .action-success-message- The message sent after a successful action. See Configure Portal Messages .no-permission-message- The message sent when access is denied. See Configure Portal Messages .ownerlocation(alias:loc) - Use@selected-regionfor a player's current wand selection, or the formatWORLD:X,Y,Z:X,Y,Z.price- The portal entry fee.currency(alias:curr) - The material used for the entry fee.check-destination-safetysafe-teleport(alias:safe)teleport-non-players(alias:telenonplayers)
Debug Command
Description
Instead of teleporting you to a place when you walk into a portal you will see the details about it. With no params, the command toggles the current on/off state.
Usage
/mvp debug [on|off]
Permission:
multiverse.portal.debug