#Help
1 messages · Page 1 of 1 (latest)
The point is that for some reason the view_requirement does not check whether %mycommand_playerdata_speedup% equals 5.
probably because it isnt aligned properly 🤔 could you update your config and send a new one
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
input: '%mycommand_playerdata_speedup%'
output: '5'
does this not work with comparator type? try this
oh wait
its '=='
no
what?
Now the priorities do not work
This does not work.
because two of your items have same priority
try lowering the 3rd item's priority (except 1 and 0)
It should just go incrementally
it first checks the requirement of an item with high priority (0 is the highest) and if the player meets that specific requirement, it would show that item in the menu slot. but if it doesnt meet, it would continue to check for the next item (the item with priority less than 0 in this case). if it still doesnt meet then it would check for the next item (the item with priority less than the previous one in this case)