Commands Usage
If you're looking for the Multiverse-Core , Multiverse-NetherPortals or Multiverse-Inventories Command References, click the links!
Index
- 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:
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
List Command
Description
Displays a listing of all portals.
Usage
/mvp list [world]
Example
/mvp list
/mvp list space
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 (here
can also be used as the destination for the same purpose).
Destination can either another portal (p:portalname
), world (w:worldname
), position (e:WORLD:X,,Y,Z[:PITCH:YAW]]), or current position (here
).
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 all values that can be set on the selected portal. The target portal must be selected first if [portal]
is omitted. Values that can be set include owner, dest, and loc (owner, destination, and location, respectively)
Usage
/mvp modify [portal] <property> <value>
Example
/mvp modify spaceportal owner Elizacat
Permission:
multiverse.portal.modify
PROPERTIES that can be changed:
owner
dest
ordestination
loc
orlocation
price
curr
orcurrency
safe
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