TpaDeluxe  [1.8 -1.19.x] Simple teleportation to another player icon

TpaDeluxe [1.8 -1.19.x] Simple teleportation to another player -----

Click on the chat to easily accept or deny teleportation and add teleportation features.



[​IMG]
TpaDeluxe is a plugin to teleport you to other players in a simple way and with many functions such as enabling or disabling teleportation or simply clicking on the chat to accept the teleportation request.

[​IMG]
  • Click on the chat to accept or deny teleportation.
  • PlaceholderAPI support.
  • Hex 1.16+ colors
  • Turn teleportation on or off
  • Fully customizable messages
  • Titles
  • ActionBar
[​IMG]
Code (Text):

/tp <player> - With this command, you can teleport to another player without having to request it.
/tp <player 1> <player 2> - With this command, you can teleport the first player to the location of the second player.
/tphere <player> - With this command, you can make another player go to your current location without having to request it.
/tphereall - With this command, you can make all players go to your current location without requesting it.
/tpcoords <X> <Y> <Z> - With this command, you can teleport to the coordinates of your choice.
/tpcoords <player> <X> <Y> <Z> - With this command, you can teleport a player to the coordinates of your choice.
/tpa <player> - With this command, you request a teleport request to another player to go to his location.
/tpahere <player> - With this command, you request a teleport request to another player to go to your location.
/tpaccept - With this command, you accept teleport requests.
/tpadeny - With this command, teleportation requests are denied.
/tpatoogle - With this command, you activate or deactivate teleportation.
 
[​IMG]
Code (Text):

tpadeluxe.help - With this permission, you can use the /tpadeluxe helper command without having OP.
tpadeluxe.tp - With this permission, you can use the /tp <player> command to teleport to another player.
tpadeluxe.tphere - With this permission, you can use the /tphere <player> command to make the other player go to your current location.
tpadeluxe.tphereall - With this permission, you can use the /tphereall command to make all players go to your current location.
tpadeluxe.tpcoords - With this permission, you can use the command/tpcoords to go to specific coordinates
tpadeluxe.tpa - With this permission, you can use the command /tpa <player> to request the teleport request.
tpadeluxe.tpahere - With this permission, you can use the command /tpahere <player> to ask another person to go to your current location.
tpadeluxe.tpaccept - With this permission, you can use the/tpaccept command to accept teleport requests.
tpadeluxe.tpadeny - With this permission, you can use the/tpaccept command to reject teleport requests.
tpadeluxe.tpatoggle - With this permission, you can use the/tpatoggle command to enable or disable teleport requests.
tpadeluxe.* - With this permission, you will have all the permissions of the plugin without needing to have Op.
tpadeluxe.protection - With this permission, the player will have protection if the requirement for a permission is activated in the configuration.
 
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]



[​IMG]
Code (Text):
Config:
#* *** *** *** *** *** *** *** *** *
#|                                 |
#|           TpaDeluxe             |
#|        by CiberSlifer           |
#|                                 |
#* *** *** *** *** *** *** *** *** *
 
 
    #Language of lang.yml and messages.yml files
    Language:
    #Languages available are English [EN] and Spanish [ES].
      Messages: "EN"
   
    #Here you can decide which messages will be sent to the player to be teleported.
    # [Chat] >> A chat message will be sent indicating that you will be teleported in x seconds.
    # [Title] >> A message will appear on the screen indicating that you will be teleported in x seconds.
    # [ActionBar] >> A message will appear in hotbar indicating that you will be teleported in x seconds.
    # [All] >> All 3 will appear together when the player is teleported in x seconds.
    #If you wish, you can combine two messages, for example "[Chat] + [Title]"
    #When the player is about to be teleported a message will appear in the chat and on the screen.
 
    TeleportMessagesTpa: "[Chat] + [Title]"
    TeleportMessagesTpahere: "[Title] + [ActionBar]"
 
    #Time in seconds for the teleport request to expire when using the /tpa command.
    ExpirationTime-Tpa: 60 #60 seconds is 1 minute
 
    #Time in seconds for the teleport request to expire when using the /tpahere command.
    ExpirationTime-TpaHere: 60
 
    #Time in seconds that the player must wait to teleport when using the /tpa command.
    TeleportTime-Tpa: 5
 
    #Time in seconds that the player must wait to teleport when using the /tpahere command.
    TeleportTime-Tpahere: 5
 
    #The delay of each player when teleporting to his location with the command /tphereall
    TphereAllDelay: 5
 
    #Whether the player must remain still or can move while waiting for the seconds to teleport. By default it is false
    PlayerMove: false
 
    #This option allows players to enable or disable enable or disable teleportation requests. By default it is true
    Toggle: true
 
    #This option allows players to request teleportation to another player who is not in the same world and who is not on the blacklist. By default, it is true
    MultiWorlds:
       Enable: true
    #All blacklisted worlds where players will not be able to request or receive teleportation requests.
       Blacklist:
        - "MyWorld"
        - "ExampleWorld"
         
    #This option allows you to notify if there are new plugin updates in the chat.
    NotifyUpdate: true
 
    #This option allows players to obtain protection for a few seconds after teleporting.
    PlayerProtection:
       #Here you can activate it and the seconds the player will have protection.
       Enable: false
       Seconds: 60
       #Here you choose the worlds in which the protection will be activated.
       Worlds:
        - "world"
       #Here it is decided whether a permit is required for protection or all players will have protection against damage.
       Permission:
        #By default it is false, and all players will have protection against damage.
        #tpadeluxe.protection
        Enable: false
       #Here you can specify what you want to protect the player against.
       #All protections are enabled by default.
       #[FIRE] the player will be protected if the player is in contact with fire or lava.
       Fire: true
       #[ENTITY] the player will be protected from all entities except players, this also protects from damage potions.
       Entity: true
       #[PVP] the player will be protected from another player if he tries to attack him.
       Pvp: true
       #[FALL] the player will be protected if he falls from a great height.
       Fall: true
       #[DROWNING] the player will be protected if he drowns.
       Drowning: true
