Display Item Format

You can use display item format in menu button and shop product's display-item option.

Single

If your display item is only one and does not have any condition to display it, simply use Item Format in this section!

  B:
    display-item:
      material: BREAD
      name: '&cSuper Bread'

Multi

If you want set multi display item for this button or product and use condition system to make us choose one of it to display, simply use this new format as below:

  C:
    display-item:
      # Condition ID
      3:
        material: GREEN_WOOL
        amount: 12
        name: '&eDay 12'
        lore:
          - '&fToday reward:'
          - '&7  - 5000 coins'
          - ''
          - '&#FFFACDClick to claim'
      # Condition ID
      2:
        material: RED_WOOL
        amount: 12
        name: '&eDay 12'
        lore:
          - '&fIncluded reward:'
          - '&7  - 5000 coins'
          - ''
          - '&#ff3300In cooldown'
          - '&#ff3300Claim time: %ultimateshop_streak_A_{buy-cooldown-player}%'
      # Condition ID
      1:
        material: RED_WOOL
        amount: 12
        name: '&eDay 12'
        lore:
          - '&fIncluded reward:'
          - '&7  - 5000 coins'
          - ''
          - '&#ff3300Already claimed'
      # Condition ID
      0:
        material: RED_WOOL
        amount: 12
        name: '&eDay 12'
        lore:
          - '&fIncluded reward:'
          - '&7  - 5000 coins'
          - ''
          - '&#ff3300Claim day11 reward first.'
    display-item-conditions:
      0: 
        # Check conditions page for more info
        - 'placeholder: %ultimateshop_streak_A_{buy-times-player}%;;<;;11'
      1: 
        - 'placeholder: %ultimateshop_streak_A_{buy-times-player}%;;>;;11'
      2:
        - 'placeholder: %ultimateshop_streak_A_{buy-times-player}%;;=;;11'
        - 'placeholder: %ultimateshop_streak_A_{buy-cooldown-player}%;;!=;;Now'
      3:
        - 'placeholder: %ultimateshop_streak_A_{buy-times-player}%;;=;;11'

Last updated