#Help with creating shop using DeluxeMenus

1 messages · Page 1 of 1 (latest)

raw nova
#

So basically I want it to charge money for Ammo, Config:

items: '9mm': material: phantom_membrane slot: 10 model_data: 1 display_name: '&e9mm' lore: - '&fPrice: $250' - 'click to buy' click_commands: -'[takemoney] 250' -'[console] qa give 9mm %player_name%']

lyric cobalt
lyric cobalt
raw nova
#

Wait

#

lemme show u

#

'ammo': material: phantom_membrane model_data: 1 slot: 12 display_name: '&e9mm' lore: - '&fPrice: $250' - 'click to buy' left_click_requirement: requirements: anything_here: type: has money amount: 250 deny_commands: - '[message] &6Shop &8> &7You need &c$100 &fto buy &c1 x 9mm&f.' left_click_commands: - '[takemoney] 100' - '[console] qa give 9mm %player_name%' - '[message] &6Shop &8> &fYou bought &a1 x 9mm ammo &ffor &a$250&f.'

#

that's what I've come up with

#

@lyric cobalt

lyric cobalt
raw nova
#

?

raw nova
#

Help with creating shop using DeluxeMenus

raw nova
#

Nevermind, it was a problem related to placeholdersapi