PL

player-model-changer

by swiftly-solutionβ˜…0↓ 16counterstrikesharp
cs2cs2-pluginswiftlyswiftly-cs2

SwiftlyLogo

[Swiftly] Player Model Changer

A simple plugin for Swiftly that implements a basic player model changing system.

Downloads Contributors Issues License


Installation πŸ‘€

  1. Download the newest release.
  2. Everything is drag & drop, so i think you can do it!
  3. Setup database connection in addons/swiftly/configs/databases.json with the key shop like in the following example:
{
  "model-changer": {
    "hostname": "...",
    "username": "...",
    "password": "...",
    "database": "...",
    "port": 3306
  }
}

Configuring the plugin 🧐

  • After installing the plugin, you need to configure the models from addons/swiftly/configs/plugins/player-model-changer.json

Configuration πŸ› οΈ

The following configuration keys are available:

Key Description
identifier The model's identifier (or ID)
name The model's name
path The model's path (needs to be with .vmdl at the end)
side On which team should you be able to access the model (T / CT / ALL)
flag Which flag should have access to the model (leave empty for no flags)

Credits ⭐

  • The plugin was inspired by samyycX. Props to him!

Creating A Pull Request πŸ˜ƒ

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Have ideas/Found bugs? πŸ’‘

Join Swiftly Discord Server and send a message in the topic from πŸ“•β•Žplugins-sharing of this plugin!