mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Extra triggers for /sell inventory
This commit is contained in:
parent
dc2e23c85a
commit
2bb45022d6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class Commandsell extends EssentialsCommand
|
||||||
{
|
{
|
||||||
is = user.getItemInHand();
|
is = user.getItemInHand();
|
||||||
}
|
}
|
||||||
else if (args[0].equalsIgnoreCase("inventory"))
|
else if (args[0].equalsIgnoreCase("inventory") || args[0].equalsIgnoreCase("invent") || args[0].equalsIgnoreCase("all"))
|
||||||
{
|
{
|
||||||
for (ItemStack stack : user.getInventory().getContents())
|
for (ItemStack stack : user.getInventory().getContents())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue