FancyInnovations
FancyCoreCommands

Teleportation

Teleportation options for FancyCore

Commands for the teleportation system

The command list is not complete and not all commands are properly documented yet. Some commands might not be implemented yet.

Player Teleportation

tp

Teleports you or the specified player to another player's location.

  • Permissions: fancycore.commands.tp
  • Syntax: /tp <target> [destination] or /teleport <target> [destination]
    • <target> - Player to teleport
    • [destination] - Destination player (optional)

tphere

Teleports the specified player to your location.

  • Permissions: fancycore.commands.tphere
  • Syntax: /tphere <player> or /teleporthere <player>
    • <player> - Target player

tpall

Teleports all players on the server to your location.

  • Permissions: fancycore.commands.tpall
  • Syntax: /tpall or /teleportall

tppos

Teleports you to the specified coordinates.

  • Permissions: fancycore.commands.tppos
  • Syntax: /tppos <x> <y> <z> [world] or /teleportpos <x> <y> <z> [world]
    • <x> - X coordinate
    • <y> - Y coordinate
    • <z> - Z coordinate
    • [world] - World name (optional)

tprequest

Sends a teleport request to another player to teleport to their location.

  • Permissions: fancycore.commands.tprequest
  • Syntax: /tprequest <player> or /tpr <player> or /teleportrequest <player>
    • <player> - Target player

tpaccept

Accepts a pending teleport request from another player.

  • Permissions: fancycore.commands.tpaccept
  • Syntax: /tpaccept [player] or /tpa [player] or /teleportaccept [player]
    • [player] - Requesting player (optional)

tpdeny

Denies a pending teleport request from another player.

  • Permissions: fancycore.commands.tpdeny
  • Syntax: /tpdeny [player] or /tpd [player] or /teleportdeny [player]
    • [player] - Requesting player (optional)

back

Teleports you back to your previous location before your last teleport.

  • Permissions: fancycore.commands.back
  • Syntax: /back

deathback

Teleports you to the location where you last died.

  • Permissions: fancycore.commands.deathback
  • Syntax: /deathback or /deathtp or /deathteleport

Spawn

setspawn

Sets the server's spawn point to your current location.

  • Permissions: fancycore.commands.setspawn
  • Syntax: /setspawn

spawn

Teleports you to the server's spawn point.

  • Permissions: fancycore.commands.spawn
  • Syntax: /spawn

Warps

createwarp

Creates a warp point at your current location with the specified name.

  • Permissions: fancycore.commands.createwarp
  • Syntax: /createwarp <name>
    • <name> - Warp name

deletewarp

Deletes the warp point with the specified name.

  • Permissions: fancycore.commands.deletewarp
  • Syntax: /deletewarp <name>
    • <name> - Warp name

warp

Teleports you to the warp point with the specified name.

  • Permissions: fancycore.commands.warp.(name)
  • Syntax: /warp <name>
    • <name> - Warp name

listwarps

Lists all available warp points on the server.

  • Permissions: fancycore.commands.listwarps
  • Syntax: /listwarps or /warps

Homes

sethome

Sets your home point to your current location.

  • Permissions: fancycore.commands.sethome
  • Syntax: /sethome <name>
    • <name> - Home name

deletehome

Deletes your home point with the specified name.

  • Permissions: fancycore.commands.deletehome
  • Syntax: /deletehome <name>
    • <name> - Home name

home

Teleports you to your home point with the specified name or the first home if no name is provided.

  • Permissions: fancycore.commands.home
  • Syntax: /home [name]
    • [name] - Home name (optional)

On this page