I'm using minimum_requirements for my Kit GUI. If a user has a permission node for a higher rank, it should display a different item, but is displaying the Villain-Locked item. Part of my config below. Can anyone spot an issue?
Villain-Higher_Rank:
material: paper
nbt_int: CustomModelData:10140
priority: 3
view_requirement:
minimum_requirements: 1
requirements:
HasCrook:
type: has permission
permission: essentials.kits.Crook
HasWanted:
type: has permission
permission: essentials.kits.Wanted
slot: 11
display_name: "&5&lVillain Kit"
lore:
- "&7You cannot access this kit"
- "&7as you have a higher rank."
hide_attributes: true
hide_enchantments: true
hide_effects: true
hide_unbreakable: true
######################################################################################################
Villain-Locked:
material: paper
nbt_int: CustomModelData:10140
priority: 4
slot: 14
display_name: "&5&lVillain Kit"
lore:
- "&7Unlock this kit by purchasing"
- "&7a rank from the &e/store&7."
hide_attributes: true
hide_enchantments: true
hide_effects: true
hide_unbreakable: true```
https://gyazo.com/3d9d8bbb591f8c219f8a125d1eca4642.png