Code (Text):

Messages:
#* *** *** *** *** *** *** *** *** *
#|                                 |
#|           TpaDeluxe             |
#|        by CiberSlifer           |
#|                                 |
#* *** *** *** *** *** *** *** *** *

#* *** *** *** *** *** *** *** *** *
#|                                 |
#|           Placeholders          |
#|                                 |
#* *** *** *** *** *** *** *** *** *

# %SendPlayer% >> Is the name of the player who sends the teleport to the other player.
# %ReceivePlayer% >> This is the name of the player who receives the teleport request from the other player.
# %AcceptTpa% >> This is where you can click to accept the other player's teleport from the /tpa command.
# %DenyTpa% >> This is where you can click to deny the other player's teleport from the /tpa command.
# %AcceptTpahere% >> This is where you can click to accept the other player's teleport from the /tpahere command.
# %DenyTpahere% >> This is where you can click to deny the other player's teleport from the /tpahere command.
# %Time-Seconds-tpa% >> Displays the seconds it takes to be teleported to the other player's location.
# %Time-Seconds-tpahere% >> Displays the seconds it takes for the other player to be teleported to your location.
# %Waiting-time-Tpa% >> The time the player has to accept the request, or the request will expire when the /tpa command is used.
# %Waiting-time-Tpahere% >> The time the player has to accept the request, or the request will expire when the /tpahere command is used.
# %TimeProtection% >> Player protection time.
   #Main messages of the plugin
   
    Prefix: "&f&l【&6TpaDeluxe&f&l】 &a>> "
    CommandBasic: "&fUse /tpadeluxe help"
    CommandReload: "&cThe files were successfully reloaded."
    CommandNoExist: "&cThe command you are trying to execute does not exist."
    NoPermissions: "&cYou do not have permission to execute this command."
    Player-not-found: "&cThe player you are trying to teleport does not exist."
    Player-not-Online: "&cThe player &e%ReceivePlayer% &cis offline."
    Teleporting-self: "&cYou cannot teleport yourself."
    Console-error: "This command can only be used by one player in the game."
    WorldError: "&cThe player you are trying to teleport is not in the same world as you."
    Teleporting-NotOnline: "&cThe player you were going to teleport has disconnected from the server."
    TeleportResend-tpa: "&cThe other player has already sent you a teleport request, wait &e%Waiting-time-Tpa% &cseconds to send another request."
    TeleportResend-tpahere: "&cThe other player has already sent you a teleport request, wait &e%Waiting-time-Tpahere% &cseconds to send another request."
   
   #Messages when incorrectly using /tp,/tphere,/tpcoords,/tphereAll commands
   
    TpError: "&fUse &a/tp &b<player>."
    TphereError: "&fUse &a/tphere &b<player>."
    Tpcoords: "&fUse &a/tpcoords &b<&aX&b> <&aY&b> <&aZ&b>"
    TphereAllError: "&fUse &a/tphereall"
    TphereAllPlayerOnline: "&cYou need more than one player to be inside the server."
   
   #Messages when incorrectly using /tpa,/tpahere,/tpaccept,/tpadeny,/tpatoggle commands
   
    TpaError: "&fUse &a/tpa &b<player>"
    TpahereError: "&fUse &a/tpahere &b<player>"
    TpacceptError: "&fUse &a/tpaccept"
    TpadenyError: "&fUse &a/tpadeny"
    TpaToggleError: "&fUse &a/tpatoggle &b<&aon&b/&4off&b>"
    TpaMove: "&cThe teleportation was cancelled because you moved from your location."
   
   #Messages that may appear as long as the teleport request does not
   #expire or do not accept or reject the other player's request.
   
   #Messages if the player did not accept or rejected the other player's request.
   
    Expire-send: "&eThe teleport request of &b%ReceivePlayer% &eexpiro."
    Expire-reciver: "&eThe teleport request of &b%SendPlayer% &eexpiro."
   
   #Messages if one of the players disconnects while the teleport request is in progress.
   
    ExpireSend-NotOnline: "&eTeleport request from &b%ReceivePlayer% &eexpired because it was disconnected from the server."
    ExpireReciver-NotOnline: "&eTeleport request from &b%SendPlayer% &eexpires because it disconnected from the server."
   
   #Messages if one of the players disables teleportation while the teleportation request is in progress.
   
    ExpireSend-ToggleDisable: "&eThe teleportation request of &b%ReceivePlayer% &eexpired because you disabled teleportation."
    ExpireReciver-ToggleDisable: "&eThe teleportation request of &b%SendPlayer% &eexpired because it disabled teleportation."
   
    #In-game help message with the /tpadeluxe help command
   
    Help-message:
      - "&b❖&9===============&f&l【&6TpaDeluxe&f&l】&9===============&b❖"
      - "&a/tp &b<player> &fTeletransport to another player's location."
      - "&a/tphere &b<player> &fTeletransport another player to your location."
      - "&a/tphereall &fTeletransporting all players to your location."
      - "&a/tpcoords &fTeletransport to some coordinates."
      - "&a/tpa &b<player> &fRequest teleportation to another player."
      - "&a/tpahere &b<player> &fTeleport request to another player to go to their location."
      - "&a/tpaccept &fAccept teleport request."
      - "&a/tpadeny &fDeny the teleport request."
      - "&a/tpatoggle &fActivate or deactivate the teleportation."
      - "&b❖&9=======================================&b❖"
     

