Description
You need multiple worlds on your server? Got you with Worldz!
With Worldz you can:
- easily have multiple worlds on your server
- create or delete worlds on the go (like mining dimensions, usefull if a new update brings new resources and your world is already fully explored ;P)
- manage your worlds with UI (WIP)
- easily import a world (WIP)
Commands:
- /wz create <name> [--chunkStorageType=default] [--generator=default] - create a new world
- /wz delete <name> - delete a world
- /wz list - list all available worlds
- /wz load <name> - load an existing world
- /wz import (WIP) - import a world from your filesystem
- /wz unload - unload a loaded world
- /wz tp <world> [--player=?] - teleports player to target world
Permissions
The base permission for commands is worldz.command
To give a player permission to a specific command, you need to give the player the basePermission.commandName as permission.
For example: /wz create would require worldz.command.create as permission or for full acces
worldz.command.*
or
worldz.*
How to...
...create a world
- /wz create NAME - create a normal map with default world generation (replace NAME with world name)
- /wz create NAME --generator=Flat - to create a flat world
- /wz create NAME --generator=Void - to create a complete empty world
...import a world
# WIP
