#[Help] Custom Menu

1 messages · Page 1 of 1 (latest)

rocky needle
#

Could anyone tell me what's wrong with this item?

    material: 'totem_of_undying'
    slot: 17
    update: true
    hide_attributes: true
    hide_enchantments: true
    display_name: '&bGodmode'
    lore:
      - '&7Toggles Godmode.'
      - '&7Rank Req. Kids'
    left_click_commands:
      - '[player] togglegod'
      - '[sound] block.dispenser.dispense'
    conditions:
      can_execute:
        type: "or"
        conditions:
          - type: "world"
            worlds:
              - "World"
              - "Survival"
          - type: "permission"
            permission: "kids"
            deny_commands:
              - "[player] msg {player} &cYou can't use this in this world or you don't have the required rank."```