xmdhs 发表于 2019-12-28 10:34
https://www.mcbbs.net/thread-830440-1-1.html
求具体配置
bingdi_ 发表于 2019-12-28 11:31
你这个是需要全部满足才行
我要的是满足其中一个
shop:
xxxx:
Condition:
- match:DIAMOND
- dontmatch:Gold_Ingot,Emerald
PriceType: item
Price:
- - type:DIAMOND
- amount:3
RewardType: opcommand
Reward:
- xxx
InventoryLocation: 1
xxxx:
Condition:
- match:Gold_Ingot
- dontmatch:DIAMOND,Emerald
PriceType: item
Price:
- - type:Gold_Ingot
- amount:1
RewardType: opcommand
Reward:
- xxx
InventoryLocation: 1
xxxx:
Condition:
- match:Emerald
- dontmatch:DIAMOND,Gold_Ingot
PriceType: item
Price:
- - type:Emerald
- amount:60
RewardType: opcommand
Reward:
- xxx
InventoryLocation: 1
那就判断呗