#DeluxeMenus Shop

1 messages · Page 1 of 1 (latest)

simple hare
#

Hello,

I'm trying to make a menu inside of DeluxeMenus where it takes a item out of the inventory, and gives something in return(a shop lmao). My question is how do I make the action scan the inventory and make sure the item is in the inventory, and then take the item out of the inventory.

olive prawn
severe grotto
#

it takes a item out of the inventory
use minecraft's /clear command inside actions
gives something in return
use minecraft's /give command inside actions
how do I make the action scan the inventory and make sure the item is in the inventory
either use the "has item" type requirement or use checkitem expansion

simple hare
#

What if it’s a custom material with a name?? @severe grotto

severe grotto
#

clear that custom material or check that custom material?

simple hare
#

To clear the custom material

simple hare
#

Lemme write that up better, I didnt explain it to well.

@severe grotto So basically just scan for an item with a certain name attached to the item thats in the players inventory that DeluxeMenus takes out, instead of just a certain material.