#custom nbt item to buy

1 messages · Page 1 of 1 (latest)

prisma seal
#

.

#

i have an item with multiple executable commands from rng

#

and im wondering how to add it to the deluxemenu shop

#

iv been trying it for 3 hours

#

and iv seemed to get nowhere

#

is anyone able to help me put this into the shop

#

@wanton chasm yo would u be able to help me 🙏

#

yo @snow lion or @loud stirrup would any of you be able to assist me please

#

i was meant to publish the server 2 hours ago but i just cant figure out how to add this as a buyable

wanton chasm
#

which plugin is that item from?

prisma seal
#

i made it myself

wanton chasm
#

use ExecutableItems' give command in your menu's click_commands

#

- "[console] ei give %player_name% {id}{Variables:{var_id:val},Usage:val} 1"

#

just need to replace the item's id and its variables if you use any

prisma seal
wanton chasm
#

add a click_requirement that checks if you have enough money

#

and use your economy plugin's commands to take away money from the player

prisma seal
#

and ofcourse the names and stuff

wanton chasm
#

yeah

prisma seal
#

ohh

wanton chasm
#

you just change the message, the amount of money taken, and use the ei give cmd instead of the normal give one

prisma seal
#

yeah thats

#

much more easier to understand

#

tysm

prisma seal
#

im not sure if im

#

doing the command right

wanton chasm
#

%player_name% will work fine in the menu

prisma seal
#

ah ok

wanton chasm
#

placeholders aren't parsed when you use them directly in commands ingame

prisma seal
#

can i completely remove the sell

#

commands

wanton chasm
#

you can

#

simply remove click commands and requirement