aCDKey | 每日签到
每日签到奖励
支持的功能:
1. 支持多物品奖励;
2. 支持计分板经济和LLMoney;
3. 支持自定义货币单位;
效果如图:
使用方法:
1、下载本插件,解压到
2、开服,将会自动创建配置文件:
3、进服后,游戏内输入指令
以下是示例配置:
(Tips:请严格按照JSON格式进行编辑)
[CODE lang="json" title="config.json"]{
"econ_type": 0, //经济类型,0为计分板,1为LLMoney
"econ_unit": "coin", //货币单位
"scoreboard": "money", //计分板名称(仅在经济类型为0时生效)
}[/CODE]
[CODE lang="json" title="signin.json"]{
"Mon": { //星期,勿改
"money": 10, //奖励金额,设为0时不奖励金币
"item": [ //奖励物品
{
"itemname": "dirt", //物品A名称
"itemcount": 16, //物品A数量
"itemaux": 0 //物品A特殊值
},
{
"itemname": "water_bucket",//物品B名称
"itemcount": 1, //物品B数量
"itemaux": 0 //物品B特殊值
}
],
"players": [] //当天已签到领奖的玩家
},
"Tue": {
"money": 100,
"item": [
{
"itemname": "grass",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Wed": {
"money": 1000,
"item": [
{
"itemname": "stone",
"itemcount": 40,
"itemaux": 0
}
],
"players": []
},
"Thu": {
"money": 100000,
"item": [
{
"itemname": "iron_ingot",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Fri": {
"money": 1000000,
"item": [
{
"itemname": "arrow",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Sat": {
"money": 10000000,
"item": [
{
"itemname": "apple",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Sun": {
"money": 100000000,
"item": [
{
"itemname": "carrot",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
}
}[/CODE]
每日签到奖励
支持的功能:
1. 支持多物品奖励;
2. 支持计分板经济和LLMoney;
3. 支持自定义货币单位;
效果如图:
使用方法:
1、下载本插件,解压到
./plugins/
目录;2、开服,将会自动创建配置文件:
./plugins/Sign-in/
3、进服后,游戏内输入指令
/signin
即可签到领奖。每日签到记录同时也会保存到配置文件中。以下是示例配置:
(Tips:请严格按照JSON格式进行编辑)
[CODE lang="json" title="config.json"]{
"econ_type": 0, //经济类型,0为计分板,1为LLMoney
"econ_unit": "coin", //货币单位
"scoreboard": "money", //计分板名称(仅在经济类型为0时生效)
}[/CODE]
[CODE lang="json" title="signin.json"]{
"Mon": { //星期,勿改
"money": 10, //奖励金额,设为0时不奖励金币
"item": [ //奖励物品
{
"itemname": "dirt", //物品A名称
"itemcount": 16, //物品A数量
"itemaux": 0 //物品A特殊值
},
{
"itemname": "water_bucket",//物品B名称
"itemcount": 1, //物品B数量
"itemaux": 0 //物品B特殊值
}
],
"players": [] //当天已签到领奖的玩家
},
"Tue": {
"money": 100,
"item": [
{
"itemname": "grass",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Wed": {
"money": 1000,
"item": [
{
"itemname": "stone",
"itemcount": 40,
"itemaux": 0
}
],
"players": []
},
"Thu": {
"money": 100000,
"item": [
{
"itemname": "iron_ingot",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Fri": {
"money": 1000000,
"item": [
{
"itemname": "arrow",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Sat": {
"money": 10000000,
"item": [
{
"itemname": "apple",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
},
"Sun": {
"money": 100000000,
"item": [
{
"itemname": "carrot",
"itemcount": 32,
"itemaux": 0
}
],
"players": []
}
}[/CODE]