Skip to main content

Worlds

Commands for this always beginning with /worlds (you can also use /ws which is shorter).

List

Command Permission Example Short example Example description
/worlds list worlds.list /worlds list /ws ls Show the names of all worlds on the server

Create

Command Short example Example description
/worlds create <worldname> /ws cr mycoolworld Create a world with the name mycoolworld
/worlds create <worldname> <type> /ws cr mycoolworld NETHER Create a world with the name mycoolworld and the type NETHER (can be NORMALFLAT or NETHER).

Removing, (un)loading and teleporting

Command Short example Example description
/worlds remove <worldname> /ws rm mycoolworld Remove the world with the name mycoolworld
/worlds load <worldname> /ws ld mycoolworld Load the world with the name mycoolworld
/worlds unload <worldname> /ws uld mycoolworld Unload the world with the name mycoolworld
/worlds teleport <worldname> /ws tp mycoolworld Teleport into the world with the name mycoolworld

Copy and rename

Command Short example Example description
/worlds copy <from> <to> /ws cp theoldworld anotherworld Copy the world theoldworld to the world anotherworld
/worlds rename <from> <to> /ws rn theoldworld thenewworld Rename the world theoldworld to the world thenewworld

Set flags

Command Short example Example description
/worlds set /ws st List all flags in a world
/worlds set permission <permissionstring> /ws st permission you.arecool Only players with the permission you.arecool are allowed to join the world
/worlds set gamemode <gamemodename> /ws st gamemode creative Set the gamemode of a world to creative (possible values are survivalcreativeadventure or spectator)
/worlds set build <value> /ws st build true Allow building in this world by setting the value to true
/worlds set pvp <value> /ws st pvp true Disable PvP in this world by setting the value to false
/worlds set damage <value> /ws st damage true Enable damage in this world by setting the value to true
/worlds set interact <value> /ws st interact false Disable interaction (opening chests, ...) in this world by setting the value to false
/worlds set explode <value> /ws st explode false Disable explosions in this world by setting the value to false
/worlds set drop <value> /ws st drop true Disable dropping items in this world by setting the value to false
/worlds set hunger <value> /ws st hunger true Enable hunger in this world by setting the value to true
/worlds set fly <value> /ws st fly true Allow flying in this world by setting the value to true

Unset flags

Command Short example Example 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

(Set) default flags

Command Short example Example description
/worlds defaults /ws df List all default flags for worlds
/worlds defaults set gamemode <gamemodename> /ws df st gamemode creative Set the default gamemode of worlds to creative (possible values are survivalcreativeadventure or spectator)
/worlds defaults set build <value> /ws df st build true Allow building by default by setting the value to true
/worlds defaults set pvp <value> /ws df st pvp true Disable PvP by default by setting the value to false
/worlds defaults set damage <value> /ws df st damage true Enable damage by default by setting the value to true
/worlds defaults set interact <value> /ws df st interact false Disable interaction (opening chests, ...) by default by setting the value to false
/worlds defaults set explode <value> /ws df st explode false Disable explosions by default by setting the value to false
/worlds defaults set drop <value> /ws df st drop true Disable dropping items by default by setting the value to false
/worlds defaults set hunger <value> /ws df st hunger true Enable hunger by default by setting the value to true
/worlds defaults set fly <value> /ws df st fly true Allow flying by default by setting the value to true

Unset flags

Command Short example Example 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