#Identifying Item in DM

1 messages · Page 1 of 1 (latest)

swift peak
#
    material: NETHER_BRICK
    nbt_int: CustomModelData:1015
    slot: 11
    priority: 1
    view_requirement:
      requirements:
        has_not_perm:
          type: has permission
          permission: bending.ability.bloodbending
    display_name: "&5&lUNLOCKED: &9BloodBending"
  'noperm_BloodBending':
    material: BARRIER
    data: 0
    slot: 11
    priority: 2
    display_name: "&5&lLOCKED: &9BloodBending"
    left_click_commands:
      - '[console] lp user %player_name% permission set bending.ability.BloodBending true'
      - '[refresh]'
    left_click_requirement:
      requirements: 
        has_item:
          type: has item
          material: 'NETHER_BRICK'
          modeldata: 1015
          amount: 1
          name: "Scroll: BloodBending"
      deny_commands: 
      - '[message] You do not have the ability scroll in your inventory!'     
      success_commands:
      - "[console] mi take MISCELLANEOUS BLOODBENDING %player_name%"
      - "[sound] ENTITY.PLAYER.LEVELUP"  ```
#

I'm having issues getting DM to see the netherbrick item, everything else works really well

#

Here's a screenshot showing the model data value, and the name is Scroll: BloodBending

quartz shale
#

the name is colored

#

try including the color code

swift peak
#

Oh I had to add &f to it!

#

Thank you so much !!