#============================================
#| Messages when sending a teleport request |
#============================================

    Tpa-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fYou sent a teleport request to &e%ReceivePlayer%"
     - "&b❖&9============================&b❖"
     
    TpaHere-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &fYou sent a teleport request to &e%ReceivePlayer%"
     - " &ffor him to come to your location."
     - "&b❖&9============================&b❖"
     
    Tpa-Teleportation-Accept:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &e%ReceivePlayer% &faccepted your teleport request"
     - " &fy you will be teleported in &e5 &fseconds."
     - "&b❖&9============================&b❖"
     
    Tpa-Teleportation-Deny:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &e%ReceivePlayer% &fI reject your teleport request."
     - "&b❖&9=============================&b❖"
     
    Tpa-resend-request:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &eYou have already sent a request to &b%ReceivePlayer%"
     - " &ewait &b%Waiting-time-Tpa% &eseconds to send you another request."
     - "&b❖&9============================&b❖"
     
    Tpahere-resend-request:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &eYou have already sent a request to &b%ReceivePlayer%"
     - " &ewait &b%Waiting-time-Tpahere% &eseconds to send you another request."
     - "&b❖&9============================&b❖"
     
    Tpa-Teleportation:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &6You will be teleported in &e%Time-Seconds-tpa% &6seconds."
     
    Tpahere-Teleportation:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &aYou will be teleported in &e%Time-Seconds-tpahere% &aseconds."
     
#==============================================
#| Messages when receiving a teleport request |
#==============================================

   #clicking tpa messages only works if %AcceptTpa% and %DenyTpa% are in the same line and if you want to
   #modify colors or add things modify Click-accept-Tpa and Click-deny-Tpa below.
   
    Tpa-receive:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9========&b❖"
     - " &e%SendPlayer% &fsent you a teleport request"
     - " &fto go to your current location."
     - "%AcceptTpa% %DenyTpa%"
     - " &fThis application expires on &c%Waiting-time-Tpa% &fseconds."
     - "&b❖&9=========================&b❖"
     
    Click-accept-Tpa: "      &f&l【&aAccept&f&l】    &e✯✯✯" #This message will be changed to %AcceptTpa%.
    Click-deny-Tpa: "      &f&l【&4Deny&f&l】      "     #This message will be changed to %DenyTpa%.
     

    Hover-accept-Tpa: "&aClick to accept the request"
    Hover-deny-Tpa: "&4Click to deny the request"
     
    TpaHere-receive:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9========&b❖"
     - " &e%SendPlayer% &fsent you a teleport request"
     - " &fto come to your current location."
     - "%AcceptTpahere% %DenyTpahere%"
     - " &fThis application expires on &c%Waiting-time-Tpahere% &fseconds."
     - "&b❖&9=========================&b❖"
       
    Click-accept-Tpahere: "      &f&l【&6Accept&f&l】    &e✯" #This message will be changed to %AcceptTpahere%.
    Click-deny-Tpahere: "      &f&l【&cDeny&f&l】      "     #This message will be changed to %DenyTpahere%.
   
   
    Hover-accept-Tpahere: "&bClick to accept the request"
    Hover-deny-Tpahere: "&cClick to deny the request"
   
    TpaInvalid-requests:
     - "&b❖&9============&f&l【&6TpaDeluxe&f&l】&9=============&b❖"
     - " &cYou have no applications to accept or decline."
     - "&b❖&9==================================&b❖"

