mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-27 00:49:44 +00:00
Add tpdeny message to /tpahere
This commit is contained in:
parent
6b18259af6
commit
e5fc579071
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class Commandtpahere extends EssentialsCommand
|
|||
player.requestTeleport(user, true);
|
||||
player.sendMessage(_("teleportHereRequest", user.getDisplayName()));
|
||||
player.sendMessage(_("typeTpaccept"));
|
||||
player.sendMessage(_("typeTpdeny"));
|
||||
if (ess.getSettings().getTpaAcceptCancellation() != 0)
|
||||
{
|
||||
player.sendMessage(_("teleportRequestTimeoutInfo", ess.getSettings().getTpaAcceptCancellation()));
|
||||
|
|
Loading…
Reference in a new issue