Multiworld
The Multiworld mod opens up the possibility of creating and traveling between different worlds in Minecraft. It is compatible with Fabric, Forge, and NeoForge.
Main Features
- Create multiple worlds with different generators, types, and seeds
- Easy travel between worlds using commands
- Additional features for managing gameplay
Command Usage
Display mod version:
/mv version
List all worlds:
/mw list
Create world:
/mw create <id> <dim> [-g=GENERATOR -s=SEED]
Examples:
/mw create testworld NORMAL
/mw create testworld NETHER
/mw create testworld END
/mw create testworld NORMAL -g=FLAT -s=1234
Teleport to world:
/mw tp <id>
Examples:
/mw tp minecraft:overworld
/mw tp overworld Player52 (from console)
Set game rules:
/mw gamerule doDaylightCycle false
Change world difficulty:
/mw difficulty EASY
Delete world (console only):
/mw delete <id>
Permission System
Multiworld supports LuckPerms or CyberPerms. The multiworld.admin permission or operator status grants access to all commands.
- /mw -
multiworld.cmd - /mw tp -
multiworld.tp - /mw spawn -
multiworld.spawn - /mw setspawn -
multiworld.setspawn - /mw create -
multiworld.create - /mw gamerule -
multiworld.gamerule - /mw difficulty -
multiworld.difficulty - /mw delete - console-only command
In Development
/mw load/unload- Custom portal support
Note: Multiworld uses the Fantasy library from NucleoidMC for world creation.