{"id":35129258,"url":"https://github.com/kandru/cs2-teambalancer","last_synced_at":"2026-01-12T10:01:03.003Z","repository":{"id":261836109,"uuid":"885484125","full_name":"Kandru/cs2-teambalancer","owner":"Kandru","description":"Simple Teambalancer for Counter-Strike 2","archived":false,"fork":false,"pushed_at":"2025-12-27T22:41:33.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T08:15:26.446Z","etag":null,"topics":["cssharp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kandru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-08T17:12:21.000Z","updated_at":"2025-12-27T22:41:36.000Z","dependencies_parsed_at":"2025-08-06T15:15:20.568Z","dependency_job_id":"c4baae6f-1927-47b5-a067-5313065e06e3","html_url":"https://github.com/Kandru/cs2-teambalancer","commit_stats":null,"previous_names":["derkalle4/cs2-teambalancer","kandru/cs2-teambalancer"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/Kandru/cs2-teambalancer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kandru%2Fcs2-teambalancer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kandru%2Fcs2-teambalancer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kandru%2Fcs2-teambalancer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kandru%2Fcs2-teambalancer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kandru","download_url":"https://codeload.github.com/Kandru/cs2-teambalancer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kandru%2Fcs2-teambalancer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cssharp"],"created_at":"2025-12-28T04:54:15.195Z","updated_at":"2026-01-12T10:01:02.978Z","avatar_url":"https://github.com/Kandru.png","language":"C#","funding_links":["https://www.paypal.com/donate/?hosted_button_id=C2AVYKGVP9TRG"],"categories":[],"sub_categories":[],"readme":"\u003e [!TIP]\n\u003e You can test this plug-in by joining our community server via `connect server.counterstrike.party:27030` or via https://counterstrike.party\n\n# CounterstrikeSharp - Team Balancer\n\n[![UpdateManager Compatible](https://img.shields.io/badge/CS2-UpdateManager-darkgreen)](https://github.com/Kandru/cs2-update-manager/)\n[![GitHub release](https://img.shields.io/github/release/Kandru/cs2-teambalancer?include_prereleases=\u0026sort=semver\u0026color=blue)](https://github.com/Kandru/cs2-teambalancer/releases/)\n[![License](https://img.shields.io/badge/License-GPLv3-blue)](#license)\n[![issues - cs2-map-modifier](https://img.shields.io/github/issues/Kandru/cs2-teambalancer)](https://github.com/Kandru/cs2-teambalancer/issues)\n[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=C2AVYKGVP9TRG)\n\nSimple team balancer for Counter Strike 2. Fits my needs and balances the teams. Will balance towards the team with less score and players.\n\n## Installation\n\n1. Download and extract the latest release from the [GitHub releases page](https://github.com/Kandru/cs2-teambalancer/releases/).\n2. Move the \"TeamBalancer\" folder to the `/addons/counterstrikesharp/plugins/` directory.\n3. Restart the server.\n\nUpdating is even easier: simply overwrite all plugin files and they will be reloaded automatically.\n\n## Configuration\n\nThis plugin automatically creates a readable JSON configuration file. This configuration file can be found in `/addons/counterstrikesharp/configs/plugins/TeamBalancer/TeamBalancer.json`.\n\n## Compile Yourself\n\nClone the project:\n\n```bash\ngit clone https://github.com/Kandru/cs2-teambalancer.git\n```\n\nGo to the project directory\n\n```bash\n  cd cs2-teambalancer\n```\n\nInstall dependencies\n\n```bash\n  dotnet restore\n```\n\nBuild debug files (to use on a development game server)\n\n```bash\n  dotnet build\n```\n\nBuild release files (to use on a production game server)\n\n```bash\n  dotnet publish\n```\n\n## FAQ\n\nTODO\n\n## License\n\nReleased under [GPLv3](/LICENSE) by [@Kandru](https://github.com/Kandru).\n\n## Authors\n\n- [@derkalle4](https://www.github.com/derkalle4)\n- [@jmgraeffe](https://www.github.com/jmgraeffe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkandru%2Fcs2-teambalancer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkandru%2Fcs2-teambalancer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkandru%2Fcs2-teambalancer/lists"}