placeholder_currencies:
currency1:
#检测的变量
placeholder: '%xxxx_xxx%'
#%player% 为玩家名称 %total%为本次最终价格
#增加指令
add: 'xx give %player% %total%'
#扣除指令
take: 'xx take %player% %total%'
preview: '&6变量货币'
placeholder_currencies:
Coin:
#检测货币余额的变量
placeholder: '%coinsengine_balance_coin%'
#增加余额的指令
add: 'coins give %player% %total%'
#扣除指令
take: 'coins take %player% %total%'
preview: '&6硬币'