{"id":16623327,"url":"https://github.com/tegraxd/chapter-statistical-report","last_synced_at":"2026-02-04T01:02:25.049Z","repository":{"id":65702944,"uuid":"588068702","full_name":"TEGRAXD/chapter-statistical-report","owner":"TEGRAXD","description":"A SourceMod Plugin For Allowing Players To Get Basic Statistic","archived":false,"fork":false,"pushed_at":"2023-09-02T05:37:55.000Z","size":249,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T10:50:11.943Z","etag":null,"topics":["left4dead2","sourcemod-plugin"],"latest_commit_sha":null,"homepage":"https://forums.alliedmods.net/showthread.php?t=341241","language":"SourcePawn","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TEGRAXD.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}},"created_at":"2023-01-12T08:51:46.000Z","updated_at":"2024-07-22T18:34:21.000Z","dependencies_parsed_at":"2024-07-12T22:10:07.109Z","dependency_job_id":null,"html_url":"https://github.com/TEGRAXD/chapter-statistical-report","commit_stats":null,"previous_names":["tegraxd/chapter-statistical-report"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/TEGRAXD/chapter-statistical-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TEGRAXD%2Fchapter-statistical-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TEGRAXD%2Fchapter-statistical-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TEGRAXD%2Fchapter-statistical-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TEGRAXD%2Fchapter-statistical-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TEGRAXD","download_url":"https://codeload.github.com/TEGRAXD/chapter-statistical-report/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TEGRAXD%2Fchapter-statistical-report/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262944781,"owners_count":23388825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["left4dead2","sourcemod-plugin"],"created_at":"2024-10-12T03:23:18.643Z","updated_at":"2026-02-04T01:02:20.019Z","avatar_url":"https://github.com/TEGRAXD.png","language":"SourcePawn","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chapter Statistical Report\nChapter Statistical Report is a SourceMod plugin that *obviously* written in SourcePawn. This allow players to get information of their basic statistic such as CI \u0026 SI kills, headshot kills, and headshot accuracy. This plugin work best in Coop mode.\n\n## Console Variable (ConVar)\n- csr_version\n- csr_headshot_accuracy_compare (default: 1)\n- csr_ignore_bots_kills (default: 0)\n- csr_only_human_player (default: 0)\n- csr_print_mode (default: 0)\n- csr_stats_on_failed (default: 0)\n- csr_reset_stats (default: 0)\n\n## Commands\n- sm_stats\n- sm_teamstats\n- sm_resetstats (Admin - General Flag)\n\n## Note\nWork with L4D / L4D2.\n\n## Installation\nPut `chapter_statistical_report.smx` in `path/to/server/left4dead2/sourcemod/addons/plugins/\u003chere\u003e`\\\ncfg file will automatically generated in `path/to/server/left4dead2/cfg/sourcemod/l4d2_chapter_statistical_report.cfg`\n\n## Version\n1.2.0\n\n## Changelog\n```\n2023-09-02 (v1.2.0)\n\n* Add new cvar csr_reset_stats to reset stats in either round/campaign end.\n\n2023-02-06 (v1.1.1)\n\n* Hotfix 'Stats not resetting' issue.\n\n2023-02-05 (v1.1.0)\n\n* Reset command, 2 new cvars (csr_print_mode \u0026 csr_stats_on_failed).\n\n2023-01-14 (v1.0.2) - Thanks to BloodyBlade\n\n* Hotfix inconsistent indentation warnings, add newdecls required pragma, and change EventHook callback parameter from 'Handle' to 'Event'. \n\n2023-01-13 (v1.0.1)\n\n* Hotfix 'Property \"m_zombieClass\" not found (entity 0/worldspawn)'. \n\n2023-01-12 (v1.0.0)\n\n* Initial release.\n```\n\n## Screenshot\n![](static/command.png)\n\n## AlliedModders\nhttps://forums.alliedmods.net/showthread.php?t=341241\n\n## License\n```\nMIT License\n\nCopyright (c) 2023 Tegar Bangun Suganda (OVERMIND)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftegraxd%2Fchapter-statistical-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftegraxd%2Fchapter-statistical-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftegraxd%2Fchapter-statistical-report/lists"}