mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Allow your hat to be removed with /hat remove
This commit is contained in:
parent
d1a1559dca
commit
641a4b9dff
12 changed files with 49 additions and 14 deletions
|
@ -2,6 +2,7 @@ package com.earth2me.essentials.commands;
|
||||||
|
|
||||||
import static com.earth2me.essentials.I18n._;
|
import static com.earth2me.essentials.I18n._;
|
||||||
import com.earth2me.essentials.User;
|
import com.earth2me.essentials.User;
|
||||||
|
import com.earth2me.essentials.craftbukkit.InventoryWorkaround;
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.Server;
|
import org.bukkit.Server;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
@ -17,6 +18,8 @@ public class Commandhat extends EssentialsCommand
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void run(Server server, User user, String commandLabel, String[] args) throws Exception
|
protected void run(Server server, User user, String commandLabel, String[] args) throws Exception
|
||||||
|
{
|
||||||
|
if (args.length < 1)
|
||||||
{
|
{
|
||||||
if (user.getItemInHand().getType() != Material.AIR)
|
if (user.getItemInHand().getType() != Material.AIR)
|
||||||
{
|
{
|
||||||
|
@ -38,4 +41,24 @@ public class Commandhat extends EssentialsCommand
|
||||||
user.sendMessage(_("hatFail"));
|
user.sendMessage(_("hatFail"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (args.length > 0)
|
||||||
|
{
|
||||||
|
if (args[0].contains("remove"))
|
||||||
|
{
|
||||||
|
final PlayerInventory inv = user.getInventory();
|
||||||
|
final ItemStack head = inv.getHelmet();
|
||||||
|
if (head == null)
|
||||||
|
{
|
||||||
|
user.sendMessage(_("hatEmpty"));
|
||||||
|
}
|
||||||
|
else if (head.getType() != Material.AIR)
|
||||||
|
{
|
||||||
|
final ItemStack air = new ItemStack(Material.AIR);
|
||||||
|
inv.setHelmet(air);
|
||||||
|
InventoryWorkaround.addItem(user.getInventory(), true, head);
|
||||||
|
user.sendMessage(_("hatRemoved"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -115,8 +115,10 @@ godDisabledFor=disabled for {0}
|
||||||
godEnabledFor=enabled for {0}
|
godEnabledFor=enabled for {0}
|
||||||
godMode=\u00a77God mode {0}.
|
godMode=\u00a77God mode {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
|
hatRemoved=\u00a7eYour hat has been removed.
|
||||||
haveBeenReleased=\u00a77You have been released
|
haveBeenReleased=\u00a77You have been released
|
||||||
heal=\u00a77You have been healed.
|
heal=\u00a77You have been healed.
|
||||||
healOther=\u00a77Healed {0}.
|
healOther=\u00a77Healed {0}.
|
||||||
|
|
|
@ -118,6 +118,7 @@ godDisabledFor=zakazan pro {0}
|
||||||
godEnabledFor=povolen pro {0}
|
godEnabledFor=povolen pro {0}
|
||||||
godMode=\u00a77God mode {0}.
|
godMode=\u00a77God mode {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77Byl jsi uvolnen
|
haveBeenReleased=\u00a77Byl jsi uvolnen
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=deaktiveret for {0}
|
||||||
godEnabledFor=aktiveret for {0}
|
godEnabledFor=aktiveret for {0}
|
||||||
godMode=\u00a77Gud mode {0}.
|
godMode=\u00a77Gud mode {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77Du er blevet l\u00f8sladt
|
haveBeenReleased=\u00a77Du er blevet l\u00f8sladt
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=deaktiviert f\u00fcr {0}
|
||||||
godEnabledFor=aktiviert f\u00fcr {0}
|
godEnabledFor=aktiviert f\u00fcr {0}
|
||||||
godMode=\u00a77Unsterblichkeit {0}.
|
godMode=\u00a77Unsterblichkeit {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cSie tragen keinen Hut.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77Du wurdest frei gelassen.
|
haveBeenReleased=\u00a77Du wurdest frei gelassen.
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=disabled for {0}
|
||||||
godEnabledFor=enabled for {0}
|
godEnabledFor=enabled for {0}
|
||||||
godMode=\u00a77God mode {0}.
|
godMode=\u00a77God mode {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77You have been released
|
haveBeenReleased=\u00a77You have been released
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=Desactivado para {0}
|
||||||
godEnabledFor=Activado para {0}
|
godEnabledFor=Activado para {0}
|
||||||
godMode=\u00a77Modo Dios {0}.
|
godMode=\u00a77Modo Dios {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77Has sido liberado
|
haveBeenReleased=\u00a77Has sido liberado
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=d\u00e9sactiv\u00e9 pour {0}
|
||||||
godEnabledFor=activ\u00e9 pour {0}
|
godEnabledFor=activ\u00e9 pour {0}
|
||||||
godMode=\u00a77Mode Dieu {0}.
|
godMode=\u00a77Mode Dieu {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77Vous avez \u00e9t\u00e9 lib\u00e9r\u00e9.
|
haveBeenReleased=\u00a77Vous avez \u00e9t\u00e9 lib\u00e9r\u00e9.
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=God disabilitato per {0}
|
||||||
godEnabledFor=God abilitato per {0}
|
godEnabledFor=God abilitato per {0}
|
||||||
godMode=\u00a77Modalita'' God {0}.
|
godMode=\u00a77Modalita'' God {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77Sei stato scarcerato.
|
haveBeenReleased=\u00a77Sei stato scarcerato.
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=uitgeschakeld voor {0}
|
||||||
godEnabledFor=ingeschakeld voor {0}
|
godEnabledFor=ingeschakeld voor {0}
|
||||||
godMode=\u00a77God mode {0}.
|
godMode=\u00a77God mode {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cJe draagt geen hoed.
|
||||||
hatFail=\u00a7cYou must have something to wear in your hand.
|
hatFail=\u00a7cYou must have something to wear in your hand.
|
||||||
hatPlaced=\u00a7eEnjoy your new hat!
|
hatPlaced=\u00a7eEnjoy your new hat!
|
||||||
haveBeenReleased=\u00a77Je bent bevrijdt
|
haveBeenReleased=\u00a77Je bent bevrijdt
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=Godmode wylaczony dla {0}.
|
||||||
godEnabledFor=Godmode wlaczony dla {0}.
|
godEnabledFor=Godmode wlaczony dla {0}.
|
||||||
godMode=\u00a77Godmode {0}.
|
godMode=\u00a77Godmode {0}.
|
||||||
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
hatArmor=\u00a7cError, you cannot use this item as a hat!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cMusisz cos trzymac w dloni.
|
hatFail=\u00a7cMusisz cos trzymac w dloni.
|
||||||
hatPlaced=\u00a7eCiesz sie nowym kapeluszem!
|
hatPlaced=\u00a7eCiesz sie nowym kapeluszem!
|
||||||
haveBeenReleased=\u00a77Zostales wypuszczony.
|
haveBeenReleased=\u00a77Zostales wypuszczony.
|
||||||
|
|
|
@ -115,6 +115,7 @@ godDisabledFor=desativado para {0}
|
||||||
godEnabledFor=ativado para {0}
|
godEnabledFor=ativado para {0}
|
||||||
godMode=\u00a77Modo Deus {0}.
|
godMode=\u00a77Modo Deus {0}.
|
||||||
hatArmor=\u00a7cDe erro, voce nao pode usar este item como um chapeu!
|
hatArmor=\u00a7cDe erro, voce nao pode usar este item como um chapeu!
|
||||||
|
hatEmpty=\u00a7cYou are not wearing a hat.
|
||||||
hatFail=\u00a7cVoce deve ter algo para vestir na sua mao.
|
hatFail=\u00a7cVoce deve ter algo para vestir na sua mao.
|
||||||
hatPlaced=\u00a7eAproveite o seu novo chapeu!
|
hatPlaced=\u00a7eAproveite o seu novo chapeu!
|
||||||
haveBeenReleased=\u00a77Voc\u00ea foi liberado.
|
haveBeenReleased=\u00a77Voc\u00ea foi liberado.
|
||||||
|
|
Loading…
Reference in a new issue