FreeArmor gives players free armor on spawn during non-pistol rounds.
- Pistol rounds:
0armor, no helmet - Other rounds:
100armor + helmet
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/FreeArmor/). - Copy the published plugin folder to your server:
.../game/csgo/addons/swiftlys2/plugins/FreeArmor/
- 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:
FreeArmor
On first run the config is created automatically.
Enabled: Master on/off switch (default: true)AccessFlag: Permission required to receive armor.""(empty): everyone gets armor"vip"(example): only players with that permission get armor
freearmor_enabled <0|1>: Enable/disable FreeArmor globally at runtime.
Examples:
freearmor_enabled 0
freearmor_enabled 1
dotnet build- Readme template by criskkky
- Release workflow based on K4ryuu/K4-Guilds-SwiftlyS2 release workflow