# Config for ClickTpa
# Version v1.7.7
# Author: jklmao

# # # # # # # # # # # # # # # # # # # # # # # # #
#                                               #
#                ClickTpa Config                #
#                                               #
# # # # # # # # # # # # # # # # # # # # # # # # #
#                                               #
#           Be aware of all warnings!           #
#                                               #
# # # # # # # # # # # # # # # # # # # # # # # # #
#                                               #
#                 Place Holders                 #
#                                               #
# # # # # # # # # # # # # # # # # # # # # # # # #

# Use '%player%' for the player who sent the request.
# Use '%target%' for the player who they wanted to teleport to.
# Use '%accept%' for the 'Click-to-accept' message.
# Use '%deny%' for the 'Click-to-deny' message.

# If you want to use an apostrophe (ex: jklmao's), you need to put 2 '', (ex: jklmao''s).

# Not every message is able to use these placeholders, but are shown for the ones that do.

Player-only-command: '&6 只有玩家可以使用這個指令!'

Insufficient-permission: '&6你的權限不足!'

No-pending-tpa: '&6您沒有待處理的請求!'

# %target%
Target-is-offline: '&f%target% &6已經下線了!'

No-player-found: '&6該玩家不存在!'

Player-teleporting-self: '&c你不能傳送自己!'

Already-requested: '&r你已經發過請求了，請等待對方回應...'

#-----------------------------------------------------------------

# %target%
Player-sent-request: '&f已對 &3%target% &f發送傳送請求'

# %target%
Player-accepted-request: '&3%target% &f同意了你的傳送請求'

# %target%
Player-denied-request: '&3%target% &f拒絕了你的傳送請求'

# %player%
Target-accepted-request: '&f你接受了 &3%player% &f的傳送請求'

# %player%
Target-denied-request: '&f你拒絕了 &3%player% &f的傳送請求'

#-----------------------------------------------------------------

Countdown-until-tpa: '&f3秒後完成傳送....'

Currently-teleporting: '&3傳送中...'

Teleport-interrupted: '&c傳送被打斷!'

Request-expire: '&c傳送請求已過期'

#-----------------------------------------------------------------

TpToggle-off: '&f傳送功能 &3已停用!'

TpToggle-on: '&f傳送功能 &3已啟用!'

# %target%
Target-is-toggled: '&3%target% &f已關閉傳送'

Player-is-toggled: '&f你已成功使用tp切換!'

TpToggle-while-teleporting: '&f傳送時無法使用tp切換!'

#-----------------------------------------------------------------

# %target%
Player-tpacancel-message: '&f你取消了對 &3%target%&f的傳送請求。'

# %player%
Target-tpacancel-message: '&3%player% &f取消了對你的傳送請求。'

# TPA request expires in seconds
Request-expire-time: 120

#-----------------------------------------------------------------

# Seconds until tpa
# Please use whole numbers

Seconds-until-tpa: 3

# Becareful in this part!
# This is when a player uses not enough args
# For example, when a player does '/tpa', it will say 'Usage: /tpa <player>'
# So please fit the correct command under the correct message!
# P.S '/tpohere' is like '/s' (essentials-type command).

Tpa-usage: '&f用法: &3 /tpa <玩家名>'

Tpahere-usage: '&f用法: &3 /tpahere <玩家名>'

Tpaccept-usage: '&f用法: &3 /tpaccept <玩家名>'

Tpdeny-usage: '&f用法: &3  /tpadeny <玩家名>'

Tpo-usage: '&f用法: &3  /tpo <玩家名>'

Tpohere-usage: '&f用法: &3 /tpohere <玩家名> &f 或 &3 /s <玩家名>'

#-----------------------------------------------------------------

# # # # # # # # # # # # # # # # # # # # # # # # #
#                                               #
#                  Please Read!                 #
#              Tpa Request Messages             #
#                                               #
# # # # # # # # # # # # # # # # # # # # # # # # #

# This section is when a player gets a tpa request
# Since the code used is broken into many parts, there will be many messages.
# Whatever you do to the "Click-to-x" messages, will be the same in the 'Tpa-message'
# Be careful!


# Lets you choose if you want players to be able
# to move before being teleported
Allow-player-to-move: true

Allow-nicknames: false

# %player%
Player-moved-before-tp: '&f傳送被打斷，因為 &3%player% &f移動了!'

# %player%, %accept%, %deny%
Tpa-message:
  - ''
  - '&3%player% &f要求傳送到你身邊'
  - '&f按 %accept% &f來接受傳送請求，或是案 %deny% &f拒絕請求。'
  - '&6請在120秒內回覆，否則無效。'
  - ''

# %player%, %accept%, %deny%
Tpahere-message:
  - ''
  - '&3%player% &f要求把你傳到他那邊'
  - '&f按 %accept% &f來接受傳送請求，或是案 %deny% &f拒絕請求。'
  - '&6請在120秒內回覆，否則無效。'
  - ''

# This will center the accept/deny messages
Center-accept-deny-msg: true

Click-to-accept: '&a&l&n[接受]&r'
Click-to-deny: '&c&l&n[拒絕]&r'

Hover-message-on-accept: '&f點此同意'
Hover-message-on-deny: '&c點此拒絕'

#-----------------------------------------------------------------

# # # # # # # # # # # # # # # # # # # # # # # # #
#                                               #
#              On Screen Messages               #
# Pops up in the middle of the player's screen  #
#                                               # 
# # # # # # # # # # # # # # # # # # # # # # # # #

Send-on-screen-message: true

# When a player accepts a request
# Max lines possible here is 2. Do NOT add any more.
On-screen-teleporting: 
  - '&a傳送中...'
  - ''

# When a player has successfully tp'd
On-screen-teleported: '&a傳送成功!'

# If a player moves while they are being tp'd
On-screen-canceled-tp: '&c取消 TP!'

#-----------------------------------------------------------------

# # # # # # # # # # # # # # # # # # # # # # # # #
#                                               #
#              Black Listed Worlds              #
#                                               #
# # # # # # # # # # # # # # # # # # # # # # # # #

# Provide the worlds in a list like this: 

#  - 'world_name1'
#  - 'world_name2'
#  - 'world_name3'

# Capitalization does not matter.

Blacklisted-worlds:
  - ''
  
# To let players bypass the blacklist restriction,
# give them the permission: "clicktpa.bypassworld.(worldname)".

Blacklisted-world-no-permission: '&c無法傳送到這個世界，你的權限錯誤!'





#~~~~~~~~~~~~~~~~~~#
# More Coming Soon!#
#~~~~~~~~~~~~~~~~~~#
