I have the following 2 items in my deluxemenus config.
'Mining':
material: COAL_ORE
slot: 11
display_name: '떊a&lCoal Ore'
lore:
- ''
- '&aUnlocked'
priority: 1
view_requirement:
requirements:
permission:
type: has permission
permission: canbreak.coal
'Mining':
material: COAL_ORE
slot: 11
display_name: '떊a&lCoal Ore'
lore:
- ''
- '&cLocked'
- '&7Unlocked at &cMining Skill &7level &cSKILL LVL HERE'
priority: 2
It should show that coal ore is unlocked since I do have the permission "canbreak.coal", however, it's showing locked every time I open the GUI.