{"id":29718248,"url":"https://github.com/ag42dev/svconnect","last_synced_at":"2026-02-14T23:31:25.369Z","repository":{"id":305571869,"uuid":"1023242147","full_name":"ag42dev/svConnect","owner":"ag42dev","description":"AMXX Plugin for connecting clients to other servers","archived":false,"fork":false,"pushed_at":"2025-07-20T20:29:19.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T03:45:16.453Z","etag":null,"topics":["amxx","goldsrc"],"latest_commit_sha":null,"homepage":"","language":"Pawn","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ag42dev.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}},"created_at":"2025-07-20T20:28:37.000Z","updated_at":"2025-07-20T20:30:30.000Z","dependencies_parsed_at":"2025-07-20T22:12:24.291Z","dependency_job_id":"23dfe0d3-8eeb-4d3b-8c50-c5834b6967d2","html_url":"https://github.com/ag42dev/svConnect","commit_stats":null,"previous_names":["ag42dev/svconnect"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ag42dev/svConnect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag42dev%2FsvConnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag42dev%2FsvConnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag42dev%2FsvConnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag42dev%2FsvConnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ag42dev","download_url":"https://codeload.github.com/ag42dev/svConnect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag42dev%2FsvConnect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29460680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: 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":["amxx","goldsrc"],"created_at":"2025-07-24T09:40:19.040Z","updated_at":"2026-02-14T23:31:25.341Z","avatar_url":"https://github.com/ag42dev.png","language":"Pawn","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svConnect - Server Connection Plugin\n\nA lightweight AMXX plugin that provides an in-game server browser menu for quick connections to predefined servers.\n\nPlayers can type `/connect` in chat to open paginated menu with server list and connect instantly. Works even with `cl_filterstuffcmd` enabled using protection bypass.\n\n## Installation\n\n1. Place `svconnect.sma` in your `scripting/` folder\n2. Compile to get `svconnect.amxx`\n3. Place `svconnect.amxx` in `plugins/` folder  \n4. Add `svconnect.amxx` to `plugins.ini`\n\n## Configuration\n\nEdit the server list in the plugin source code:\n\n```cpp\nnew const g_szServers[][] = {\n    \"127.0.0.1:27015:Local Server\",\n    \"192.168.1.101:27015:DeathMatch Server\", \n    \"your.domain.com:27016:Fun Server\"\n}\n```\n\nFormat: `\"IP_ADDRESS:PORT:DISPLAY_NAME\"`\n\n## Usage\n\nPlayers type `/connect` in chat to open the server menu:\n\n**Single page (≤7 servers):**\n```\nSelect server:\n\n1. Local Server - 127.0.0.1:27015\n2. DeathMatch Server - 192.168.1.101:27015\n3. Fun Server - your.domain.com:27016\n\n0. Cancel\n```\n\n**Multiple pages (\u003e7 servers):**\n```\nSelect server (Page 2/3):\n\n1. Competitive Server - 192.168.1.101:27015\n2. Training Server - 192.168.1.102:27015\n\n8. Previous Page\n9. Next Page  \n0. Cancel\n```\n\n## License\n\nThis project is released under the [Unlicense](LICENSE) - free for any use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag42dev%2Fsvconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fag42dev%2Fsvconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag42dev%2Fsvconnect/lists"}