Medic allows players to heal themselves by using chat/console commands.
- Supports aliases:
medic,medkit,doctor - Can enforce usage limits, minimum health threshold, permissions, and money cost
Need help or have questions? Join our Discord server:
-
📦Download Latest Plugin Version → Click Here -
⚙️Download Latest SwiftlyS2 Version → Click Here
- Download/build the plugin (publish output lands in
build/publish/Medic/). - Copy the published plugin folder to your server:
.../game/csgo/addons/swiftlys2/plugins/Medic/
- Ensure the
resources/folder (translations, gamedata) is alongside the DLL. - Start/restart the server.
The plugin uses SwiftlyS2's JSON config system.
- File name:
config.jsonc - Section:
Medic
On first run the config is created automatically.
Commands: Command aliases that trigger the medic heal.- Default:
"medic","medkit","doctor"
- Default:
AccessFlag: Permission required to use the command.""(empty): everyone can use"vip"(example): only players with that permission can use
MinHealth: Only allow healing if player's HP is<= MinHealthHealHealth: Amount of HP to restore (clamped to max HP)Cost: Money cost per heal (0 disables)MaxUse: Uses per roundShowCall: Announces to chat when someone uses medicHealSuccessSound: Sound event name played on successHealFailureSound: Sound event name played on failure
dotnet build- Original plugin: Quake1011/Medic
- Readme template by criskkky
- Release workflow based on K4ryuu/K4-Guilds-SwiftlyS2 release workflow