Resource icon

LLSE-Js 快递 1.0.1

  • Some rules about plugins
使用AGPL 3.0进行授权
反馈请到GitHub

一款简单的快递插件

配置文件示例(/plugins/Express/config.json
JSON:
{
    // 菜单命令
    "command": "express",
    // 手续费范围
    "serviceCharge": {
        // 最小值
        "min": 0,
        // 最大值
        "max": 3
    },
    // 经济类型(llmoney/scoreboard)
    "currencyType": "llmoney",
    // 货币名称
    "currencyName": "货币",
    // 经济计分板名称
    "scoreboard": "money"
}
Author
星梦.app
Downloads
148
Views
436
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from 星梦.app

Share this resource

Latest updates

  1. 1.0.1

    漏洞修复 修复消耗金额与物品数量无关的漏洞 - 1.0.0