Install problem

Hi,

i installed BetterChat and made groups via chat command.
Than i installed PlaytimeTracker and PlayerRankings.

The problem i have is that it push mit not in the next group. I am in default group and stay there.

[
 {
    "GroupName": "admin",
    "Priority": 0,
    "Title": {
      "Text": "[Owner]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    },
    "ConsolePresentation": "[Spieler] Joe321: Hi there!"
  }, 
{
    "GroupName": "default",
    "Priority": 2,
    "Title": {
      "Text": "[Spieler]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    },
    "ConsolePresentation": "[Spieler] Joe321: Hi there!"
  },
  {
    "GroupName": "bronze",
    "Priority": 3,
    "Title": {
      "Text": "[Bronze]",
      "Color": "#553B1B",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    },
    "ConsolePresentation": "[Bronze] Joe321: Hi there!"
  },
  {
    "GroupName": "silber",
    "Priority": 4,
    "Title": {
      "Text": "[Silber]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    },
    "ConsolePresentation": "[Spieler] Joe321: Hi there!"
  },
  {
    "GroupName": "gold",
    "Priority": 5,
    "Title": {
      "Text": "[Gold]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    },
    "ConsolePresentation": "[Spieler] Joe321: Hi there!"
  },
  {
    "GroupName": "platin",
    "Priority": 6,
    "Title": {
      "Text": "[Platin]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    },
    "ConsolePresentation": "[Spieler] Joe321: Hi there!"
  },
  {
    "GroupName": "vip1",
    "Priority": 7,
    "Title": {
      "Text": "[VIP1]",
      "Color": "#55AAFF",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55AAFF",
      "Size": 15
    },
    "Message": {
      "Color": "#FFFFFF",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    },
    "ConsolePresentation": "[Spieler] Joe321: Hi there!"
  }
]​

{
  "A": {
    "Oxide Group": "default",
    "Playtime": 0.0
  },
  "B": {
    "Oxide Group": "bronze",
    "Playtime": 0.1
  },
  "C": {
    "Oxide Group": "silber",
    "Playtime": 0.2
  },
  "D": {
    "Oxide Group": "gold",
    "Playtime": 100.0
  },
  "E": {
    "Oxide Group": "platin",
    "Playtime": 250.0
  },
  "F": {
    "Oxide Group": "vip1",
    "Playtime": 1000.0
  }
}​

Your time settings are wrong , also dont bother with default as that is a rank everyone has anyway. I use ranks for kit and other plugin permissions and it works great, here is an example of my PlayerRankings config

{
  "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
  },
  "E": {
    "Oxide Group": "Provisional",
    "Playtime": 75.0
  },
  "G": {
    "Oxide Group": "Hardcase",
    "Playtime": 125.0
  },
  "H": {
    "Oxide Group": "Professional",
    "Playtime": 260.0
  },​

I have only enclosed a short section of the config,  they go up to 10,000 hours

Thanks for reply. Time isnt wrong, its only short. Want test in realtime but dont wait so long. 0.1 is 6 minutes to get next rank. tried it also with 1.0 and 10.0. Nothing works. Tried it also without default.