#I want deluxe menu to corespond with another plugin currency.

1 messages · Page 1 of 1 (latest)

crystal surge
#

I want deluxe menu to corespond with another plugin currency. I need click requirement but its not working.
This is the code I put so far.
Can someone please tell what went wrong?🛠️
**
'Legendkey
material: TRIPWIRE_HOOK'
slot: 10
display_name: '&6&lLegend&6Key'
Lore:
- '&r'
- '&7 The cost of this item is'
- '&a&l 5000 Gems'
click_requrement:
type: javascript
expression: '%ultraprison_gems% > 5000
deny_commands:
- '[close]'
- '[message] &cSorry! You do not have enough gems.'
click_command:
- '[close]'
- '[console] gems remove %player_name% 5000'
- '[message] &a&lYou have successfully purchased this item'**

urban raptor
#

idk if its the way it got pasted but those circles should be - . Something like this
lore:
- '&f★ &7[&3Trusted&7] &f★'
- ''
- '&2&lPrice: &e$15,000'
- '&bLeft click to purchase'
left_click_commands:
- '[takemoney] 15000'
- '[console] lp user %player_name% promote'
- '[close]'
left_click_requirement:
requirements:
money:
type: has money
amount: 15000
deny_commands:
- '[message]&cYou don''t have enough money!'
- '[close]'

crystal surge
#

I want to use currency from some other plugin but it doesn't allow me to

loud tundra
#

Oh rip mans left

crystal surge
#

Also I figured it out. This server wasn't of any help