Could anyone tell me what exactly is wrong with this menu? It doesn't seem to actually perform any commands, no matter what is done.
material: 'PIXELMON_POKE_BALL'
hide_attributes: true
slot: 11
display_name: '&#ffffff&l&nPlay for <HOURS> hours for the following: '
lore:
- ' '
- '&#fff30fREWARD'
- ' '
left_click_requirement:
requirements:
online 2 hours:
type: '>='
input: '%statistic_hours_played%'
output: 2
success_commands:
- '[console] broadcast &7Dxhcky is the best!'
deny_commands:
- "[message] &7You don't have enough playtime."
right_click_requirement:
requirements:
online 2 hours:
type: '<='
input: "%statistic_hours_played%"
output: 2
success_commands:
- "[message] &7Dxhcky is the best!"
deny_commands:
- "[message] &7You don't have enough playtime."
optional: true```