Command: tpahere - teakivy/teaks-tweaks GitHub Wiki
/tpahere
is a secondary command for the TPA pack.
This command will only be active when it's parent pack is enabled.
/tpahere <accept | cancel | player> [player]
This is a player-only command
- Used to send a teleport request to another player.
- Used to accept a teleport request from another player.
- Used to cancel the player's current teleport request.
teakstweaks.command.tpahere
- Default -
true
- Description - Controls whether the player can use the
/tpahere
command.
"tpahere.command_description": "Request for another player to teleport to you.",
"tpa.error.specify_player": "<red>Please specify a player to teleport to!",
"tpa.error.no_pending_requests": "<red>You do not have any pending teleport requests!",
"tpa.error.has_outgoing_request": "<red>You already have an outgoing teleport request!",
"tpa.error.no_outgoing_request": "<red>You do not have an outgoing teleport request!",
"tpa.error.player_not_online": "<red>That player is not online!",
"tpa.error.player_no_pending_requests": "<red>That player does not have any pending teleport requests!",
"tpa.tpa.request_message": "<gold><player> <yellow>has requested to teleport to you! <gold>Click to accept!",
"tpa.tpahere.request_message": "<gold><player> <yellow>has requested for you to teleport to them! <gold>Click to accept!",
"tpa.request_message.hover": "<gold>Click to accept",
"tpa.tpa.request_sent": "<yellow>You have requested to teleport to <gold><player></gold>. <gold>They have 60 seconds to accept.",
"tpa.tpahere.request_sent": "<yellow>You have requested to teleport <gold><player></gold> to you. <gold>They have 60 seconds to accept.",
"tpa.request_cancelled": "<yellow>Your teleport request to <gold><player> <yellow>has been cancelled!",
"tpa.request_accepted": "<yellow>Your teleport request to <gold><player> <yellow>has been accepted!",
"tpa.request_expired": "<red>Your teleport request to <gold><player> <red>has expired!",
"tpa.teleporting": "<yellow>Teleporting to <gold><player></gold>...",
"tpa.teleporting_to_you": "<yellow>Teleporting <gold><player></gold> to you...",
- Default -
Request for another player to teleport to you.
- Default -
<red>Please specify a player to teleport to!
- Default -
<red>You do not have any pending teleport requests!
- Default -
<red>You already have an outgoing teleport request!
- Default -
<red>You do not have an outgoing teleport request!
- Default -
<red>That player is not online!
- Default -
<red>That player does not have any pending teleport requests!
- Default -
<gold><player> <yellow>has requested to teleport to you! <gold>Click to accept!
- Placeholders
-
player
- The player that sent the teleport request.
-
- Default -
<gold><player> <yellow>has requested for you to teleport to them! <gold>Click to accept!
- Placeholders
-
player
- The player that sent the teleport request.
-
- Default -
<gold>Click to accept
- Default -
<yellow>You have requested to teleport to <gold><player></gold>. <gold>They have 60 seconds to accept.
- Placeholders
-
player
- The target player.
-
- Default -
<yellow>You have requested to teleport <gold><player></gold> to you. <gold>They have 60 seconds to accept.
- Placeholders
-
player
- The target player.
-
- Default -
<yellow>Your teleport request to <gold><player> <yellow>has been cancelled!
- Placeholders
-
player
- The target player.
-
- Default -
<yellow>Your teleport request to <gold><player> <yellow>has been accepted!
- Placeholders
-
player
- The target player.
-
- Default -
<red>Your teleport request to <gold><player> <red>has expired!
- Placeholders
-
player
- The target player.
-
- Default -
<yellow>Teleporting to <gold><player></gold>...
- Placeholders
-
player
- The target player.
-
- Default -
<yellow>Teleporting <gold><player></gold> to you...
- Placeholders
-
player
- The target player.
-