Claim never gives the rewardSolved
So whenever anyone does /claim it just says checking the websites and never comes back with the reward or any message stating it didnt work. It worked a few days ago and now it's broken. Any advice how to fix this..
@alexuhhDid you ever get this figured out?

People can (or at least they could, not sure if it's working for them now) claim the first reward. After that it just won't issue the reward and I'm not sure why

I fixed this problem by changing in the configuration file in the "Commands" section the playerID by SteamID ...

  "Commands": {
    "money": "deposit {SteamID} {value}",
    "oxidegrantgroup": "oxide.usergroup add {SteamID} {value}",
    "oxidegrantperm": "oxide.grant user {SteamID} {value}",
    "oxiderevokegroup": "oxide.usergroup remove {SteamID} {value}",
    "oxiderevokeperm": "oxide.revoke user {SteamID} {value}",
    "rp": "sr add {SteamID} {value}",
    "tempaddgroup": "addgroup {SteamID} {value} {value2}",
    "tempgrantperm": "grantperm {SteamID} {value} {value2}",
    "zlvl-*": "zl.lvl {SteamID} * +{value}",
    "zlvl-c": "zl.lvl {SteamID} C +{value}",
    "zlvl-m": "zl.lvl {SteamID} M +{value}",
    "zlvl-s": "zl.lvl {SteamID} S +{value}",
    "zlvl-wc": "zl.lvl {SteamID} WC +{value}"
  },

Probably still have an unused value in the config. Plugin maybe hanging up on a failed webrequest. Watch the video on the documentation page.. I mention removing unused config values

Pk7ZL7YRqzfn45x.png MikeHawke

Probably still have an unused value in the config. Plugin maybe hanging up on a failed webrequest. Watch the video on the documentation page.. I mention removing unused config values

I had the same issue. I removed the other ID:KEY values not being used and that solved the issue...

Locked automatically