https://github.com/ianlucas/cs2-css-inventory-simulator
A CounterStrikeSharp plugin for integrating Counter-Strike 2 servers with CS2 Inventory Simulator
https://github.com/ianlucas/cs2-css-inventory-simulator
counter-strike-2 counterstrikesharp cs2
Last synced: 3 months ago
JSON representation
A CounterStrikeSharp plugin for integrating Counter-Strike 2 servers with CS2 Inventory Simulator
- Host: GitHub
- URL: https://github.com/ianlucas/cs2-css-inventory-simulator
- Owner: ianlucas
- License: mit
- Created: 2024-01-15T01:32:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T21:06:45.000Z (4 months ago)
- Last Synced: 2026-02-26T22:55:46.588Z (4 months ago)
- Topics: counter-strike-2, counterstrikesharp, cs2
- Language: C#
- Homepage:
- Size: 316 KB
- Stars: 63
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
- License: License.txt
Awesome Lists containing this project
README
invsim_url "https://inventory.cstrike.app"
API URL for the Inventory Simulator service.
invsim_apikey ""
API key for the Inventory Simulator service.
invsim_file "inventories.json"
Inventory data file to load when the plugin starts.
invsim_ws_enabled false
Allow players to refresh their inventory using the !ws command.
invsim_ws_immediately false
Apply skin changes immediately without requiring a respawn.
invsim_ws_cooldown 30
Cooldown duration in seconds between inventory refreshes per player.
invsim_ws_url_print_format "{Host}"
URL format string displayed when using the !ws command.
invsim_wslogin false
Allow players to authenticate with Inventory Simulator and display their login URL (not recommended).
invsim_persist_inventory false
Keep a player's cached inventory after they disconnect.
invsim_require_inventory false
Require the player's inventory to be fetched before allowing them to join the game.
invsim_spray_enabled true
Enable spraying via the !spray command and/or use key.
invsim_spray_on_use false
Apply spray when the player presses the use key.
invsim_spray_cooldown 30
Cooldown duration in seconds between sprays per player.
invsim_spraychanger_enabled false
Replace the player's vanilla spray with their equipped graffiti.
invsim_stattrak_ignore_bots true
Ignore StatTrak kill count increments for bot kills.
invsim_fallback_team false
Allow using skins from any team (prioritizes current team first).
invsim_minmodels 0
Enable player agents (0 = enabled, 1 = use map models per team, 2 = SAS & Phoenix).
css_ws
Refreshes player inventory from the Inventory Simulator service and displays the configured URL.
css_spray
Applies the player's equipped graffiti spray at their current location.
css_wslogin
Authenticates the player with Inventory Simulator and displays their login URL.