[IPYR] ishop —— 小商店

CSR [IPYR] ishop —— 小商店 1.2.0

版权类型
原创
版权链接
#
语言支持
简体中文
适配版本(基岩)
  1. 1.16
必须前置:PluginCheck 自动检查更新,如果没有会报错
有问题请加入售后群,不要随意评分
加群点我
用法:把ishop文件夹放到plugins文件夹下,py主体扔ipy文件夹
用法:/ishop

JV655XVPTU6JRSI~AOHWP@A.jpg
配置文件,注意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]
  • 喜欢
Reactions: HuoHua
Author
Sbaoor
价格
300金粒
Downloads
28
Views
1,575
First release
Last update

Ratings

4.33 star(s) 3 ratings

Share this resource

Latest updates

  1. 适配新框架

    RT

Latest reviews

尝试了很多次,都用不了,每次开服只能买一次,然后就买不了了
在?更新个子菜单?
Sbaoor
Sbaoor
最近沉迷于玩addon,咕咕咕
哇哦
Back
Top Bottom