Playtime Tracker resets every minuteSolved
Using the PlayTime Tracker plugin for rust server w/ Oxide v2.0.4379.
- Playtime resets every minute (ie: timer gets to 00:00:59 then goes to 00:00:00)
- Cleared PTTracker data folder then restarted server with no luck.
Any help available is GREATLY appreciated.

List of plugins installed:
AdvancedArrows.cs
AdvertMessages.cs
Airstrike.cs
AntiOfflineRaid.cs
AutoDoors.cs
Babel.cs
BabelChat.cs
Backpacks.cs
Bank.cs
BGrade.cs
Build.cs
BuildingGrades.cs
Clans.cs
DeathNotes.cs
Friends.cs
FurnaceSplitter.cs
GatherManager.cs
GPay.cs
HumanNPC.cs
ImageLibrary.cs
InfoPanel.cs
InstantCraft.cs
ItemSkinRandomizer.cs
Kits.cs
MagicLoot.cs
MyMiniCopter.cs
NoGiveNotices.cs
NTeleportation.cs
PathFinding.cs
PlayerAdministration.cs
PlaytimeTracker.cs
PrivateMessages.cs
QuickSmelt.cs
RemoverTool.cs
ServerInfo.cs
ServerRewards.cs
SignArtist.cs
StackSizeController.cs
SuicideBomber.cs
Trade.cs
Vanish.cs
Welcomer.cs
ZoneManager.cs

Please see config file below:
{
  "Options": {
    "SaveTimer": 15,
    "TrackAFKTime": true
  },
  "ReferralSystem": {
    "IssueRewardForReferral": true,
    "UseReferralSystem": true
  },
  "RewardSystem": {
    "Enabled": true,
    "Points": {
      "Playtime_Points": 25,
      "Playtime_PointTimer": 900,
      "Referral_InvitePoints": 5,
      "Referral_JoinPoints": 3
    },
    "RewardPlugins": {
      "Hurtworld": {
        "Economy": false
      },
      "Rust": {
        "Economics": false,
        "ServerRewards": true
      },
      "Universal": {
        "UEconomics": false
      }
    },
    "SendDepositMessage": true
  }
}​
"Playtime_PointTimer": 3600, << << here you can change the time in seconds (3600=1 hour)
Thank you.

I think the issue may have been that I had AFK tracking on. I was standing still while checking time tracked - rookie mistake. I turned off AFK tracking and that seemed to work.
Locked automatically