CS2 plugin that shows a player's real FACEIT level in the CS2 scoreboard.
From 1 to challanger badge
The plugin does this:
- Reads the player's SteamID64 after authorization.
- Requests the player's FACEIT CS2 skill level from the FACEIT Data API.
- Writes the mapped pin ID to the scoreboard pin slot.
- workshop addon replaces those pin images with FACEIT level images.
- CounterStrikeSharp
- MultiAddonManager
- Faceit API Key
- this workshop addon [addon ID: 3724637448]
Players can privately check FACEIT ELO using chat commands.
| Command | Description |
|---|---|
!elo <playername> |
Shows the selected player’s FACEIT ELO |
!elos |
Shows all connected players’ FACEIT ELO |
Copy the addons folder into your CS2 server game/csgo/ folder:
Edit this file and add your FACEIT API key:
counterstrikesharp/configs/plugins/CS2FaceitLevels/CS2FaceitLevels.json.
- you will need this addon ID [3724637448] if you want the plugin to work
- MultiAddonManager config path: game\csgo\cfg\multiaddonmanager
mm_extra_addons "3724637448"
mm_client_extra_addons "3724637448"
- if you want to add multiple addons in MultiAddonManager
mm_extra_addons "3724637448,3719909906"
mm_client_extra_addons "3724637448,3719909906"
- about the workshop map you do not need to Subscribe manually MultiAddonManager will do everything for you
- for better experience i highly recommended Disabling any plugin that change coins/pins.
- CS2FaceitLevels plugin will override them but it will take 15sec to reapply FaceitLevles :)