mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 21:43:41 +00:00
CB#1518 B#1042
Support for Enchantments & Removed broken BedFix (in cb now)
This commit is contained in:
parent
d5c852b79d
commit
f250a107e4
16 changed files with 124 additions and 68 deletions
|
@ -149,6 +149,7 @@ public class Commandsell extends EssentialsCommand
|
|||
}
|
||||
}
|
||||
|
||||
//TODO: Prices for Enchantments
|
||||
final ItemStack ris = new ItemStack(is.getType(), amount, is.getDurability());
|
||||
InventoryWorkaround.removeItem(user.getInventory(), true, ris);
|
||||
user.updateInventory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue