#Can someone tell me what I'm doing wrong?

1 messages · Page 1 of 1 (latest)

pseudo copper
#

After the reboot, the icon is empty. When I write /papi parse me %jobsr_user_canjoin_hunter% it outputs True or False depending on the job (I will attach screenshots of the results below).

    material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWEyZDg5MWM2YWU5ZjZiYWEwNDBkNzM2YWI4NGQ0ODM0NGJiNmI3MGQ3ZjFhMjgwZGQxMmNiYWM0ZDc3NyJ9fX0=
    slot: 16
    priority: 0
    display_name: '&#F4BE6CРаботать'
    lore:
      - ' '
    view_requirement:
      requirements:
        permission:
          type: string equals
          input: '%jobsr_user_canjoin_hunter%'
          output: 'True'
  '002':
    material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTM1ZTRlMjZlYWZjMTFiNTJjMTE2NjhlMWQ2NjM0ZTdkMWQwZDIxYzQxMWNiMDg1ZjkzOTQyNjhlYjRjZGZiYSJ9fX0=
    slot: 16
    priority: 1
    display_name: '&#F4BE6CУволиться'
    lore:
      - ' '
    view_requirement:
      requirements:
        permission:
          type: string equals
          input: '%jobsr_user_canjoin_hunter%'
          output: 'False'```
pseudo copper
#

After testing, it turned out that the problem is in view_requirement, because if I remove this drain, the item appears in the menu

nova carbon
#

Seems like the string returned a colored True or False, so you may need try §cFalse and §6True. :/