Can't get server rewards support working
ok, so i am trying to work with Server Rewards and Player Tracking to award players based on time played aka 1 hour 1 point. My issue is the player tracking is not working properly. When i go into /s and watch the player clock it resets after 60 seconds. IE: stays on Playtime: 00:17:00 never changes from that point. any one run into this and know how to fix it so they can get their points correctly?
config?
Do you have a plugin installed that alters day/night cycles?
{
  "Options": {
    "SaveTimer": 500,
    "TrackAFKTime": true
  },
  "ReferralSystem": {
    "IssueRewardForReferral": true,
    "UseReferralSystem": true
  },
  "RewardSystem": {
    "Enabled": true,
    "Points": {
      "Playtime_Points": 1,
      "Playtime_PointTimer": 3600,
      "Referral_InvitePoints": 1,
      "Referral_JoinPoints": 1
    },
    "RewardPlugins": {
      "Hurtworld": {
        "Economy": false
      },
      "Rust": {
        "Economics": false,
        "ServerRewards": true
      },
      "Universal": {
        "UEconomics": true
      }
    },
    "SendDepositMessage": true
  }
}

 

that is my playtime tracker config
{
  "Active categories (global)": {
    "Show commands tab": true,
    "Show exchange tab": true,
    "Show items tab": true,
    "Show kits tab": true,
    "Show seller tab": true,
    "Show transfer tab": true
  },
  "Coloring": {
    "Background color": {
      "Hex color": "#2a2a2a",
      "Transparency (0 - 1)": 0.98
    },
    "Button color - accept": {
      "Hex color": "#00cd00",
      "Transparency (0 - 1)": 0.9
    },
    "Button color - inactive": {
      "Hex color": "#a8a8a8",
      "Transparency (0 - 1)": 0.9
    },
    "Button color - standard": {
      "Hex color": "#2a2a2a",
      "Transparency (0 - 1)": 0.9
    },
    "Primary panel color": {
      "Hex color": "#696969",
      "Transparency (0 - 1)": 0.4
    },
    "Primary text color": "#ce422b",
    "Secondary panel color": {
      "Hex color": "#373737",
      "Transparency (0 - 1)": 0.98
    },
    "Secondary text color": "#939393"
  },
  "Currency exchange rates": {
    "Value of Economics": 10000,
    "Value of RP": 100
  },
  "Options": {
    "Data save interval": 600,
    "Log all transactions": true,
    "Use NPC dealers only": false
  },
  "UI Options": {
    "Disable fade in effect": true,
    "Display kit contents as the description": true,
    "Display user playtime": true
  }
}

 

and this is my server rewards plugin.. As of now no i do not have any timeofday plugin running.. i just have this and adminmenu running.. now i am planning on using timeofday plugin for double gather rate
Get rid of playtimetracker and just use RustRewards which has activityreward built in
Goldie
Get rid of playtimetracker and just use RustRewards which has activityreward built in
Not everyone may want to use that for a specific feature. ;)
do you have to have economics to have server rewards working?
ceyoung75
do you have to have economics to have server rewards working?

No, you can use either or both; just configure them:

        "Economics": false,
        "ServerRewards": true
wulf  why does show play time do the error with it counting up to 60 and not changing the minute
Same problem here