mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Create /tpacancel
.
`/tpacancel` allows tp requesters to cancel sent requests before the target client can accept them. This aids in combatting long-lived tp requests in PvP environment. `/tpacancel <player>` cancels all a tp request sent to <player> only.
This commit is contained in:
parent
d0760ddd04
commit
c28d749548
28 changed files with 137 additions and 0 deletions
|
@ -42,5 +42,6 @@ public class Commandtpahere extends EssentialsCommand {
|
|||
}
|
||||
}
|
||||
user.sendMessage(tl("requestSent", player.getDisplayName()));
|
||||
user.sendMessage(tl("typeTpacancel"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue