Pack: TPA - teakivy/teaks-tweaks GitHub Wiki

Pack: TPA (tpa)

TPA allows players to teleport between each other using the commands /tpa and /tpahere, requiring the target player to accept the request before teleporting.

Showcase

tpa

Config

The config for this pack can be found in the config.yml file for the plugin.

# TPA
# Enter '/tpa <player>' to request to teleport to another player.
#
# Commands:
# /tpa <player> (Permission: teakstweaks.command.tpa)
# /tpa accept (Permission: teakstweaks.command.tpa)
# /tpa cancel (Permission: teakstweaks.command.tpa)
# /tpahere <player> (Permission: teakstweaks.command.tpahere)
# /tpahere accept (Permission: teakstweaks.command.tpahere)
# /tpahere cancel (Permission: teakstweaks.command.tpahere)
tpa:
  enabled: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

Linked Commands

Permissions

teakstweaks.command.tpa

  • Default - true
  • Description - Controls whether the player can use the /tpa command.

teakstweaks.command.tpahere

  • Default - true
  • Description - Controls whether the player can use the /tpahere command.

Messages

"tpa.name": "TPA",
"tpa.description": "Allows you to request to teleport to another player.<newline>Command: /tpa",

tpa.name

  • Default - TPA

tpa.description

  • Default - Allows you to request to teleport to another player.<newline>Command: /tpa
⚠️ **GitHub.com Fallback** ⚠️