#Problem with view_requirement and permissions

1 messages · Page 1 of 1 (latest)

runic nexus
#

Hey, I'm trying to figure out how to get the View_requirement to work, and I'm also noticing that the permission I'm trying to set for the item to be shown isn't showing up in Luckperms either, and I'm wondering what I did wrong.

There's a good chance I'm not understanding how view requirement works as well, so to give a brief understanding of what I'm trying to do:

I'm trying to create a playermenu that also has a separate item that only staff members have (with the permission staff.menu), any help would be amazing. Here's what I've got so far, and I have a feeling I know I'm missing a major step too.
https://paste.helpch.at/vecatenapa.yaml

clear rune
#

You're just missing the requirements: line,

view_requirement:
  requirements:
    permission:
      type: has permission
      permission: staff.menu
runic nexus
#

Thank you so much!