A simple plugin for Swiftly that implements a basic player model changing system.
- Download the newest release.
- Everything is drag & drop, so i think you can do it!
- Setup database connection in
addons/swiftly/configs/databases.json
with the keyshop
like in the following example:
{
"model-changer": {
"hostname": "...",
"username": "...",
"password": "...",
"database": "...",
"port": 3306
}
}
- After installing the plugin, you need to configure the models from
addons/swiftly/configs/plugins/player-model-changer.json
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) |
- The plugin was inspired by samyycX. Props to him!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Join Swiftly Discord Server and send a message in the topic from 📕╎plugins-sharing
of this plugin!