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.load:
- Description: "allows player to use command /mw load"
- Default:
op
- mw.command.unload:
- Description: "allows player to use command /mw unload"
- Default:
op
- mw.command.create:
- Description: "allows player to use command /mw create"
- Default:
op
- mw.command.delete:
- Description: "allows player to use command /mw delete"
- Default:
op
- mw.command.list:
- Description: "allows player to use command /mw list"
- Default:
op
- mw.command.teleport:
- Description: "allows player to use command /mw teleport"
- Default:
op
- mw.command.spawn:
- Description: "allows player to use command /mw spawn"
- Default:
op
- mw.command.setspawn:
- Description: "allows player to use command /mw setspawn"
- Default:
op
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: 22/05/2024
Thank you!