Can't get group limit to workSolved

Is anyone able to help with the group limit part of the config, i can't see to get it to work. Do i need to turn it on via command?

  "Group Limit": {
    "Dead Color": "#ff0000",
    "Draw Distant Players With X": false,
    "Group Color Basic": "#ffff00",
    "Group Colors": [
      {
        "0": "#FF00FF",
        "1": "#008000",
        "2": "#0000FF",
        "3": "#FFA500",
        "4": "#FFFF00"
      }
    ],
    "Height Offset [0.0 = disabled]": 40.0,
    "Limit": 3,
    "Range": 200.0,
    "Use Group Colors Configuration": true
looks like you need to update
nivex
looks like you need to update

I'm running 5.0.9, just did a compare with a fresh config locally to the one of my server and aside from any tweaks i've made it looks the same...maybe i'm missing something.

"Draw Distant Players With X": false,

must be true. sorry for late reply :p
nivex
"Draw Distant Players With X": false,

must be true. sorry for late reply :p

Still not luck even with it set to true.

can confirm it works. make sure it's set true and reload plugin
Let me drop my entire config in case something is wrong. 

{
  "Additional Tracking": {
    "Boats": false,
    "Bradley APC": false,
    "CargoPlanes": false,
    "CargoShips": false,
    "Cars": false,
    "CCTV": false,
    "CH47": false,
    "Helicopter Rotor Health": true,
    "Helicopters": true,
    "MiniCopter": false,
    "RHIB": false,
    "Ridable Horses": false
  },
  "Color-Hex Codes": {
    "Airdrops": "#ff00ff",
    "Animals": "#0000ff",
    "AutoTurrets": "#ffff00",
    "Backpacks": "#c0c0c0",
    "Box": "#ff00ff",
    "Bradley": "#ff00ff",
    "Collectibles": "#ffff00",
    "Corpses": "#ffff00",
    "Distance": "#ffa500",
    "Health": "#ff0000",
    "Helicopters": "#ff00ff",
    "Loot": "#ffff00",
    "MiniCopter": "#ff00ff",
    "MiniCopter (ScrapTransportHelicopter)": "#ff00ff",
    "Murderers": "#000000",
    "Online Dead Player": "#ff0000",
    "Online Player": "#ffffff",
    "Player Arrows": "#000000",
    "Resources": "#ffff00",
    "Scientist HTN": "#ff00ff",
    "Scientist Peacekeeper": "#ffff00",
    "Scientists": "#ffff00",
    "Sleeping Bags": "#ff00ff",
    "Sleeping Dead Player": "#ff0000",
    "Sleeping Player": "#00ffff",
    "Stash": "#ffffff",
    "Tool Cupboards": "#000000",
    "Zombies": "#ff0000"
  },
  "DiscordMessages": {
    "Embed_MessageLocation": "Location",
    "Embed_MessageMessage": "Message",
    "Embed_MessagePlayer": "Player",
    "Embed_MessageServer": "Server",
    "Embed_MessageTitle": "Player Message",
    "Message - Embed Color (DECIMAL)": 3329330,
    "Message - Webhook URL": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
    "Off": "Radar turned off.",
    "On": "Radar turned on."
  },
  "Drawing Distances": {
    "Airdrop Crates": 400,
    "Animals": 200,
    "Boats": 150,
    "Boxes": 100,
    "Cars": 100,
    "CCTV": 100,
    "Collectibles": 100,
    "Loot Containers": 150,
    "MiniCopter": 100,
    "NPC Players": 250,
    "Player Corpses": 100,
    "Players": 5000,
    "Radar Drops Command": 150,
    "Resources (Ore)": 500,
    "Ridable Horses": 250,
    "Sleeping Bags": 250,
    "Stashes": 250,
    "Tool Cupboard Arrows": 250,
    "Tool Cupboards": 150,
    "Turrets": 100
  },
  "Drawing Methods": {
    "Draw Arrows On Players": false,
    "Draw Boxes": false,
    "Draw Text": true
  },
  "Group Limit": {
    "Dead Color": "#ff0000",
    "Draw Distant Players With X": true,
    "Group Color Basic": "#ffff00",
    "Group Colors": [
      {
        "0": "#FF00FF",
        "1": "#008000",
        "2": "#0000FF",
        "3": "#FFA500",
        "4": "#FFFF00"
      }
    ],
    "Height Offset [0.0 = disabled]": 40,
    "Limit": 2,
    "Range": 200,
    "Use Group Colors Configuration": true
  },
  "GUI": {
    "Anchor Max": "0.810 0.148",
    "Anchor Min": "0.667 0.020",
    "Color Off": "0.29 0.49 0.69 0.5",
    "Color On": "0.69 0.49 0.29 0.5",
    "Show Button - Bags": true,
    "Show Button - Boats": false,
    "Show Button - Box": true,
    "Show Button - Bradley": false,
    "Show Button - CargoPlanes": false,
    "Show Button - CargoShips": false,
    "Show Button - Cars": false,
    "Show Button - CCTV": true,
    "Show Button - CH47": false,
    "Show Button - Collectibles": false,
    "Show Button - Dead": true,
    "Show Button - Heli": false,
    "Show Button - Loot": true,
    "Show Button - MiniCopter": true,
    "Show Button - NPC": false,
    "Show Button - Ore": true,
    "Show Button - Ridable Horses": false,
    "Show Button - RigidHullInflatableBoats": false,
    "Show Button - Sleepers": true,
    "Show Button - Stash": true,
    "Show Button - TC": true,
    "Show Button - TC Arrow": false,
    "Show Button - Turrets": true
  },
  "Options": {
    "Draw Empty Containers": true,
    "Only Show NPCPlayers At World View": false,
    "Show Airdrop Contents": false,
    "Show Authed Count On Cupboards": true,
    "Show Bag Count On Cupboards": true,
    "Show Barrel And Crate Contents": false,
    "Show Resource Amounts": true,
    "Show Stash Contents": false,
    "Show X Items In Backpacks [0 = amount only]": 3,
    "Show X Items On Corpses [0 = amount only]": 0
  },
  "Settings": {
    "Barebones Performance Mode": false,
    "Chat Command": "ar",
    "Deactivate Radar After X Minutes": 0,
    "Deactivate Radar After X Seconds Inactive": 600,
    "Default Distance": 5000,
    "Default Refresh Time": 5,
    "Dropped Item Exceptions": [
      "bottle",
      "planner",
      "rock",
      "torch",
      "can.",
      "arrow."
    ],
    "Latency Cap In Milliseconds (0 = no cap)": 1000,
    "Objects Drawn Limit (0 = unlimited)": 250,
    "Restrict Access To Auth Level": 1,
    "Restrict Access To Steam64 IDs": [],
    "Re-use Cooldown, Seconds": 0,
    "Second Command": "arv",
    "Show Average Ping Every X Seconds [0 = disabled]": 0,
    "Show Radar Activated/Deactivated Messages": true,
    "User Interface Enabled": true
  },
  "Voice Detection": {
    "Detection Radius": 30,
    "Enabled": true,
    "Timeout After X Seconds": 3
  },
  "When Radar Is Active": {
    "Block Damage To Animals": false,
    "Block Damage To Buildings": false,
    "Block Damage To Everything Else": false,
    "Block Damage To Npcs": false,
    "Block Damage To Players": false
  }
}​
I don't see an issue atm. how are you trying to use this feature?

You'll want to use this from a far distance from the player and it will draw numbers on players that are grouped and X on the rest
Got it! As i had players so high for some reason it wasn't showing. Makes sense, thank you Nivex.
"Players": 5000,​

 

no problem
Locked automatically