#==========================================================
#| Messages when activating or deactivating teleportation |
#==========================================================

   #Messages to be sent to the player when activating or deactivating teleportation
   
    Toggle-ON:
     - "&b❖&9=====&f&l【&6TpaDeluxe&f&l】&9=====&b❖"
     - " &aYou activated teleportation."
     - "&b❖&9===================&b❖"
     
    Toggle-OFF:
     - "&b❖&9=====&f&l【&6TpaDeluxe&f&l】&9=====&b❖"
     - " &cYou deactivated teleportation."
     - "&b❖&9===================&b❖"

    #Message to be sent to the player when executing the same command several times
   
    Toggle-ON-Resend:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fYou have already activated teleportation."
     - " &fuse &a/tpatoggle &eoff &fto disable it."
     - "&b❖&9============================&b❖"
     
    Toggle-OFF-Resend:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fUsted ya tiene desactivado la teletransportacion"
     - " &fuse &a/tpatoggle &eon &fpara activarlo."
     - "&b❖&9============================&b❖"
   
    #Message to be sent to the player when he/she executes the command /tpa <player> or /tpahere <player>.
    #and the player has teleportation disabled or the other player has it disabled.
   
    Teleport-self-disable:
     - "&b❖&9============&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &cYou cannot send requests because you do not have"
     - " &cteleportation activated."
     - "&b❖&9================================&b❖"
     
    Teleport-receive-disable:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &e%ReceivePlayer% &cdoes not have teleportation activated."
     - "&b❖&9==============================&b❖"
   
#=================================================================
#| Messages from /tp ,/tphere, /tphereall and /tpcoords commands |
#=================================================================

    Tp:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &fYou were teleported to the player &e%ReceivePlayer%"
     - "&b❖&9==============================&b❖"
     
    Tphere-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &e%ReceivePlayer% &fwas teleported to your current location."
     - "&b❖&9==============================&b❖"
     
    Tphere-receive:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &eYou were teleported to the player &e%SendPlayer%"
     - "&b❖&9==============================&b❖"
     
    TpHereAll-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &fAll players were teleported to your current location."
     - "&b❖&9==============================&b❖"
     
    Tpcoords:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9=======&b❖"
     - " &fYou were teleported to coordinates"
     - " &aX &f= &e%x% &aY &f= &e%y% &aZ &f= &e%z%"
     - "&b❖&9========================&b❖"
     
    #This message is for the player to see which player has been teleported to.
   
    TpaMessage-Send:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fYou were teleported to the player &e%ReceivePlayer%"
     
    #This message is for the player to see which player has been teleported to his location.
   
    TpaMessage-receive:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fThe player &e%ReceivePlayer% &fhas been teleported to your location"
     
    #This message is for the player to see which player has been teleported to his location.
   
    TpahereMessage-Send:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fThe player &e%ReceivePlayer% &fwas teleported to your location"
     
    #This message is for the player to see which player has been teleported to.
   
    TpahereMessage-receive:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fYou have been teleported to player &e%SendPlayer% &flocation"

    #Messages that may appear if the /tpa <player 1> <player 2> command is misused.
   
    TpErrorplayerOne: "&cThe first player is not valid."
   
    TpErrorplayerTwo: "&cThe second player is not valid."
   
    TpSameplayer: "&cThe first player name is the same as the second player name."
   
    TpSuccess: "&aThe player &e%SendPlayer% &awas teleported to &e%ReceivePlayer%"
   

#===============
#|  ActionBar  |
#===============
#Note: ActionBar is only valid for versions higher than 1.9.

ActionBar:
    Tpa:
      - "&b❖ &6You will be teleported in &e%Time-Seconds-tpa% &6seconds. &b❖"
      - "&3❖ &6You will be teleported in &e%Time-Seconds-tpa% &6seconds. &3❖"
      - "&e❖ &6You will be teleported in &e%Time-Seconds-tpa% &6seconds. &e❖"
     
    Tpahere:
      - "&b❖ &6You will be teleported in &e%Time-Seconds-tpahere% &6seconds. &b❖"
      - "&3❖ &6You will be teleported in &e%Time-Seconds-tpahere% &6seconds. &3❖"
       
#==============
#|   Titles   |
#==============

#You can only modify the parameters if you use a version higher than 1.10.
#and if you use version 1.9 or version 1.10, certain values will be set.

Titles:

#Parameters:
  #Title > Title text
  #Subtitle > Subtitle text.
  #FadeIn > Time in ticks for titles to appear. Default is 10.
  #Stay > Time in ticks for titles to remain. Default is 70.
  #FadeOut > Time in ticks for titles to fade out. Default is 20.
 
    Tpa:
      Title:
        - "&a> &a&lTeleporting &a<"
        - "&a>> &a&lTeleporting &a<<"
      SubTitle:
        - "&f■ ■ ■ ■ ■ "
        - "&a■ &f■ ■ ■ ■ "
        - "&a■ ■ &f■ ■ ■ "
        - "&a■ ■ ■ &f■ ■ "
        - "&a■ ■ ■ ■ &f■ "
        - "&a■ ■ ■ ■ ■ "
      FadeIn: 10
      Stay: 70
      FadeOut: 20
             
    Tpahere:
      Title:
        - "&6> &a&lTeleporting &6<"
        - "&e>> &b&lTeleporting &e<<"
      SubTitle:
        - "&f■ ■ ■ ■ ■ "
        - "&6■ &f■ ■ ■ ■ "
        - "&6■ ■ &f■ ■ ■ "
        - "&6■ ■ ■ &f■ ■ "
        - "&6■ ■ ■ ■ &f■ "
        - "&6■ ■ ■ ■ ■ "
      FadeIn: 10
      Stay: 70
      FadeOut: 20
     
