Items encased in {} are mandatory. Items encased in [] are optional. {} = needed; [] = optional
mvcreate
Command to create a new world (Will not import existing worlds, use /mvimport).
Syntax
/mvcreate {WORLDNAME} {ENVIRONMENT}
Example
/mvcreate creative NORMAL
/mvcreate nether NETHER
Permission
'- multiverse.world.create'
There are also 3 alternate terrain generators installed:
mvimport
Command to import existing worlds (Will not create a new world, use /mvcreate).
Syntax
/mvimport {WORLDNAME} {ENVIRONMENT}
Example
/mvimport creative NORMAL
/mvimport nether NETHER
Permission
'- multiverse.world.import'
mvremove
Command to remove a World from config files, preventing it from loading on next server start. Doesn't unload from Server, lack of functionality.
Syntax
/mvremove {WORLDNAME}
Example
/mvremove creative
/mvremove nether
Permission
'- multiverse.world.remove'
Command to Teleport the Player to the World or Portal location. Syntax - /mvtp {WORLDNAME} Syntax - /mvtp p:{PORTALNAME} Syntax - /mvtp w:{WORLDNAME} Example - /mvtp creative Example - /mvtp p:netherportal Example - /mvtp w:creative Permission - '- multiverse.tp'
Command to Set the MultiVerse spawn of the world the player is in. Permission - '- multiverse.world.setspawn'
Command to teleport the user to the spawn of the world they are in. Permission - '- multiverse.world.spawn'
Display loaded worlds to the player. Permission - '- multiverse.list'
Description - Command to create a new Portal entry from the players selected area. Syntax - /mvpc {PORTALNAME} Syntax - /mvpc {PORTALNAME} p:{PORTALNAME} Syntax - /mvpc {PORTALNAME} w:{WORLDNAME} Example - /mvpc nether w:nether - 'w' means it's a world, this means the above command will make the portal teleport us to the spawn point of the 'nether' world. Example - /mvpc nether p:netherportal - 'p' means it's a portal, this means the above command will make the portal teleport us to a portal named 'netherportal' Example - /mvpc nether - No destination is given, a destination can be applied at a later date. Permission - '- multiverse.portal.create'
Command to select a created portal, this is used to then set the destination or further settings regarding the portal. Syntax - /mvps {PORTALNAME} Example - /mvps netherportal Permission - '- multiverse.portal.select'
Command to set the Destination of the selected Portal. Syntax - /mvpd [DESTINATION] Example - /mvpd - The above command will set the selected portals destination to the players current position. Example - /mvpd w:nether - 'w' means it's a world, this means the above command will make the portal teleport us to the spawn point of the 'nether' world. Example - /mvpd p:netherportal - 'p' means it's a portal, this means the above command will make the portal teleport us to a portal named 'netherportal' Permission - '- multiverse.portal.destination'
Command to rename a portal Syntax - /mvprename {PORTALNAME} {NEWPORTALNAME} Example - /mvprename netherportal hellportal
Command to remove a portal from the configuration. Syntax - /mvpr {PORTALNAME} Example - /mvpr netherportal Permission - '- multiverse.portal.remove'
Command to list all portals on the server. Syntax - /mvplist Permission - '- multiverse.portal.list'