Player not added to the groupSolved
Hello,
o.show group Test:
Group 'Test' players:
No players currently in group​

Yjq38Xf.jpg

I'm using PlayTimeTracker.

Playtime_data.json:
{
  "timeData": {
    "765611XXXXXXXXX": {
      "playTime": 47782.583679914474,
      "afkTime": 70240.357050657272,
      "lastReward": 46800.0,
      "referrals": 0
    },
    "76561197XXXXXXXXX": {
      "playTime": 2537.8083465099335,
      "afkTime": 1241.8351492881775,
      "lastReward": 0.0,
      "referrals": 0
    }
  }
}​

The plugin is based on the file Playtime_data.json to have the number of hours played or how it goes?

I installed your plugin yesterday (so I only have 1h or 2h game)

Cheers,

What "playtime" did you make the rank (group) "test" in player rankings config ?
for example i use
{
  "A": {
    "Oxide Group": "Spaz",
    "Playtime": 1.0
  },​

I use the "A" (to "N") so that the ranks will display in the right order in chat

I've modified PlayerRankings.json to:
{
  "A": {
    "Oxide Group": "Elite",
    "Playtime": 720.0
  },
  "B": {
    "Oxide Group": "Test",
    "Playtime": 1.0
  },
  "Settings": {
    "Ignore Admins": true
  }
}​

restart server.

But order matters?

The plugin is not supposed to add the player to the group?
Tanki
I've modified PlayerRankings.json to:
{
  "A": {
    "Oxide Group": "Elite",
    "Playtime": 720.0
  },
  "B": {
    "Oxide Group": "Test",
    "Playtime": 1.0
  },
  "Settings": {
    "Ignore Admins": true
  }
}​

restart server.

But order matters?

The plugin is not supposed to add the player to the group?

You have set "Ignore Admins" to true. So that is probably why the plugin is ignoring you.

Tanki
I've modified PlayerRankings.json to:
{
  "A": {
    "Oxide Group": "Elite",
    "Playtime": 720.0
  },
  "B": {
    "Oxide Group": "Test",
    "Playtime": 1.0
  },
  "Settings": {
    "Ignore Admins": true
  }
}​

restart server.

But order matters?

The plugin is not supposed to add the player to the group?

just to confirm , you already created the group using BetterChat , right ?

Tanki
I've modified PlayerRankings.json to:
{
  "A": {
    "Oxide Group": "Elite",
    "Playtime": 720.0
  },
  "B": {
    "Oxide Group": "Test",
    "Playtime": 1.0
  },
  "Settings": {
    "Ignore Admins": true
  }
}​

restart server.

But order matters?

The plugin is not supposed to add the player to the group?

order does matter if you have set up ranks based on time played and you want the ranks to show in order (in chat) from lowest to highest, i have 13 ranks (so far) with rewards for the higher ranks.

No.

Created the group:
chat group add Test​

connection to the server and its good.

Thanks Pookie for help ;)
Locked automatically