PlayerRankings not working

Hey,
so i have installed BetterChat, PlayerRankings and both Playtime Tracker and ConnectionDB but it seems not to have worked at all, i can assign me a group but it wouldn't give me a rank for the playtime i have configured.
This is my BetterChat Config:

[
  {
    "GroupName": "default",
    "Priority": 7,
    "Title": {
      "Text": "[NewMember]",
      "Color": "#12EC00",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "2",
    "Priority": 6,
    "Title": {
      "Text": "[1H RecentMember]",
      "Color": "#00F9C4",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "3",
    "Priority": 5,
    "Title": {
      "Text": "[2H ActiveMember]",
      "Color": "#00E2F9",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "4",
    "Priority": 4,
    "Title": {
      "Text": "[5H LoyalMember]",
      "Color": "#0080FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "5",
    "Priority": 3,
    "Title": {
      "Text": "[10H HypedMember]",
      "Color": "#1700FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "6",
    "Priority": 2,
    "Title": {
      "Text": "[24H LongMember]",
      "Color": "#9B00FF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "7",
    "Priority": 1,
    "Title": {
      "Text": "[48H+ EternalMember]",
      "Color": "#5D004B",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "default",
    "Priority": 7,
    "Title": {
      "Text": "[NewMember]",
      "Color": "#12EC00",
      "Size": 15,
      "Hidden": true,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  }
]​

And this is my PlayerRankings Config:

{
  "A": {
    "Oxide Group": "1",
    "Playtime": 0.0
  },
  "B": {
    "Oxide Group": "2",
    "Playtime": 1.0
  },
  "C": {
    "Oxide Group": "3",
    "Playtime": 2.0
  },
  "D": {
    "Oxide Group": "4",
    "Playtime": 5.0
  },
  "E": {
    "Oxide Group": "5",
    "Playtime": 10.0
  },
  "F": {
    "Oxide Group": "6",
    "Playtime": 24.0
  },
  "G": {
    "Oxide Group": "7",
    "Playtime": 48.0
  },
  "Settings": {
    "Ignore Admins": true
  }
}

 

Try setting these to false

"HiddenIfNotPrimary": true​

Sadly it was not the fix, i have the rank for the Default one, but after the configured time, i dont get the new one

JupStep

Sadly it was not the fix, i have the rank for the Default one, but after the configured time, i dont get the new one

I do not have a 0.0  (they are the default *hidden if not primary group)  setting for any player who does not have enough time for the first rank they do not have any "Title" in chat,  Try removing that rank (?) I dont think you can use Playtimetracker and Connectdb at the same time (if you are)

{
  "A": {
    "Oxide Group": "Spaz",
    "Playtime": 1.0
  },
  "B": {
    "Oxide Group": "Newbie",
    "Playtime": 5.0
  },
  "C": {
    "Oxide Group": "Noob",
    "Playtime": 15.0
  },
  "D": {
    "Oxide Group": "Learner",
    "Playtime": 50.0

 

[
  {
    "GroupName": "default",
    "Priority": 1,
    "Title": {
      "Text": "[]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": true,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "Noob",
    "Priority": 4,
    "Title": {
      "Text": "[Noob]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }

I use connectdb (for many years) and it is working well. The only thing i make sure of is backing up the users data file if either of the plugins is updated as i did have a problem of all the ranks disappearing when they were both updated on the same day,

2GUuMTA8h38qqSD.jpg pookins

I do not have a 0.0  (they are the default *hidden if not primary group)  setting for any player who does not have enough time for the first rank they do not have any "Title" in chat,  Try removing that rank (?) I dont think you can use Playtimetracker and Connectdb at the same time (if you are)

{
  "A": {
    "Oxide Group": "Spaz",
    "Playtime": 1.0
  },
  "B": {
    "Oxide Group": "Newbie",
    "Playtime": 5.0
  },
  "C": {
    "Oxide Group": "Noob",
    "Playtime": 15.0
  },
  "D": {
    "Oxide Group": "Learner",
    "Playtime": 50.0

 

[
  {
    "GroupName": "default",
    "Priority": 1,
    "Title": {
      "Text": "[]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": true,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "Noob",
    "Priority": 4,
    "Title": {
      "Text": "[Noob]",
      "Color": "#00ffffff",
      "Size": 17,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#ffff00ff",
      "Size": 17
    },
    "Message": {
      "Color": "#ffffffff",
      "Size": 17
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }

I use connectdb (for many years) and it is working well. The only thing i make sure of is backing up the users data file if either of the plugins is updated as i did have a problem of all the ranks disappearing when they were both updated on the same day,

Still nothing, i removed ConnectionDB because it wouldn't work/Count the time. I also did what you asked me to do and still nothing, now i dont even have a rank beside my name.

I have kept a close on on the hours recorded using Connectdb and it is working fine , i have been writing down and comparing the hours shown when typing /ranks and it is increasing by the hours played. mine was 3124 yesterday and 3130 today, my team mates was 11324 yesterday and 11335 today.

dont work for me aswell not showing the ranks in chat the times is going up but not putting the player in to the group 

Merged post

its ok worked it out i was running PlayerChallenges it stopped it work when i removed PlayerChallenges it works fine