Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for trc

A plugin for teleport requests

Report TPA?

TPA

A teleport request plugin.

Commands:

  • /tpa - sends a playerbound teleport request
  • /tpaself - sends a selfbound teleport request
  • /tpaccept - accept a request from a player

Permissions:

  'tpa.request.self': {}
  'tpa.request.other': {}
  'tpa.request':
    children:
      - tpa.request.self
      - tpa.request.other
  'tpa.accept': {}
  'tpa.admin':
    default: op
    children:
      - tpa.request
      - tpa.accept
  'tpa.user':
    default: not op
    children:
      - tpa.request
      - tpa.accept

config.yml

messages:
  request-other-sent: <aqua>Sent request to <yellow><player></yellow> to teleport
    you to them
  request-self-sent: <aqua>Sent request to <yellow><player></yellow> to teleport them
    to you
  tp-other-to-you-success: <aqua>Teleported <yellow><player></yellow> to you
  tp-you-to-other-success: <aqua>Teleported to <yellow><player></yellow>
  tpa-other-request:
  - AAAA<green><yellow><player></yellow> wants to teleport to you. <gold><accept><hover:show_text:'<gold>ACCEPT
    REQUEST'>[ACCEPT]</hover></accept> (<timeout>)
  tpa-self-request:
  - <green><yellow><player></yellow> wants to teleport you to themself. <gold><accept><hover:show_text:'<gold>ACCEPT
    REQUEST'>[ACCEPT]</hover></accept></gold> (<timeout>)
  request-cooldown: <red>You can not send a request to <yellow><player></yellow> because
    you have already sent one. Please wait <yellow><remaining-time></yellow> for it
    to expire
  no-request: <red>Player <yellow><player></yellow> has not sent a request to you
    or it has expired
  player-not-found: <red>Player '<player>' is not on line
  no-player-arg: '<red>To few arguments: <player> is required'
  too-much-args: <red>To much arguments
  no-permission: <red>You need permission <permission> to do that
  sender-is-not-player: <red>You must be a player to do this
request-timeout: 2m0s

Information

CategoryGameplay
Published onAugust 18, 2023
LicenseGPL
Downloads1,983
Stars1
Watchers0

Pinned Versions

Source / Links

Members

Avatar for trc

trc

Owner