Reward Configuration Example
{
"id": "3237e804-876e-446f-8e60-3f33e38dde3d",
"name": "InfinityRewards",
"type": "DAILY",
"rewards": {
"1": {
"day": 1,
"description": "300 dollars",
"rewardType": "MONEY",
"headId": 2873,
"money": 300.0
},
"2": {
"day": 2,
"description": "x16 Emerald",
"rewardType": "ITEM",
"headId": 2873,
"item": {
"material": "EMERALD",
"amount": 16,
"durability": 0,
"enchants": {}
},
"money": 0.0
},
"3": {
"day": 3,
"description": "Say the truth",
"rewardType": "COMMAND",
"headId": -1,
"command": "say InfinityRewards is the best Reward plugin",
"money": 0.0
}
}
"restartIfTerminated": false,
"restartIfMissed": false,
"isPremium": false
}Last updated