Teleport Commands
How to use world teleport and spawn commands
Edit on GitHubTeleport Commands
Teleport commands allow you to move players between worlds and manage spawn points.
/world teleport
Teleports entities to a specific world, optionally at a specific position.
Usage: /world teleport <world> [<entities>] [<position>]
Permission: worlds.command.teleport
See the Permissions page for all command permissions.
Arguments
<world>- The target world to teleport to[<entities>]- One or more entities to teleport (players, mobs, etc.). If not specified, teleports the command executor[<position>]- The coordinates to teleport to in the target world (x y z). If not specified, uses the world's spawn point
Examples
Teleport yourself to a world:
/world teleport worlds:survivalTeleport yourself to specific coordinates in a world:
/world teleport worlds:survival @s 100 64 -200Teleport a specific player to a world:
/world teleport worlds:creative PlayerNameTeleport a player to specific coordinates:
/world teleport worlds:creative PlayerName 0 100 0Teleport multiple entities:
/world teleport worlds:lobby @a[distance=..10]Teleport all nearby entities to coordinates:
/world teleport worlds:survival @e[distance=..5] 50 70 50/world spawn
Teleport yourself to the spawn point of your current world.
Usage: /world spawn
Permission: worlds.command.spawn
Examples
Teleport to the spawn point of your current world:
/world spawn/world setspawn
Sets the spawn point of your current world to a specific location.
Usage: /world setspawn [<position>] [<rotation>]
Permission: worlds.command.setspawn
Examples
Set spawn point for your current world at your current location:
/world setspawnSet spawn point for your current world at specific coordinates:
/world setspawn 0 100 0Set spawn point for your current world with specific rotation:
/world setspawn 0 100 0 45 0Last updated on