#Permission issue?

1 messages · Page 1 of 1 (latest)

leaden shard
#

Hello,

I've run into this issue with both the latest dev build and the latest release where if I have a click requirement of the following, it just doesn't work no matter what I do..

type: "!has permission" permission: (anything)

Anyone got any ideas..?

shell galleon
#

send your menu file

#

also, are you OP?

leaden shard
leaden shard
# shell galleon send your menu file
size: 45
items:
  13:
    material: nether_star
    slot: 13
    priority: 1
    update: true
    hide_attributes: true
    display_name: '&bʀᴀɴᴋ ɪɴꜰᴏʀᴍᴀᴛɪᴏɴ'
    lore:
      - '&8-=-=-=-=-=-=-=-=-=-'
      - '&6Below, you can rank yourself up to get a prefix in game!'
      - '&6All requirements are in game tasks.'
      - '&8-=-=-=-=-=-=-=-=-=-'
  19:
    material: green_stained_glass
    slot: 19
    priority: 1
    update: true
    hide_attributes: true
    display_name: '&bᴘᴇᴀꜱᴀɴᴛ ʀᴀɴᴋ'
    lore:
      - '&8-=-=-=-=-=-=-=-=-=-'
      - '&c&lRequirements'
      - '&7• &7Level 10'
      - '&7• 2 Hours Playtime'
      - '&8-=-=-=-=-=-=-=-=-=-'
    click_requirement:
      minimum_requirements: 3
      stop_at_success: true
      deny_commands:
        - "[message] &cYou do not meet the rank up requirements."
      requirements:
        group:
          type: '!has permission'
          permission: group.peasant
    click_commands:
      - '[console] lp user %player_name% parent add peasant'
      - '[console] broadcast &8[&aRanks&8] &a%player_name% &7has ranked up to &apeasant&7!'```
#

There was other requirements set before this* it just was set to the one for testing

shell galleon
#

OP means you have all permissions

#

in your case, it means you'll never meet the click requirement

leaden shard
#

But I tried deoping myself too

#

But I'll try again