占位符
内部占位符
在gui.yml的lore-template中
{final} 最终×倍率后的价格
{base} 原来的价格
{multiplier} 倍率
{count} 数量
{currency} 货币名字
在messages.yml的 sell-result中
{final} 最终×倍率后的价格
{base} 原来的价格
{multiplier} 倍率
{count} 数量
{currency} 货币名字
{total} 总数量
外部占位符
%sellguipro_multiplier% - 显示玩家倍率
%sellguipro_total_sold% 获取玩家总出售数量(前提是开启了enable-all)
%sellguipro_currency_<货币ID>_amount% 获取玩家出售某个货币的总数量
%sellguipro_currency_<货币ID>_value% 获取玩家出售某个货币的总价值
Last updated