Commands list:
/buy <id> [数量]
/sell [id] [数量]
/addbuyitem <id> <价格> (/abi <id> <价格>)
/addsellitem <id> <价格> (/asi <id> <价格>)
/delbuyitem <id> (/dbi <id>)
/delsellitem <id> (/dsi <id)
/adddiscount <id> <百分比>
/deldiscount <id>
/buylist (/blist)
/selllist (/slist)
/auc <id> <数量t> <起价>
(/auc <id> <起价>\
/auc <起价>)
/bet <your bid>
/id
/shophelp
配置文件:
buy:
#开启或者关闭购买系统 (buy, addbuyitem, delbuyitem, adddiscount, deldiscount 指令)
active: true
sell:
#开启或者关闭售卖系统 (sell, addsellitem, delsellitem 指令)
active: true
auction:
#开启或者关闭竞拍系统 (auc, bet 指令)
active: true
#竞拍持续多少毫秒
duration: 300000
#进行之中竞拍的周期性提示(毫秒)
notify-period: 60000
#竞拍起价,写0就是关闭了
start-tax: 0
#收税百分比 (税收取决于最后的标价). 写0即不设置
end-tax: 0
#默认补偿. 当竞拍获胜者背包没有空位, 售卖者也没有空位拿回物品. 写0即关闭此功能
default-compensation: 0
general:
#插件语言. 如果是<default> - 就会使用服务器默认语言. 如果在你的语言里没有翻译, 就会创建一个叫做<your_lang>的语言文件.带有英文字符. 你需要翻译它们.
language: default
#信息颜色
primary-color: a
#信息第二颜色
secondary-color: 2
#错误信息颜色
error-color: c
#如果填true 一个带有所有字符的文件会被创建. 你可以编辑这些字符.
save-translation: false