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:
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: # Condition ID
1: # Means first condition
type: placeholder
placeholder: '%ultimateshop_streak_A_{buy-times-player}%'
rule: '>'
value: '0'
2: # You can add more condition with Condition Format
type: world
world: 'testCondition'
default:
1:
type: placeholder
placeholder: '%ultimateshop_streak_A_{buy-times-player}%'
rule: '='
value: '0'z