Command Reference - Multiverse/Multiverse-Portals GitHub Wiki
If you're looking for the Multiverse-core or Multiverse-NetherPortals Command References, click the links!
•Index
- Introduction
- List Command
- Select Command
- MVP Wand
- Portal Information
- Create Portal
- Remove Portal
- Modify Portal
- Debug Mode
•Introduction
In Multiverse 2, 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 CAPPS should be replaced with a variable. Items in lowercase should be typed exactly how they appear.
Optional vs. Required Params
Items inside square braces ([]
) are OPTIONAL where items inside curly braces ({}
) are REQUIRED
•List Command
Description:
Displays a listing of all portals.
Usage:
/mvp list [WORLD]
Example:
/mvp list
/mvp list space
Aliases:
mvp list, mvpl, mvplist
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
Aliases:
mvp select, mvps, mvpselect
Permission:
multiverse.portal.select
•MVP Wand
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
Example:
/mvp wand
Aliases:
mvp wand, mvpw, mvpwand
Permission:
multiverse.portal.givewand
•Portal information
Description:
Displays information about a portal.
Usage:
/mvp info {PORTAL}
Example:
/mvp info spaceportal
Aliases:
mvp info, mvpi, mvpinfo
Permission:
multiverse.portal.info
•Create Portal
Description:
Creates a new portal, assuming you have a region selected (use the wand to select a region). Destination can be set to where you want the portal to go (here
can also be used as the destination to send all players to your location when the portal was created).
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
Aliases:
mvp create, mvpc, mvpcreate
Permission:
multiverse.portal.create
•Remove Portal
Description:
Remove the portal whose name is given.
Usage:
/mvp remove {NAME}
Example:
/mvp remove spaceportal
Aliases:
mvp remove, mvpr, mvpremove
Permission:
multiverse.portal.remove
•Modify Portal
Description:
Allows you to modify all values that can be set on the selected portal. The target portal must be selected first if [-p PORTAL]
is omitted. Values that can be set include owner, dest, and loc (owner, destination, and location, respectively)
Usage:
/mvp modify {PROPERTY} [VALUE] [-p PORTAL]
Example:
/mvp modify owner Elizacat -p spaceportal
Aliases:
mvp modify, mvpm, mvpmodify
Permission:
multiverse.portal.modify
PROPERTIES that can be changed:
owner
dest
ordestination
loc
orlocation
price
curr
orcurrency
safe
•Debug Mode
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]
Example:
/mvp debug
Aliases:
mvp debug, mvpd, mvpdebug
Permission:
multiverse.portal.debug