#============================================
#|   Protection for the teleported player   |
#============================================    

PlayerProtection:

    #When the player once teleported, this message will be displayed telling the player
    #that he has protection for a few seconds.
   
    StartProtection:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fYou have &e%TimeProtection% &fseconds of protection"
     - "&b❖&9========================&b❖"
     
    #When the protection ends, this message will appear indicating to the player that he no longer has protection.
   
    EndProtection:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fYou no longer have protection"
     - "&b❖&9========================&b❖"

 
Code (Text):
Messages:
#* *** *** *** *** *** *** *** *** *
#|                                 |
#|           TpaDeluxe             |
#|        by CiberSlifer           |
#|                                 |
#* *** *** *** *** *** *** *** *** *

#* *** *** *** *** *** *** *** *** *
#|                                 |
#|           Placeholders          |
#|                                 |
#* *** *** *** *** *** *** *** *** *

# %SendPlayer% >> Es el nombre del jugador que envía el teletransporte al otro jugador.
# %ReceivePlayer% >> Es el nombre del jugador que recibe la petición de teletransporte del otro jugador.
# %AcceptTpa% >> Aquí es donde puedes clic para aceptar el teletransporte del otro jugador desde el comando /tpa.
# %DenyTpa% >> Aquí puedes hacer clic para denegar el teletransporte del otro jugador desde el comando /tpa.
# %AcceptTpahere% >> Aquí es donde puedes hacer clic para aceptar el teletransporte del otro jugador desde el comando /tpahere.
# %DenyTpahere% >> Aquí es donde puedes hacer clic para denegar el teletransporte del otro jugador desde el comando /tpahere.
# %Time-Seconds-tpa% >> Muestra los segundos que se tarda en ser teletransportado a la ubicación del otro jugador.
# %Time-Seconds-tpahere% >> Muestra los segundos que tarda el otro jugador en ser teletransportado a tu ubicación.
# %Waiting-time-Tpa% >> El tiempo que tiene el jugador para aceptar la petición, o la petición expirará cuando se use el comando /tpa.
# %Waiting-time-Tpahere% >> El tiempo que el jugador tiene para aceptar la petición, o la petición expirará cuando se use el comando /tpahere.
# %TimeProtection% >> El tiempo de protección del jugador.

   #Mensajes principales del plugin
   
    Prefix: "&f&l【&6TpaDeluxe&f&l】&a❯❯ "
    CommandBasic: "&fUsa /tpadeluxe help"
    CommandReload: "&cLos archivos fueron de recargados con éxito."
    CommandNoExist: "&cEl comando que intenta ejecutar no existe."
    NoPermissions: "&cUsted no tiene permiso para ejecutar ese comando."
    Player-not-found: "&cEl jugador que intentas teletransportarte no existe."
    Player-not-Online: "&cEl jugador &e%ReceivePlayer% &cestá desconectado."
    Teleporting-self: "&cUsted no puede teletrasportarse así mismo."
    Console-error: "Este comando solo se puede usar por un jugador dentro juego."
    WorldError: "&cEl jugador que intentas teletrasportarte no está en tu mismo mundo. "
    Teleporting-NotOnline: "&cEl jugador que te ivas a teletransportar se ha desconectado del servidor."
    TeleportResend-tpa: "&cEl jugador otro ya te ha enviado una solicitud de teletransporte, espera &e%Waiting-time-Tpa% &csegundos para enviar otra solicitud."
    TeleportResend-tpahere: "&cEl jugador otro ya te ha enviado una solicitud de teletransporte, espera &e%Waiting-time-Tpahere% &csegundos para enviar otra solicitud."
 
   #Mensajes al utilizar incorrectamente los comandos /tp,/tphere,/tpcoords,/tphereAll
   
    TpError: "&fUsa &a/tp &b<jugador>"
    TphereError: "&fUsa &a/tphere &b<jugador>"
    Tpcoords: "&fUsa &a/tpcoords &b<&aX&b> <&aY&b> <&aZ&b>"
    TphereAllError: "&fUsa &a/tphereall"
    TphereAllPlayerOnline: "&cNecesitas que más de un jugador este dentro del servidor."
   
   #Mensajes al utilizar incorrectamente los comandos /tpa,/tpahere,/tpaccept,/tpadeny,/tpatoggle
   
    TpaError: "&fUsa &a/tpa &b<jugador>"
    TpahereError: "&fUsa &a/tpahere &b<jugador>"
    TpacceptError: "&fUsa &a/tpaccept"
    TpadenyError: "&fUsa &a/tpadeny"
    TpaToggleError: "&fUsa &a/tpatoggle &b<&aon&b/&4off&b>"
    TpaMove: "&cLa teletrasportacion fue cancelada porque te moviste de tu lugar."
   
   #Mensajes que pueden aparecer mientras la solicitud de teletransporte no
   #expira o no acepta o deniega la solicitud del otro jugador.
 
   #Mensajes si el jugador no aceptó o rechazó la solicitud del otro jugador.
   
    Expire-send: "&eLa solicitud de teletransporte de &b%ReceivePlayer% &eexpiro."
    Expire-reciver: "&eLa petición de teletransporte de &b%SendPlayer% &eexpiro."
   
   #Mensajes si uno de los jugadores se desconecta mientras la solicitud de teletransporte está en curso.
   
    ExpireSend-NotOnline: "&eLa solicitud de teletransporte de &b%ReceivePlayer% &eexpiro porque se desconectó del servidor."
    ExpireReciver-NotOnline: "&eLa petición de teletransporte de &b%SendPlayer% &eexpiro porque se desconectó del servidor"
   
   #Mensajes si uno de los jugadores desactiva el teletransporte mientras la solicitud de teletransporte está en curso.
   
    ExpireSend-ToggleDisable: "&eLa solicitud de teletransporte de &b%ReceivePlayer% &eexpiro porque desactivó la teletransportacion."
    ExpireReciver-ToggleDisable: "&eLa petición de teletransporte de &b%SendPlayer% &eexpiro porque desactivó la teletransportacion."
   
    #Mensaje de ayuda dentro del juego con el comando /tpadeluxe help
   
    Help-message:
      - "&b❖&9===============&f&l【&6TpaDeluxe&f&l】&9===============&b❖"
      - "&a/tp &b<jugador> &fTeletransportacion a la ubicación de otro jugador."
      - "&a/tphere &b<jugador> &fTeletransportacion de otro jugador a tu ubicación."
      - "&a/tphereall &fTeletransportacion de todos jugadores a tu ubicación."
      - "&a/tpcoords &fTeletransportacion a unas coordenadas."
      - "&a/tpa &b<jugador> &fSolicitud de teletransportacion a otro jugador."
      - "&a/tpahere &b<jugador> &fSolicitud de teletransporte a otro jugador para ir a su ubicación."
      - "&a/tpaccept &fAceptar la solicitud de teletransportacion."
      - "&a/tpadeny &fDenegar la solicitud de teletransportacion."
      - "&a/tpatoggle &fActivar o desactivar la teletransportacion."
      - "&b❖&9=======================================&b❖"
   

