Hi,
I'm having an issue when trying to set the plugin to give ServerReward points for playtime. It works for anything below 1 minute (60 seconds). Anything above that it will ignore. Such as 10 RP per 7200 seconds, it will still deposit it every minute.
TIA.
I'm having an issue when trying to set the plugin to give ServerReward points for playtime. It works for anything below 1 minute (60 seconds). Anything above that it will ignore. Such as 10 RP per 7200 seconds, it will still deposit it every minute.
{
"Options": {
"SaveTimer": 15,
"TrackAFKTime": true
},
"ReferralSystem": {
"IssueRewardForReferral": true,
"UseReferralSystem": true
},
"RewardSystem": {
"Enabled": false,
"Points": {
"Playtime_Points": 1,
"Playtime_PointTimer": 600,
"Referral_InvitePoints": 15,
"Referral_JoinPoints": 10
},
"RewardPlugins": {
"Hurtworld": {
"Economy": false
},
"Rust": {
"Economics": false,
"ServerRewards": true
},
"Universal": {
"UEconomics": false
}
},
"SendDepositMessage": true
}
}TIA.