If your display item is only one and does not have any condition to display it, simply use Item Format in this section!
Copy B:
display-item:
material: BREAD
name: '&cSuper Bread'
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:
Copy 1:
display-item:
default:
material: GREEN_WOOL
amount: 1
name: '&eDay 1'
lore:
- '&fToday Reward:'
- '&7 - 10 Gems'
- ''
- '&#FFFACDClick to claim!'
claimed:
material: RED_WOOL
amount: 1
name: '&eDay 1'
lore:
- '&fIncluded Reward:'
- '&7 - 10 Gems'
- ''
- '&#ff3300Already claimed!'
display-item-conditions:
claimed:
1:
type: placeholder
placeholder: '%ultimateshop_streak_A_{buy-times-player}%'
rule: '>'
value: '0'
default:
1:
type: placeholder
placeholder: '%ultimateshop_streak_A_{buy-times-player}%'
rule: '='
value: '0'