{"id":31743938,"url":"https://github.com/jonteohr/viprespawns","last_synced_at":"2026-02-17T12:03:51.012Z","repository":{"id":54549241,"uuid":"92395932","full_name":"jonteohr/VIPRespawns","owner":"jonteohr","description":"Sourcemod plugin. Allowing players with A-flag respawn 3 times per map!","archived":false,"fork":false,"pushed_at":"2021-02-11T08:42:32.000Z","size":134,"stargazers_count":4,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-09T11:59:44.263Z","etag":null,"topics":["csgo","server-administration","sourcemod","sourcemod-plugin"],"latest_commit_sha":null,"homepage":"","language":"SourcePawn","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/jonteohr.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}},"created_at":"2017-05-25T11:15:23.000Z","updated_at":"2024-05-05T10:25:34.000Z","dependencies_parsed_at":"2022-08-13T19:20:40.925Z","dependency_job_id":null,"html_url":"https://github.com/jonteohr/VIPRespawns","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/jonteohr/VIPRespawns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonteohr%2FVIPRespawns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonteohr%2FVIPRespawns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonteohr%2FVIPRespawns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonteohr%2FVIPRespawns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonteohr","download_url":"https://codeload.github.com/jonteohr/VIPRespawns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonteohr%2FVIPRespawns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29543384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["csgo","server-administration","sourcemod","sourcemod-plugin"],"created_at":"2025-10-09T11:58:32.323Z","updated_at":"2026-02-17T12:03:51.006Z","avatar_url":"https://github.com/jonteohr.png","language":"SourcePawn","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIPRespawns [![Build Status](https://travis-ci.org/condolent/VIPRespawns.svg?branch=master)](https://travis-ci.org/condolent/VIPRespawns) [![Chat on Gitter](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/VIPRespawns/Lobby) [![Releases](https://img.shields.io/badge/release-1.5.8-orange.svg)](https://github.com/condolent/VIPRespawns/releases) ![Branch](https://img.shields.io/badge/branch-master-lightgrey.svg)\nSourcemod plugin. Allowing players with A-flag respawn x times per map!  \n[AlliedMods](https://forums.alliedmods.net/showthread.php?p=2523408#post2523408)\n\n## Usage\nPlayers with the `a`-flag gets 3 respawns per map.  \nTo respawn, you simply use the command `!vipspawn` when dead.  \nYou can also check how many respawns you have left via `!spawnsleft`.  \nA menu available via `!vip`, as long as it has not been disabled in config.\n\n## Downloads\n[Releases](https://github.com/condolent/VIPRespawns/releases)  \n[Website](https://condolent.xyz/VIPRespawns/)\n\n## Installation\nSimply download the `viprespawn.smx` file via the link above and drag the file to `/addons/sourcemod/plugins`.\n\nThen execute command in server console:  \n`sm plugins load viprespawn`\n\nTo mod the plugin you will need the [colors](https://forums.alliedmods.net/showthread.php?t=96831) include.\n\n## Configuration\nThe config-file is located in `root/csgo/cfg/sourcemod/viprespawns.cfg`. In there you can change some options.\n\nThis is how the config looks like:\n```\n// This file was auto-generated by SourceMod (v1.8.0.5998)\n// ConVars for plugin \"viprespawn.smx\"\n\n// Enable the VIP-menu called with !vip?\n// (0 = Disable, 1 = Enable)\n// -\n// Default: \"1\"\n// Minimum: \"0.000000\"\n// Maximum: \"1.000000\"\nsm_enable_vip_menu \"1\"\n\n// Amount of times a user is allowed to respawn per map\n// -\n// Default: \"3\"\nsm_respawn_amount \"3\"\n\n// How many players needs to be alive in order to respawn\n// Set 0 to allow all the time.\n// - \n// Default: \"3\"\nsm_minimum_players_alive \"3\"\n\n// Should the sm_minimum_players_alive only count players playing on a specific side?\n// 0 = Disable. 1 = Track terrorists. 2 = Track counter-terrorists.\n// -\n// Default: \"0\"\nsm_minimum_players_alive_side \"0\"\n```\n\n## Translation\nWant to help translate the plugin?  \nCreate a [Pull request](https://github.com/condolent/VIPRespawns/pulls) and edit the viprespawn.phrases.txt with your language added. Or you can create a [ticket](https://github.com/condolent/VIPRespawns/issues) with and write which language you're fluent within!\n\n\n\n### Credits\nProps to [B2SX](https://forums.alliedmods.net/member.php?u=265974) for creating the base-code for respawns!  \nWhat I did was clean the code a bit and added some more end-user friendly properties.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonteohr%2Fviprespawns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonteohr%2Fviprespawns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonteohr%2Fviprespawns/lists"}