mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Show teleport cancel messages to tpa user.
This commit is contained in:
parent
e4d041b9b0
commit
19451c151e
3 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ public class Commandtpaccept extends EssentialsCommand
|
||||||
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
|
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (ChargeException ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
user.sendMessage(_("pendingTeleportCancelled"));
|
user.sendMessage(_("pendingTeleportCancelled"));
|
||||||
ess.showError(target, ex, commandLabel);
|
ess.showError(target, ex, commandLabel);
|
||||||
|
|
|
@ -134,8 +134,8 @@ geoIpUrlEmpty=GeoIP download url is empty.
|
||||||
geoIpUrlInvalid=GeoIP download url is invalid.
|
geoIpUrlInvalid=GeoIP download url is invalid.
|
||||||
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
||||||
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
|
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
|
||||||
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}.
|
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}
|
||||||
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}.
|
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
|
||||||
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
||||||
groupDoesNotExist=\u00a74There's no one online in this group!
|
groupDoesNotExist=\u00a74There's no one online in this group!
|
||||||
groupNumber=\u00a7c{0}\u00a7f online, for the full list:\u00a7c /{1} {2}
|
groupNumber=\u00a7c{0}\u00a7f online, for the full list:\u00a7c /{1} {2}
|
||||||
|
|
|
@ -134,8 +134,8 @@ geoIpUrlEmpty=GeoIP download url is empty.
|
||||||
geoIpUrlInvalid=GeoIP download url is invalid.
|
geoIpUrlInvalid=GeoIP download url is invalid.
|
||||||
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76.
|
||||||
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
|
giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76.
|
||||||
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}.
|
godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0}
|
||||||
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}.
|
godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0}
|
||||||
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
godMode=\u00a76God mode\u00a7c {0}\u00a76.
|
||||||
groupDoesNotExist=\u00a74There's no one online in this group!
|
groupDoesNotExist=\u00a74There's no one online in this group!
|
||||||
groupNumber=\u00a7c{0}\u00a7f online, for the full list:\u00a7c /{1} {2}
|
groupNumber=\u00a7c{0}\u00a7f online, for the full list:\u00a7c /{1} {2}
|
||||||
|
|
Loading…
Reference in a new issue