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.
- elo/elos commands can be disabled via config
| 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.
Supported languages:
ar, en, lv, pl, pt-BR, pt-PT, ru, tr, ua, zh-ch
Default language:
"language": "en"- 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"