Articles on: Plugin Setup

How to install and use MultiWorld [Nukkit]

MultiWorld for Nukkit offers a simple way to manage multiple worlds on your server.

Installing the plugin



Go to this link and download the plugin.
Drag and drop the file into the plugins folder on WitherPanel to upload it. Alternatively, you can upload it via sFTP.
To finish, restart your server.

Commands and Permissions



Commands



/mw help - Shows the list of commands
/mw load <level> - Loads an existing world from it's folder
/mw unload <level> - Unloads the world from RAM
/mw create <level> [generator] [seed] - Creates a new world with the specified options. Without additional plugins to add more generators, the generators that Nukkit supports by default are flat, `normal`/`default`, nether. Source
/mw delete <level> - Deletes the world from the server's files (permanent)
/mw tp <level> [player] - Teleports target player (or command sender if not specified) to the target world
/mw list - Shows all the worlds that are currently loaded
/mw spawn - Teleports sender to the world spawn in which they currently are
/mw setspawn - Changes sender's level spawn to sender's coordinates

Permissions


mw.command - All permissions
mw.command.load - Allows player to use command /mw load
mw.command.unload - Allows player to use command /mw unload
mw.command.create - Allows player to use command /mw create
mw.command.delete - Allows player to use command /mw delete
mw.command.list - Allows player to use command /mw list
mw.command.teleport - Allows player to use command /mw teleport
mw.command.spawn - Allows player to use command /mw spawn
mw.command.setspawn - Allows player to use command /mw setspawn

Basic Example



To create a new world with the name test with a normal/default generator:


/mv create test normal

To load this world:


/mv load test

To enter this world:


/mv tp test

To delete this world:


/mv delete test


That's it! Use our live chat feature to ask any questions you may have about this plugin, or post a question to the #community-help channel on our Discord Server.

Updated on: 20/01/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!