🪙自定义商品货币
currencies.yml
placeholder_currencies:
currency1:
#检测的变量
placeholder: '%xxxx_xxx%'
#%player% 为玩家名称 %total%为本次最终价格
#增加指令
add: 'xx give %player% %total%'
#扣除指令
take: 'xx take %player% %total%'
preview: '&6变量货币'
customitems_currencies:
custom1:
#检测的物品名称
check-display: '&c硬币'
#在GUI界面的lore货币名称显示
preview: '&6硬币'
#增加指令
add: 'mm i give %player% 硬币 %total%'
Last updated