#Making a Sell Menu with Deluxemenu (MAKING A SHOP WITH DELUXEMENU!)

1 messages · Page 1 of 1 (latest)

gentle lark
#

does anyone know how can I make sell menu with deluxemenu? how do I take specife item from player inventory? for example there is a sell menu where player can sell their cobblestone for example for 10$ Ik how to take and give balance but how do I take items?

#

Shop plugins use a lot of ram 😦 or I don't have that much

livid topaz
#

use minecraft's /clear command using [console] action
/clear [<targets>] [<item>] [<maxCount>]

#

something like
'[console] clear %player_name% COBBLESTONE 64'

if you dont have Player expansion, run these commands

/papi reload```
gentle lark
livid topaz
#

not sure, worth a try 🙂

gentle lark
#

I have 1 enchanted cobblestone and 1 normal

#

if I sell one cobblestone then whcih one will be sold?

#

I think the normal one, now how can I sell the enchanted one? (has custom name and lore)

livid topaz
#

🤔

gentle lark
#

pls help

gentle lark
#

ok so I have to check first if they have that block and needed amount in their inventory before clearing and giving money

#

right?