1 444
收录服务器
2 139
注册
28 600
玩家
Quick n' Dirty Tpa 快速简易的 Tpa
简单的tpa插件
作 者 Tau
发布时间 2018年7月30日
支持核心 Spigot
原生版本
支持版本 1.13
点此下载

🏠 SimpleTPA

SimpleTPA 是一个精简的 TPA(传送请求)插件,旨在提供类似于 Essentials 的 /tpa 功能,但更加轻量。

✨ 功能特性

  • 基本的 TPA 请求和接受功能。
  • 简单易用。

💻 指令

  • /tpa <玩家>: 向指定玩家发送传送请求。
  • /tpaccept: 接受待处理的传送请求。
  • /tpdeny: 拒绝待处理的传送请求。
  • /tpcancel: 取消你发送的传送请求。
  • /tpahere <玩家>: 请求指定玩家传送到你所在的位置。

🔒 权限

  • simpletpa.tpa: 允许使用 /tpa 指令。
  • simpletpa.tpaccept: 允许使用 /tpaccept 指令。
  • simpletpa.tpdeny: 允许使用 /tpdeny 指令。
  • simpletpa.tpcancel: 允许使用 /tpcancel 指令.
  • simpletpa.tpahere: 允许使用 /tpahere 指令。

⚙️ 配置

# Configuration for SimpleTPA

# Message settings
messages:
  tpa_sent: "&aTPA request sent to %player%."
  tpa_received: "&a%player% has requested to teleport to you. Type /tpaccept to accept or /tpdeny to deny."
  tpaccept_success: "&aTeleport request accepted. Teleporting..."
  tpdeny_success: "&aTeleport request denied."
  no_pending_request: "&cNo pending teleport requests."
  player_not_found: "&cPlayer %player% not found."
  teleport_cancelled: "&cYour teleport request has been cancelled."
  cooldown_message: "&cYou must wait %seconds% seconds before sending another TPA request."
  tpahere_sent: "&aTPAhere request sent to %player%."
  tpahere_received: "&a%player% has requested you to teleport to them. Type /tpaccept to accept or /tpdeny to deny."

# Cooldown settings (in seconds)
cooldown: 5

# Other settings
settings:
  enable_cooldown: true