Commands Usage

If you're looking for the Multiverse-Core , Multiverse-NetherPortals or Multiverse-Inventories Command References, click the links!

Index

  1. List Command
  2. Select Command
  3. Wand Command
  4. Info Command
  5. Create Portal Command
  6. Remove Portal Command
  7. Modify Portal Command
  8. Debug Command

Introduction

In Multiverse 5, we have included a handy new help system. To access this help, simply type:

/mv

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.

portals list

Usage

/mvp list [world]
java

Example

  • /mvp list
  • /mvp list space

Permission

multiverse.portal.list

↑ Back to Top ↑

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

↑ Back to Top ↑

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
java

Permission

multiverse.portal.givewand

↑ Back to Top ↑

Info Command

Description

Displays information about a portal.

Usage

/mvp info <portal>
java

Example

  • /mvp info spaceportal

Permission

multiverse.portal.info

↑ Back to Top ↑

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]
java

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

↑ Back to Top ↑

Remove Portal Command

Description

Remove the portal whose name is given.

Usage:

/mvp remove <name>
java

Example:

  • /mvp remove spaceportal

Permission:

multiverse.portal.remove

↑ Back to Top ↑

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>
java

Example

  • /mvp modify spaceportal owner Elizacat

Permission:

multiverse.portal.modify

PROPERTIES that can be changed:

  • owner
  • dest or destination
  • loc or location
  • price
  • curr or currency
  • safe

↑ Back to Top ↑

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

↑ Back to Top ↑

Last update at: 2025/05/10 03:31:07