Commands Usage

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

Index

  1. Config Command
  2. List Command
  3. Select Command
  4. Wand Command
  5. Info Command
  6. Create Portal Command
  7. Remove Portal Command
  8. Modify Portal Command
  9. 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]
java

Example

  • /mvp config teleport-entities true

Permission

multiverse.portal.config

↑ Back to Top ↑

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.

portals list

Usage

/mvp list [filter/world] [page]
java

Example

  • /mvp list
  • /mvp list space
  • /mvp list space 2

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.

Destination can either another portal (p:portalname), world (w:worldname), position (e:worldname:x,y,z:pitch:yaw).

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 any configurable property of a portal. The target portal must be selected first if [portal] is omitted.

Usage

/mvp modify [portal] <property> <value>
java

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. A multiverse-destination action 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 .
  • owner
  • location (alias: loc) - Use @selected-region for a player's current wand selection, or the format WORLD:X,Y,Z:X,Y,Z.
  • price - The portal entry fee.
  • currency (alias: curr) - The material used for the entry fee.
  • check-destination-safety
  • safe-teleport (alias: safe)
  • teleport-non-players (alias: telenonplayers)

↑ 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: 2026/08/21 16:03:04