必须前置:PluginCheck 自动检查更新,如果没有会报错
有问题请加入售后群,不要随意评分 加群点我
用法:把ishop文件夹放到plugins文件夹下,py主体扔ipy文件夹
用法:/ishop
配置文件,注意sell.json为出售商店,recover.json为回收商店
[CODE lang="json" title="sell.json"]{
"title":"出售商店", //表单标题
"content":"来点什么?", //次标题
"buttons": [
{
"text": "钟", //描述
"itemid":391, //物品ID
"itemaux":0, //物品特殊值
"count":10, //数量
"money":100 //花费的金币
},{
"text": "橡木",
"itemid":17,
"itemaux":0,
"count":10,
"money":100
},{
"text": "火把",
"itemid":50,
"itemaux":0,
"count":10,
"money":100
}
]
}
[/CODE]
[CODE lang="json" title="recover.json"]{
"title":"回收商店", //表单标题
"content":"来点什么?", //次标题
"buttons": [
{
"text": "原石", //描述
"itemid":4, //物品ID
"itemname":"cobblestone", //物品名称
"count":64, //回收数量
"money":100 //可得金币
},
{
"text": "煤",
"itemid":302,
"itemname":"coal",
"count":32,
"money":100
},
{
"text": "泥土",
"itemid":3,
"itemname":"dirt",
"count":64,
"money":100
}
]
}
[/CODE]
有问题请加入售后群,不要随意评分 加群点我
用法:把ishop文件夹放到plugins文件夹下,py主体扔ipy文件夹
用法:/ishop
[CODE lang="json" title="sell.json"]{
"title":"出售商店", //表单标题
"content":"来点什么?", //次标题
"buttons": [
{
"text": "钟", //描述
"itemid":391, //物品ID
"itemaux":0, //物品特殊值
"count":10, //数量
"money":100 //花费的金币
},{
"text": "橡木",
"itemid":17,
"itemaux":0,
"count":10,
"money":100
},{
"text": "火把",
"itemid":50,
"itemaux":0,
"count":10,
"money":100
}
]
}
[/CODE]
[CODE lang="json" title="recover.json"]{
"title":"回收商店", //表单标题
"content":"来点什么?", //次标题
"buttons": [
{
"text": "原石", //描述
"itemid":4, //物品ID
"itemname":"cobblestone", //物品名称
"count":64, //回收数量
"money":100 //可得金币
},
{
"text": "煤",
"itemid":302,
"itemname":"coal",
"count":32,
"money":100
},
{
"text": "泥土",
"itemid":3,
"itemname":"dirt",
"count":64,
"money":100
}
]
}
[/CODE]