# Worlds Commands for this always beginning with `/worlds` (you can also use `/ws` which is shorter). #### [](https://github.com/survanetwork/Worlds/wiki/Commands#list)List
CommandPermissionExampleShort exampleExample description
`/worlds list``worlds.list``/worlds list``/ws ls`Show the names of all worlds on the server
#### [](https://github.com/survanetwork/Worlds/wiki/Commands#create)Create
CommandShort exampleExample description
`/worlds create ``/ws cr mycoolworld`Create a world with the name `mycoolworld`
`/worlds create ``/ws cr mycoolworld NETHER`Create a world with the name `mycoolworld` and the type `NETHER` (can be `NORMAL`, `FLAT` or `NETHER`).
#### [](https://github.com/survanetwork/Worlds/wiki/Commands#removing-unloading-and-teleporting)Removing, (un)loading and teleporting
CommandShort exampleExample description
`/worlds remove ``/ws rm mycoolworld`Remove the world with the name `mycoolworld`
`/worlds load ``/ws ld mycoolworld`Load the world with the name `mycoolworld`
`/worlds unload ``/ws uld mycoolworld`Unload the world with the name `mycoolworld`
`/worlds teleport ``/ws tp mycoolworld`Teleport into the world with the name `mycoolworld`
#### [](https://github.com/survanetwork/Worlds/wiki/Commands#copy-and-rename)Copy and rename
CommandShort exampleExample description
`/worlds copy ``/ws cp theoldworld anotherworld`Copy the world `theoldworld` to the world `anotherworld`
`/worlds rename ``/ws rn theoldworld thenewworld`Rename the world `theoldworld` to the world `thenewworld`
#### [](https://github.com/survanetwork/Worlds/wiki/Commands#set-flags)Set flags
CommandShort exampleExample description
`/worlds set``/ws st`List all flags in a world
`/worlds set permission ``/ws st permission you.arecool`Only players with the permission `you.arecool` are allowed to join the world
`/worlds set gamemode ``/ws st gamemode creative`Set the gamemode of a world to `creative` (possible values are `survival`, `creative`, `adventure` or `spectator`)
`/worlds set build ``/ws st build true`Allow building in this world by setting the value to `true`
`/worlds set pvp ``/ws st pvp true`Disable PvP in this world by setting the value to `false`
`/worlds set damage ``/ws st damage true`Enable damage in this world by setting the value to `true`
`/worlds set interact ``/ws st interact false`Disable interaction (opening chests, ...) in this world by setting the value to `false`
`/worlds set explode ``/ws st explode false`Disable explosions in this world by setting the value to `false`
`/worlds set drop ``/ws st drop true`Disable dropping items in this world by setting the value to `false`
`/worlds set hunger ``/ws st hunger true`Enable hunger in this world by setting the value to `true`
`/worlds set fly ``/ws st fly true`Allow flying in this world by setting the value to `true`
#### [](https://github.com/survanetwork/Worlds/wiki/Commands#unset-flags)Unset flags
CommandShort exampleExample description
`/worlds unset permission``/ws ust permission`Remove the permission for this world so everybody can join
`/worlds unset gamemode``/ws ust gamemode`Remove the gamemode for this world so it's not changed when joining the world
`/worlds unset build``/ws ust build`Don't allow or forbid building in this world like the plugin wasn't there
`/worlds unset pvp``/ws ust pvp`Don't allow or forbid PvP in this world like the plugin wasn't there
`/worlds unset damage``/ws ust damage`Don't allow or forbid damage in this world like the plugin wasn't there
`/worlds unset interact``/ws ust interact`Don't allow or forbid interaction in this world like the plugin wasn't there
`/worlds unset explode``/ws ust explode`Don't allow or forbid explosions in this world like the plugin wasn't there
`/worlds unset drop``/ws ust drop`Don't allow or forbid dropping items in this world like the plugin wasn't there
`/worlds unset hunger``/ws ust hunger`Don't enable or disable hunger in this world like the plugin wasn't there
`/worlds unset fly``/ws ust fly`Don't allow or forbid flying in this world like the plugin wasn't there
#### [](https://github.com/survanetwork/Worlds/wiki/Commands#set-default-flags)(Set) default flags
CommandShort exampleExample description
`/worlds defaults``/ws df`List all default flags for worlds
`/worlds defaults set gamemode ``/ws df st gamemode creative`Set the default gamemode of worlds to `creative` (possible values are `survival`, `creative`, `adventure` or `spectator`)
`/worlds defaults set build ``/ws df st build true`Allow building by default by setting the value to `true`
`/worlds defaults set pvp ``/ws df st pvp true`Disable PvP by default by setting the value to `false`
`/worlds defaults set damage ``/ws df st damage true`Enable damage by default by setting the value to `true`
`/worlds defaults set interact ``/ws df st interact false`Disable interaction (opening chests, ...) by default by setting the value to `false`
`/worlds defaults set explode ``/ws df st explode false`Disable explosions by default by setting the value to `false`
`/worlds defaults set drop ``/ws df st drop true`Disable dropping items by default by setting the value to `false`
`/worlds defaults set hunger ``/ws df st hunger true`Enable hunger by default by setting the value to `true`
`/worlds defaults set fly ``/ws df st fly true`Allow flying by default by setting the value to `true`
#### [](https://github.com/survanetwork/Worlds/wiki/Commands#unset-flags-1)Unset flags
CommandShort exampleExample description
`/worlds defaults unset permission``/ws df ust permission`Remove the permission for this world so everybody can join
`/worlds defaults unset gamemode``/ws df ust gamemode`Remove the gamemode for this world so it's not changed when joining the world
`/worlds defaults unset build``/ws df ust build`Don't allow or forbid building in this world like the plugin wasn't there
`/worlds defaults unset pvp``/ws df ust pvp`Don't allow or forbid PvP in this world like the plugin wasn't there
`/worlds defaults unset damage``/ws df ust damage`Don't allow or forbid damage in this world like the plugin wasn't there
`/worlds defaults unset interact``/ws df ust interact`Don't allow or forbid interaction in this world like the plugin wasn't there
`/worlds defaults unset explode``/ws df ust explode`Don't allow or forbid explosions in this world like the plugin wasn't there
`/worlds defaults unset drop``/ws df ust drop`Don't allow or forbid dropping items in this world like the plugin wasn't there
`/worlds defaults unset hunger``/ws df ust hunger`Don't enable or disable hunger in this world like the plugin wasn't there
`/worlds defaults unset fly``/ws df ust fly`Don't allow or forbid flying in this world like the plugin wasn't there