mirror of
https://gitee.com/xiarenalofs/squad-rain-ops-mini.git
synced 2026-08-09 06:35:58 +08:00
Initial commit: add RainOpsMini project and documentation
This commit is contained in:
28
PluginConfig/RedemptionPlugin.json
Normal file
28
PluginConfig/RedemptionPlugin.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"Enabled": false,
|
||||
"ListCommand": "兑换列表",
|
||||
"RedeemCommand": "兑换",
|
||||
"Options": [
|
||||
{
|
||||
"Name": "VIP 7天",
|
||||
"Cost": 200,
|
||||
"DurationDays": 7,
|
||||
"Group": "VIP_RainOpsMini",
|
||||
"Description": "7天VIP体验"
|
||||
},
|
||||
{
|
||||
"Name": "VIP 30天",
|
||||
"Cost": 800,
|
||||
"DurationDays": 30,
|
||||
"Group": "VIP_RainOpsMini",
|
||||
"Description": "30天VIP月卡"
|
||||
},
|
||||
{
|
||||
"Name": "SVIP 30天",
|
||||
"Cost": 1500,
|
||||
"DurationDays": 30,
|
||||
"Group": "SVIP_RainOpsMini",
|
||||
"Description": "30天SVIP尊贵特权"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user