mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
New feature: IsBanned to /whois
This commit is contained in:
parent
a82d8d1d44
commit
e8eb1974b8
@ -56,6 +56,7 @@ public class Commandwhois extends EssentialsCommand
|
|||||||
sender.sendMessage(_("whoisIs", user.getDisplayName(), user.getName()));
|
sender.sendMessage(_("whoisIs", user.getDisplayName(), user.getName()));
|
||||||
sender.sendMessage(_("whoisHealth", user.getHealth()));
|
sender.sendMessage(_("whoisHealth", user.getHealth()));
|
||||||
sender.sendMessage(_("whoisOP", (user.isOp() ? _("true") : _("false"))));
|
sender.sendMessage(_("whoisOP", (user.isOp() ? _("true") : _("false"))));
|
||||||
|
sender.sendMessage(_("whoisBanned", (user.isBanned() ? _("true") : _("false"))));
|
||||||
sender.sendMessage(_("whoisGod", (user.isGodModeEnabled() ? _("true") : _("false"))));
|
sender.sendMessage(_("whoisGod", (user.isGodModeEnabled() ? _("true") : _("false"))));
|
||||||
sender.sendMessage(_("whoisGamemode", _(user.getGameMode().toString().toLowerCase(Locale.ENGLISH))));
|
sender.sendMessage(_("whoisGamemode", _(user.getGameMode().toString().toLowerCase(Locale.ENGLISH))));
|
||||||
sender.sendMessage(_("whoisLocation", user.getLocation().getWorld().getName(), user.getLocation().getBlockX(), user.getLocation().getBlockY(), user.getLocation().getBlockZ()));
|
sender.sendMessage(_("whoisLocation", user.getLocation().getWorld().getName(), user.getLocation().getBlockX(), user.getLocation().getBlockY(), user.getLocation().getBlockZ()));
|
||||||
|
@ -379,6 +379,7 @@ weatherStorm=\u00a77You set the weather to storm in {0}
|
|||||||
weatherStormFor=\u00a77You set the weather to storm in {0} for {1} seconds
|
weatherStormFor=\u00a77You set the weather to storm in {0} for {1} seconds
|
||||||
weatherSun=\u00a77You set the weather to sun in {0}
|
weatherSun=\u00a77You set the weather to sun in {0}
|
||||||
weatherSunFor=\u00a77You set the weather to sun in {0} for {1} seconds
|
weatherSunFor=\u00a77You set the weather to sun in {0} for {1} seconds
|
||||||
|
whoisBanned=\u00a79 - Banned: {0}
|
||||||
whoisGamemode=\u00a79 - Gamemode: {0}
|
whoisGamemode=\u00a79 - Gamemode: {0}
|
||||||
whoisGeoLocation=\u00a79 - Location: {0}
|
whoisGeoLocation=\u00a79 - Location: {0}
|
||||||
whoisGod=\u00a79 - God mode: {0}
|
whoisGod=\u00a79 - God mode: {0}
|
||||||
|
@ -382,6 +382,7 @@ weatherStorm=\u00a77Du har sat vejret til ''storm'' i {0}
|
|||||||
weatherStormFor=\u00a77Du har sat vejret til ''storm'' i {0} i {1} sekunder
|
weatherStormFor=\u00a77Du har sat vejret til ''storm'' i {0} i {1} sekunder
|
||||||
weatherSun=\u00a77Du har sat vejret til ''sol'' i {0}
|
weatherSun=\u00a77Du har sat vejret til ''sol'' i {0}
|
||||||
weatherSunFor=\u00a77Du har sat vejret til ''sol'' i {0} i {1} sekunder
|
weatherSunFor=\u00a77Du har sat vejret til ''sol'' i {0} i {1} sekunder
|
||||||
|
whoisBanned=\u00a79 - Banned: {0}
|
||||||
whoisGamemode=\u00a79 - Gamemode: {0}
|
whoisGamemode=\u00a79 - Gamemode: {0}
|
||||||
whoisGeoLocation=\u00a79 - Placering: {0}
|
whoisGeoLocation=\u00a79 - Placering: {0}
|
||||||
whoisGod=\u00a79 - God mode: {0}
|
whoisGod=\u00a79 - God mode: {0}
|
||||||
|
@ -382,6 +382,7 @@ weatherStorm=\u00a77In {0} st\u00fcrmt es nun.
|
|||||||
weatherStormFor=\u00a77In {0} st\u00fcrmt es nun f\u00fcr {1} Sekunden.
|
weatherStormFor=\u00a77In {0} st\u00fcrmt es nun f\u00fcr {1} Sekunden.
|
||||||
weatherSun=\u00a77In {0} scheint nun die Sonne.
|
weatherSun=\u00a77In {0} scheint nun die Sonne.
|
||||||
weatherSunFor=\u00a77In {0} scheint nun f\u00fcr {1} Sekunden die Sonne.
|
weatherSunFor=\u00a77In {0} scheint nun f\u00fcr {1} Sekunden die Sonne.
|
||||||
|
whoisBanned=\u00a79 - Banned: {0}
|
||||||
whoisGamemode=\u00a79 - Gamemode: {0}
|
whoisGamemode=\u00a79 - Gamemode: {0}
|
||||||
whoisGeoLocation=\u00a79 - Herkunft: {0}
|
whoisGeoLocation=\u00a79 - Herkunft: {0}
|
||||||
whoisGod=\u00a79 - God mode: {0}
|
whoisGod=\u00a79 - God mode: {0}
|
||||||
|
@ -382,6 +382,7 @@ weatherStorm=\u00a77You set the weather to storm in {0}
|
|||||||
weatherStormFor=\u00a77You set the weather to storm in {0} for {1} seconds
|
weatherStormFor=\u00a77You set the weather to storm in {0} for {1} seconds
|
||||||
weatherSun=\u00a77You set the weather to sun in {0}
|
weatherSun=\u00a77You set the weather to sun in {0}
|
||||||
weatherSunFor=\u00a77You set the weather to sun in {0} for {1} seconds
|
weatherSunFor=\u00a77You set the weather to sun in {0} for {1} seconds
|
||||||
|
whoisBanned=\u00a79 - Banned: {0}
|
||||||
whoisGamemode=\u00a79 - Gamemode: {0}
|
whoisGamemode=\u00a79 - Gamemode: {0}
|
||||||
whoisGeoLocation=\u00a79 - Location: {0}
|
whoisGeoLocation=\u00a79 - Location: {0}
|
||||||
whoisGod=\u00a79 - God mode: {0}
|
whoisGod=\u00a79 - God mode: {0}
|
||||||
|
@ -382,6 +382,7 @@ weatherStorm=\u00a77Has establecido el tiempo a tormenta en este mundo.
|
|||||||
weatherStormFor=\u00a77Has establecido el tiempo a tormenta en este {1} durante {0} segundos.
|
weatherStormFor=\u00a77Has establecido el tiempo a tormenta en este {1} durante {0} segundos.
|
||||||
weatherSun=\u00a77Has establecido el tiempo a sol en este mundo.
|
weatherSun=\u00a77Has establecido el tiempo a sol en este mundo.
|
||||||
weatherSunFor=\u00a77Has establecido el tiempo a sol en este {1} durante {0} segundos.
|
weatherSunFor=\u00a77Has establecido el tiempo a sol en este {1} durante {0} segundos.
|
||||||
|
whoisBanned=\u00a79 - Banned: {0}
|
||||||
whoisGamemode=\u00a79 - Gamemode: {0}
|
whoisGamemode=\u00a79 - Gamemode: {0}
|
||||||
whoisGeoLocation=\u00a79 - Localizacion: {0}
|
whoisGeoLocation=\u00a79 - Localizacion: {0}
|
||||||
whoisGod=\u00a79 - God mode: {0}
|
whoisGod=\u00a79 - God mode: {0}
|
||||||
|
@ -382,6 +382,7 @@ weatherStorm=\u00a77Vous avez programm\u00e9 l''orage dans {0}
|
|||||||
weatherStormFor=\u00a77Vous avez programm\u00e9 l''orage dans {0} pour {1} secondes.
|
weatherStormFor=\u00a77Vous avez programm\u00e9 l''orage dans {0} pour {1} secondes.
|
||||||
weatherSun=\u00a77Vous avez programm\u00e9 le beau temps dans {0}
|
weatherSun=\u00a77Vous avez programm\u00e9 le beau temps dans {0}
|
||||||
weatherSunFor=\u00a77Vous avez programm\u00e9 le beau temps dans {0} pour {1} secondes.
|
weatherSunFor=\u00a77Vous avez programm\u00e9 le beau temps dans {0} pour {1} secondes.
|
||||||
|
whoisBanned=\u00a79 - Banned: {0}
|
||||||
whoisGamemode=\u00a79 - Mode de jeu : {0}
|
whoisGamemode=\u00a79 - Mode de jeu : {0}
|
||||||
whoisGeoLocation=\u00a79 - Emplacement : {0}
|
whoisGeoLocation=\u00a79 - Emplacement : {0}
|
||||||
whoisGod=\u00a79 - Mode Dieu : {0}
|
whoisGod=\u00a79 - Mode Dieu : {0}
|
||||||
|
@ -382,6 +382,7 @@ weatherStorm=\u00a77Je hebt het weer naar storm gezet in de {0}
|
|||||||
weatherStormFor=\u00a77Je hebt het weer in de {0} naar storm gezet voor {1} seconde
|
weatherStormFor=\u00a77Je hebt het weer in de {0} naar storm gezet voor {1} seconde
|
||||||
weatherSun=\u00a77Je hebt het weer naar zon gezet in de {0}
|
weatherSun=\u00a77Je hebt het weer naar zon gezet in de {0}
|
||||||
weatherSunFor=\u00a77Je hebt het weer in de {0} naar zon gezet voor {1} seconde
|
weatherSunFor=\u00a77Je hebt het weer in de {0} naar zon gezet voor {1} seconde
|
||||||
|
whoisBanned=\u00a79 - Banned: {0}
|
||||||
whoisGamemode=\u00a79 - Gamemode: {0}
|
whoisGamemode=\u00a79 - Gamemode: {0}
|
||||||
whoisGeoLocation=\u00a79 - Locatie: {0}
|
whoisGeoLocation=\u00a79 - Locatie: {0}
|
||||||
whoisGod=\u00a79 - God mode: {0}
|
whoisGod=\u00a79 - God mode: {0}
|
||||||
|
Loading…
Reference in New Issue
Block a user