

WorldManager
Manage worlds directly in the game using convenient commands without leaving the server.
Main Features
Access to the main functionality is available through the /worldmanager
command or its shortened version /wm
.
World List
Use the /wm list
command to open a graphical menu with all created custom worlds.
Travel Between Worlds
Teleport to any available world using /wm tp <id> [<targets>]
— the command will move you to the last location in the specified world.
World Management
- Delete a world and simultaneously kick all players in it:
/wm delete <id>
- Set the world icon with an item from your hand or a specified item:
/wm seticon <id> [<icon>]
- Open the world management panel:
/wm manage [<id>]
(for current or specified world)
Creating New Worlds
Start /wm create <id>
to open an interactive new world configuration menu. You can choose:
- Dimension type
- Chunk generator
- Initial value (seed)
For advanced users, an extended version is available: /wm create <id> <nbt>
allows you to create a world without a graphical interface. For example, you can create an empty world using the parameters:
{seed: 0L, generator: {biome: "minecraft:the_void", type: "fantasy:void"}, type: "minecraft:overworld"}
Importing Worlds
Import saved worlds from archives (ZIP, RAR) or folders using the command /wm create <id> <file>
. The archive or folder must contain a valid level.dat
file — the main world dimension will be imported.
Spawn Points
- Set the spawn point in the current world at your position:
/wm setspawn
- Teleport to the spawn point in the specified world:
/wm spawn <id> [<targets>]
(uses standard Minecraft logic if the point is not set)
Powered by fantasy <3