--- icon: dot title: World --- ![](../../static/commands.png) # Commands for the world management system !!!warning The command list is not complete and not all commands are properly documented yet. Some commands might not be implemented yet. !!! ## World Management ### Create a new world Description: Creates a new world with the specified name.
Syntax: ``/CreateWorld (world name) [type]``
Permission: ``fancycore.commands.createworld`` ### Copy an existing world Description: Creates a copy of the specified world.
Syntax: ``/CopyWorld (source world name) (new world name)``
Permission: ``fancycore.commands.copyworld`` ### Delete an existing world Description: Deletes the specified world from the server.
Syntax: ``/DeleteWorld (world name)``
Permission: ``fancycore.commands.deleteworld`` ### List all worlds Description: Lists all available worlds on the server.
Syntax: ``/ListWorlds``, ``/Worlds``
Permission: ``fancycore.commands.listworlds`` ### Teleport to a world Description: Teleports you to the specified world.
Syntax: ``/World (world name)``
Permission: ``fancycore.commands.world`` ## Utility Commands ### Set weather Description: Sets the weather in the current world.
Syntax: ``/SetWeather (sun|rain)``
Permission: ``fancycore.commands.setweather`` ### Set time Description: Sets the time of day in the current world.
Syntax: ``/SetTime (time)``
Permission: ``fancycore.commands.settime``