Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 days ago
WorldManager
Create and manage worlds in-game, through commands.
Commands
The main command is /worldmanager
. It has a shorter alias /wm
.
/wm
opens an overview gui of all custom worlds that have been created through this mod/wm create <id>
opens a gui where you can configure your world (dimension type, chunk generator and seed)/wm create <id> <nbt>
allows you to create a world without using the gui (advanced).{seed: 0L, generator: {biome: "minecraft:the_void", type: "fantasy:void"}, type: "minecraft:overworld"}
could be used to create a void world./wm tp <id>
teleports you to the specified world using vanilla spawnpoint logic/wm delete <id>
deletes the specified world, kicking all players that are currently in it
Powered by fantasy <3