PlayersModel - Advanced Player Model System

:warning: Important Notice

Warning: This plugin requires custom player models which may violate CS2 server guidelines.

:warning: Notice: 99% of this plugin’s code was written by AI. I personally wrote less than 100 lines of code. If you want to report any bugs or suggestions, please ask AI first, then contact me.

You must set FollowCS2ServerGuidelines to false in addons/swiftlys2/configs/core.jsonc

USE AT YOUR OWN RISK - You are solely responsible for any consequences from using this plugin.

:sparkles: Features

  • Economy Integration - Players can purchase models using credits (requires Economy Plugin)
  • Multi-Team Support - Separate models for CT, T, or universal (All teams)
  • 3D Model Preview - Preview models before purchasing
  • MeshGroup Customization - Customize model components (hair, outfit, accessories, etc.)
  • VIP & Permission System - Restrict models to VIP or specific permission groups
  • Steam ID Whitelist - Exclusive models for specific players
  • Database Persistence - Player purchases and selections saved permanently
  • Multi-Language - English and Simplified Chinese included

:package: Installation

  1. Install the Economy Plugin first
  2. Configure database connection in Economy plugin
  3. Extract PlayersModel to csgo/addons/swiftly/plugins/PlayersModel/
  4. Restart server

:video_game: Commands

Command Description
!model Open model selection menu
!buymodel <id> Purchase a model
!mymodels View owned models
!balance Check credit balance

Admin Commands: !pm_givemodel, !pm_setmodel, !pm_givecredits, !pm_reload, !pm_listmodels


:file_folder: Repository

GitHub: GitHub - qq410525209/PlayersModel-sw2