Still unable to find any supported reward plugins
Hi. I am using ServerRewards with PlaytimeTracker and keep getting this error. It works if I reload it but other times it won't this is the error I am getting

[Playtime Tracker] Still unable to find any supported reward plugins. Rewards will not be issued!

If anyone can help that would be appreciated
Did you enable them in the configuration file?
i use ServerRewards and its working fine, maybe my config helps you out:

{
  "Options": {
    "SaveTimer": 16,
    "TrackAFKTime": false
  },
  "ReferralSystem": {
    "IssueRewardForReferral": true,
    "UseReferralSystem": false
  },
  "RewardSystem": {
    "Enabled": true,
    "Points": {
      "Playtime_Points": 200,
      "Playtime_PointTimer": 1800,
      "Referral_InvitePoints": 500,
      "Referral_JoinPoints": 300
    },
    "RewardPlugins": {
      "Hurtworld": {
        "Economy": false
      },
      "Rust": {
        "Economics": false,
        "ServerRewards": true
      },
      "Universal": {
        "UEconomics": false
      }
    },
    "SendDepositMessage": true
  }
}​
For anyone in future I have found this COULD be due to Playtime Tracker loading before your chosen rewards system. I could be completely wrong just putting in my 2 cents as I have also ran into this problem. Happy Holidays!