Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natanel-shitrit/miscchanger
Allowing Players to change their CS:GO miscellaneous items (Music-Kit / Coin / Pin).
https://github.com/natanel-shitrit/miscchanger
csgo csgo-items csgo-server mysql sourcemod sourcemod-plugin sourcemod-plugins
Last synced: about 1 month ago
JSON representation
Allowing Players to change their CS:GO miscellaneous items (Music-Kit / Coin / Pin).
- Host: GitHub
- URL: https://github.com/natanel-shitrit/miscchanger
- Owner: Natanel-Shitrit
- License: gpl-3.0
- Created: 2020-10-03T14:06:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T01:54:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T17:39:02.871Z (over 1 year ago)
- Topics: csgo, csgo-items, csgo-server, mysql, sourcemod, sourcemod-plugin, sourcemod-plugins
- Language: SourcePawn
- Homepage: https://forums.alliedmods.net/showthread.php?t=327682
- Size: 306 KB
- Stars: 22
- Watchers: 7
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiscChanger
## Description
Allowing Players to change their CS:GO miscellaneous items (Music-Kit / Coin / Pin).## Requirements / Dependencies:
- [PTaH](https://github.com/komashchenko/PTaH)
- [eItems](https://github.com/quasemago/eItems)## Installation:
1. [Click Here](https://github.com/Natanel-Shitrit/MiscChanger/archive/main.zip) To download the plugin.
2. Extract it into `csgo/addons/sourcemod`.
3. Make sure you installed all dependencies.
4. Add a Database configuration named `MiscChanger` so the plugin could connect to your database.### Configuration:
To change / add / remove commands the plugin use, edit the configuration file found in `sourcemod/configs/MiscChanger`, It's pretty straightforward.## Usage:
#### NOTE: All the commands are configurable, see `Configuration` for more information.
Each command has a built in search function, that can be used with the following template: `sm_xxxxxx `
### Outcomes of the search:
1. No match, a message will be printed in the chat and nothing will change.\
![No-Match](https://i.imgur.com/9L0hSuR.png)
2. 1 Match, will automatically changed to this item.\
![1-Match](https://i.imgur.com/5qBiQRY.gif)
3. More than 1 match, will open the menu with all the matches.\
![Multi-Match](https://i.imgur.com/fUWjb5e.gif)