Hi, I made this menu but for some reason it's not working. Could someone tell me what I'm doing wrong?
I'm using DeluxeMenus version 1.14.1-DEV-199 and my server is 1.21.4.
Here's what I configured:
items:
# === 10 ===
10:
material: DEEPSLATE_COAL_ORE
slot: 10
display_name: "&fProtection: &8[Carbon]"
lore:
- ""
- "&7Use a protection block to"
- "&7prevent theft or griefing."
- ""
- "&7Information:"
- "&8 - &fProtect: &d10x10"
- "&8 - &fPrice: &a$1,000"
- ""
- "%changeoutput_>=_input:{vault_eco_balance}_matcher:1000_ifmatch:&e► Click to buy!_else:&c► You don't have enough money!%"
click_requirement:
requirements:
requirement-1:
type: has money
amount: 1000
success_commands:
- "[sound] ENTITY_PLAYER_LEVELUP"
- "[takemoney] 1000"
- "[console] protectionstones give 10 %player_name% 1"
- "[message] &aYou have purchased a &8[Coal]&a protection."
- "[close]"
deny_commands:
- "[sound] ENTITY_VILLAGER_NO"
- "[message] &cYou don't have enough money to buy this protection!"