#=====================================================
#| Mensajes al enviar una petición de teletransporte |
#=====================================================

    Tpa-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fUsted envió una solicitud de teletransporte a &e%ReceivePlayer%"
     - "&b❖&9============================&b❖"
   
    TpaHere-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &fUsted envió una solicitud de teletransporte a &e%ReceivePlayer%"
     - " &fpara que venga a tu ubicación."
     - "&b❖&9============================&b❖"
   
    Tpa-Teleportation-Accept:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &e%ReceivePlayer% &faceptó tu solicitud de teletransporte"
     - " &fy seras teletransportado en &e5 &fsegundos."
     - "&b❖&9============================&b❖"
   
    Tpa-Teleportation-Deny:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &e%ReceivePlayer% &crechazo tu solicitud teletransporte."
     - "&b❖&9=============================&b❖"
   
    Tpa-resend-request:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &eUsted ya le envió una solicitud a &b%ReceivePlayer%"
     - " &eespere &b%Waiting-time-Tpa% &esegundos para enviarle otra solicitud."
     - "&b❖&9============================&b❖"
   
    Tpahere-resend-request:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &eUsted ya le envió una solicitud a &b%ReceivePlayer%"
     - " &eespere &b%Waiting-time-Tpahere% &esegundos para enviarle otra solicitud."
     - "&b❖&9============================&b❖"
   
    Tpa-Teleportation:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &6Usted será teletransportado en &e%Time-Seconds-tpa% &6segundos."
   
    Tpahere-Teleportation:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &aUsted será teletransportado en &e%Time-Seconds-tpahere% &asegundos."
   
#=======================================================
#| Mensajes al recibir una solicitud de teletransporte |
#=======================================================

   #Hacer clic en mensajes de tpa sólo funciona si %AcceptTpa% y %DenyTpa% están en la misma línea y si desea
   #modificar los colores o añadir cosas modifique Click-accept-Tpa y Click-deny-Tpa abajo.
 
    Tpa-receive:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9========&b❖"
     - " &e%SendPlayer% &fle envió una solicitud de teletransporte"
     - " &fpara ir a tu ubicación actual."
     - "%AcceptTpa% %DenyTpa%"
     - " &fEsta solicitud expira en &c%Waiting-time-Tpa% &fsegundos."
     - "&b❖&9=========================&b❖"
   
    Click-accept-Tpa: "      &f&l【&aAceptar&f&l】    &e✯✯✯" #Este mensaje sera cambiado por %AcceptTpa%.
    Click-deny-Tpa: "      &f&l【&4Rechazar&f&l】      "     #Este mensaje sera cambiado por %DenyTpa%
   
   
    Hover-accept-Tpa: "&aHaga clic para aceptar la solicitud"
    Hover-deny-Tpa: "&4Haga clic para rechazar la solicitud"
   
    TpaHere-receive:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9========&b❖"
     - " &e%SendPlayer% &fle envió una solicitud de teletransporte"
     - " &fpara que vengas a su ubicación actual."
     - "%AcceptTpahere% %DenyTpahere%"
     - " &fEsta solicitud expira en &c%Waiting-time-Tpahere% &fsegundos."
     - "&b❖&9=========================&b❖"
       
    Click-accept-Tpahere: "      &f&l【&6Aceptar&f&l】    &e✯" #Este mensaje sera cambiado por %AcceptTpahere%
    Click-deny-Tpahere: "      &f&l【&cRechazar&f&l】      "     #Este mensaje sera cambiado por %DenyTpahere%
   
   
    Hover-accept-Tpahere: "&bHaga clic para aceptar la solicitud"
    Hover-deny-Tpahere: "&cHaga clic para rechazar la solicitud"
   
    TpaInvalid-requests:
     - "&b❖&9============&f&l【&6TpaDeluxe&f&l】&9=============&b❖"
     - " &cUsted no tiene solicitudes para aceptar o rechazar."
     - "&b❖&9==================================&b❖"

