#Deluxe menu lore change

1 messages · Page 1 of 1 (latest)

ionic bramble
#

Hi, I'm trying to create a games shop with deluxemenu. Is it possible to change the lore of an item ?

When someone buys this upgrade, you have to change "click to buy" to "you've already bought this"

Is it possible to do this ? If so, how ?

inner dock
# ionic bramble Hi, I'm trying to create a games shop with deluxemenu. Is it possible to change ...

When you buy an specified item add to the click commands an permission the user receives, for ex

- '[console] lp user %player_name% permission set product_purchased'

And to the buy item add the view requirment
type: '!has permission'
permission: product_purch

and to the purchased item add the view requirment:
type: 'has permission'
permission: product purch

Also dont forget to add the buy item the priority of 1 and to the purchased item the priority of 2

ionic bramble
inner dock
ionic bramble
#

It's already done

inner dock
#

view_requirment
requirments:
req1:
type: 'has permission'
permission: product_purchased

ionic bramble
#

Okay

#

It's done

ionic bramble
#

And then ?

inner dock
#

It should work

#

try it