World management
From TARDIS v4.1.0 the plugin can now manage any worlds on the server and no longer relies on a separate multi-world plugin such as Multiverse.
Configuration for world management is handled by planets.yml.
Commands
/tardisworld
The main world management command is /tardisworld.
| Arguments | Description | Usage |
|---|---|---|
load | Loads a world for TARDIS to manage and enables it in planets.yml. world should be the name of the world folder. WorldType should be either NORMAL or FLAT. Environment should be one of NORMAL, NETHER, or THE_END. generator should be the name of the plugin that will generate the world terrain e.g. TARDIS:void. | /tardisworld load [world] <WorldType> <Environment> <generator> |
unload | Unloads a world from the server and disables it in planets.yml. | /tardisworld unload [world] |
gm | Sets the default gamemode for a world. world should be the name of the world folder. gamemode should be one of SURVIVAL, CREATIVE, ADVENTURE, or SPECTATOR. | /tardisworld gm [world] [gamemode] |
enable | Enables time travel to the specified world | /tardisworld enable [world] |
disable | Disables time travel to the specified world | /tardisworld disable [world] |
update_name | Updates legacy world names in the areas/back/current/destinations/dispersed/homes/next database tables | /tardisworld update_name [world] |
info | Display planet.yml configuration options for a world | /tardisworld info [world] |
rename | Renames the world folder and the record in the level.dat file. | /tardisworld rename [old name] [new name] |
dimensionicon | Change the icon for a world in the TARDIS Saves GUI. | /tardisworld dimensionicon [world] [material] |
/tardisteleport
Teleporting between worlds is handled by the /tardisteleport command.
| Arguments | Description | Usage |
|---|---|---|
[world] | Teleports the player running the command to the specified world’s spawn point. | /tardisteleport [world] |