#===========================================================
#| Mensajes al activar o desactivar la teletransportacion. |
#===========================================================

   #Mensajes que se le enviará al jugador al activar o desactivar el teletransporte
 
    Toggle-ON:
     - "&b❖&9=====&f&l【&6TpaDeluxe&f&l】&9=====&b❖"
     - " &aUsted activó la teletransportacion."
     - "&b❖&9===================&b❖"
   
    Toggle-OFF:
     - "&b❖&9=====&f&l【&6TpaDeluxe&f&l】&9=====&b❖"
     - " &cUsted desactivó la teletransportacion."
     - "&b❖&9===================&b❖"
    #Mensaje que se enviará al jugador cuando ejecute el mismo comando varias veces
   
    Toggle-ON-Resend:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fUsted ya tiene activado la teletransportacion"
     - " &fuse &a/tpatoggle &eoff &fpara desactivarlo."
     - "&b❖&9============================&b❖"
   
    Toggle-OFF-Resend:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fUsted ya tiene desactivado la teletransportacion"
     - " &fuse &a/tpatoggle &eon &fpara activarlo."
     - "&b❖&9============================&b❖"
   
    #Mensaje que se enviará al jugador cuando ejecute el comando /tpa <jugador> o /tpahere <jugador>
    #y el jugador tiene el teletransporte desactivado o el otro jugador lo tiene desactivado.
   
    Teleport-self-disable:
     - "&b❖&9============&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &cUsted no puede enviar solicitudes porque no tiene"
     - " &cla teletransportacion activado."
     - "&b❖&9================================&b❖"
   
    Teleport-receive-disable:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &e%ReceivePlayer% &cno tiene la teletransportacion activado."
     - "&b❖&9==============================&b❖"
   
#=================================================================
#| Mensajes de los comandos /tp ,/tphere, /tphereall y /Tpcoords |
#=================================================================

    Tp:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &fUsted fue teletranportado al jugador &e%ReceivePlayer%"
     - "&b❖&9==============================&b❖"
   
    Tphere-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &e%ReceivePlayer% &ffue teletransportado tu ubicación actual."
     - "&b❖&9==============================&b❖"
   
    Tphere-receive:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9===========&b❖"
     - " &eUsted fue teletranportado al jugador &e%SendPlayer%"
     - "&b❖&9==============================&b❖"
   
    TpHereAll-send:
     - "&b❖&9==========&f&l【&6TpaDeluxe&f&l】&9==========&b❖"
     - " &fTodos los jugadores fueron teletransportado tu ubicación actual."
     - "&b❖&9==============================&b❖"
   
    Tpcoords:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9=======&b❖"
     - " &fFuiste teletransportado a las coordenadas"
     - " &aX &f= &e%x% &aY &f= &e%y% &aZ &f= &e%z%"
     - "&b❖&9========================&b❖"
   
    #Este mensaje es para que el jugador vea a qué jugador ha sido teletransportado.
   
    TpaMessage-Send:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fHas sido teletransportado al jugador &e%ReceivePlayer%"
   
    #Este mensaje es para que el jugador vea qué jugador ha sido teletransportado a su ubicación.
   
    TpaMessage-receive:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fEl jugador &e%ReceivePlayer% &fha sido teletransportado a tu ubicación"
   
    #Este mensaje es para que el jugador vea qué jugador ha sido teletransportado a su ubicación.
   
    TpahereMessage-Send:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fEl jugador &e%ReceivePlayer% &fse ha teletransportado a tu ubicación"
   
    #Este mensaje es para que el jugador vea a qué jugador ha sido teletransportado.
   
    TpahereMessage-receive:
     - "&f&l【&6Tpadeluxe&f&l】 &a>> &fHas sido teletransportado al jugador &e%SendPlayer%"

    #Mensajes que pueden aparecer si se utiliza mal el comando /tpa <jugador 1> <jugador 2>.
   
    TpErrorplayerOne: "&cEl primer jugador no es válido."
    TpErrorplayerTwo: "&cEl segundo jugador no es válido."
    TpSameplayer: "&cEl nombre del primer jugador es el mismo que el del segundo."
   
    TpSuccess: "&aEl jugador &e%SendPlayer% &aha sido teletransportado a &a%ReceivePlayer%"
   
