Not giving playtime rewards above 1 minute
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.

{
  "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.
make sure u unload the plugin before making any changes then reload it
Sounds like its still in memory so using old config
tomhud
make sure u unload the plugin before making any changes then reload it
Sounds like its still in memory so using old config

Just tried that, still acts the same. Thank you though !

I used playtimetracker long befor activating the reward system. after activating the plugin granted me every minute the rewardpoints for my already played time. as soon as it rewarded me for my already played time the timer worked fine. perhaps the same for you?