--- icon: dot title: Teleportation --- ![](../../static/commands.png) # Commands for the teleportation system !!!warning The command list is not complete and not all commands are properly documented yet. Some commands might not be implemented yet. !!! ## Player Teleportation ### Teleport to another player Description: Teleports you or the specified player to another player's location.
Syntax: ``/TP (target player) [destination player]`` or ``/Teleport (target player) [destination player]``
Permission: ``fancycore.commands.tp`` ### Teleport another player to you Description: Teleports the specified player to your location.
Syntax: ``/TPHere (player)`` or ``/TeleportHere (player)``
Permission: ``fancycore.commands.tphere`` ### Teleport all players to you Description: Teleports all players on the server to your location.
Syntax: ``/TPAll`` or ``/TeleportAll``
Permission: ``fancycore.commands.tpall`` ### Teleport to specific coordinates Description: Teleports you to the specified coordinates
Syntax: ``/TPPos (x) (y) (z) [world]`` or ``/TeleportPos (x) (y) (z) [world]``
Permission: ``fancycore.commands.tppos`` ### Request teleport to another player Description: Sends a teleport request to another player to teleport to their location.
Syntax: ``/TPR (player)``, ``/TPRequest (player)`` or ``/TeleportRequest (player)``
Permission: ``fancycore.commands.tprequest`` ### Accept teleport request Description: Accepts a pending teleport request from another player.
Syntax: ``/TPA [player]``, ``/TPAccept [player]`` or ``/TeleportAccept [player]``
Permission: ``fancycore.commands.tpaccept`` ### Deny teleport request Description: Denies a pending teleport request from another player.
Syntax: ``/TPD [player]``, ``/TPDeny [player]`` or ``/TeleportDeny [player]``
Permission: ``fancycore.commands.tpdeny`` ### Teleport back to previous location Description: Teleports you back to your previous location before your last teleport.
Syntax: ``/Back``
Permission: ``fancycore.commands.back`` ### Teleport to last death location Description: Teleports you to the location where you last died.
Syntax: ``/DeathBack``, ``/DeathTP`` or ``/DeathTeleport``
Permission: ``fancycore.commands.deathback`` ## Spawn ### Set spawn point Description: Sets the server's spawn point to your current location.
Syntax: ``/SetSpawn``
Permission: ``fancycore.commands.setspawn`` ### Teleport to spawn point Description: Teleports you to the server's spawn point.
Syntax: ``/Spawn``
Permission: ``fancycore.commands.spawn`` ## Warps ### Create a warp point Description: Creates a warp point at your current location with the specified name.
Syntax: ``/CreateWarp (name)``
Permission: ``fancycore.commands.createwarp`` ### Delete a warp point Description: Deletes the warp point with the specified name.
Syntax: ``/DeleteWarp (name)``
Permission: ``fancycore.commands.deletewarp`` ### Teleport to a warp point Description: Teleports you to the warp point with the specified name.
Syntax: ``/Warp (name)``
Permission: ``fancycore.commands.warp.(name)`` ### List all warp points Description: Lists all available warp points on the server.
Syntax: ``/ListWarps``, ``/Warps``
Permission: ``fancycore.commands.listwarps`` ## Homes ### Set home point Description: Sets your home point to your current location.
Syntax: ``/SetHome (name)``
Permission: ``fancycore.commands.sethome`` ### Delete home point Description: Deletes your home point with the specified name.
Syntax: ``/DeleteHome (name)``
Permission: ``fancycore.commands.deletehome`` ### Teleport to home point Description: Teleports you to your home point with the specified name or the first home if no name is provided.
Syntax: ``/Home [name]``
Permission: ``fancycore.commands.home``