#===============
#|  ActionBar  |
#===============

#Nota: ActionBar sólo es válido para versiones superiores a la 1.9

ActionBar:
    Tpa:
      - "&b❖ &6Usted será teletransportado en &e%Time-Seconds-tpa% &6segundos. &b❖"
      - "&3❖ &6Usted será teletransportado en &e%Time-Seconds-tpa% &6segundos. &3❖"
      - "&e❖ &6Usted será teletransportado en &e%Time-Seconds-tpa% &6segundos. &e❖"
    Tpahere:
      - "&b❖ &6Usted será teletransportado en &e%Time-Seconds-tpahere% &6segundos. &b❖"
      - "&3❖ &6Usted será teletransportado en &e%Time-Seconds-tpahere% &6segundos. &3❖"
       
#==============
#|   Titles   |
#==============

#Sólo puede modificar los parámetros si utiliza una versión superior a la 1.10.
#y si utiliza la versión 1.9 o la versión 1.10 se establecerá unos valores determinados.

Titles:

#Parámetros:
  #Title > Texto del título
  #Subtitle > Texto del subtítulo
  #FadeIn > Tiempo en ticks para que aparezcan los títulos. Por defecto es 10.
  #Stay > Tiempo en ticks para que permanezcan los títulos. Por defecto es 70.
  #FadeOut > Tiempo en ticks para que los títulos se desvanezcan. Por defecto es 20.
 
    Tpa:
      Title:
        - "&a> &a&lTeletransportando &a<"
        - "&a>> &a&lTeletransportando &a<<"
      SubTitle:
        - "&f■ ■ ■ ■ ■ "
        - "&a■ &f■ ■ ■ ■ "
        - "&a■ ■ &f■ ■ ■ "
        - "&a■ ■ ■ &f■ ■ "
        - "&a■ ■ ■ ■ &f■ "
        - "&a■ ■ ■ ■ ■ "
      FadeIn: 10
      Stay: 70
      FadeOut: 20
           
    Tpahere:
      Title:
        - "&6> &a&lTeletransportando &6<"
        - "&e>> &b&lTeletransportando &e<<"
      SubTitle:
        - "&f■ ■ ■ ■ ■ "
        - "&6■ &f■ ■ ■ ■ "
        - "&6■ ■ &f■ ■ ■ "
        - "&6■ ■ ■ &f■ ■ "
        - "&6■ ■ ■ ■ &f■ "
        - "&6■ ■ ■ ■ ■ "
      FadeIn: 10
      Stay: 70
      FadeOut: 20
     
#==================================================
#|   Protección para el jugador teletransportado  |
#==================================================  

PlayerProtection:

    #Cuando el jugador una vez teletransportado, este mensaje se mostrará diciendo al jugador
    #que tiene protección durante unos segundos.
   
    StartProtection:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fTienes &e%TimeProtection% &fsegundos de protección."
     - "&b❖&9========================&b❖"
   
    #Cuando termine la protección, aparecerá este mensaje, indicando al jugador que ya no tiene protección.
   
    EndProtection:
     - "&b❖&9========&f&l【&6TpaDeluxe&f&l】&9=========&b❖"
     - " &fYa no tienes la protección."
     - "&b❖&9========================&b❖"
Code (Text):
Sounds:
#Remember that depending on the version of Minecraft, the names of the sounds change.
#1.9.4 > BLOCK_NOTE_BASS
#1.12.2 > BLOCK_NOTE_BELL
#1.19.X > BLOCK_NOTE_BLOCK_BELL

#Parameters:
#Enable: > Here you can deactivate the sound with false or activate it with true, by default is true.
#sound: > The sound to play
#volume: > The volume of the sound
#pitch: > The pitch of the sound
 
    #This sound will be played when the player makes a mistake in a command argument, for example, /tpa steve alex.
    SoundCommandError:
      Enable: true
      Sound: BLOCK_ANVIL_LAND
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player executes a command and does not have permissions.
    SoundNoPermissions:
      Enable: true
      Sound: BLOCK_ANVIL_FALL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player sends a teleport request.
    SoundSend:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player receives a teleport request.
    SoundReceive:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player is teleported to the other player.
    SoundTeleportation:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player accepts the other player's request.
    SoundTpaccept:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player denies the other player's request.
    SoundTpadeny:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player activates the teleport option.
    SoundTpaOn:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player deactivates the teleport option.
    SoundTpaOff:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the player denies the other player's request.
    SoundTpadeny:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1
 
    #This sound will be played when the teleport request for the two players expires.
    SoundExpire:
      Enable: true
      Sound: BLOCK_NOTE_BLOCK_BELL
      Volume: 1
      Pitch: 1    
Resource Information
Author:
----------
Total Downloads: 791
First Release: Jan 10, 2023
Last Update: May 24, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings