#Item menu trouble (priority)

1 messages · Page 1 of 1 (latest)

pastel niche
#

Basically, I'm trying to create a menu of timed rewards. I already have a plug-in to do this, but I need a menu for it, and I've already created it, but when I receive the reward, the menu doesn't update and keeps showing that it's possible to receive the reward

Link for the image of the bug: https://imgur.com/Aew80PX
Link for the paste of menu file: https://paste.ee/p/xYJN8DpJ

#

luckperms is setting the permission to lock the reward, maybe
i'm being dunb

trim copper
#

Hi! In left_click_commands: use
The - "[refresh]"

#

Oh i just saw you used it

#

Have you tried swapping the priority

pastel niche
#

yep, i tried put the 0 with 1 the 1 with 2 and the 2 with 3 but doesn't works

#

i'm going to sleep it's 2:15 a.m here, tomorrow if i get any responses or if i fix i came back, and if anyone reply pls @ me

dim widget
#

@fluid grotto if you are OP or have the * permission, please remove them. They will be detected as if you had permissions.

Also, item 1 should have 2 requirements:

    view_requirement:
      requirements:
        reward_ready:
          type: "!has permission"
          permission: reward.ready.1
        reward_taken:
          type: "!has permission"
          permission: reward.take.1

And item 1_pronto should also have 2 requirements:

    view_requirement:
      requirements:
        reward_ready:
          type: has permission
          permission: reward.ready.1
        reward_taken:
          type: "!has permission"
          permission: reward.take.1
pastel niche
#

Ok thx

#

I will try it

pastel niche
#

it worked rn thx blitz