mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-09 16:18:48 +00:00
feat: Add SQLite database support with MySQL compatibility
This commit is contained in:
37
WeaponPaints.json
Normal file
37
WeaponPaints.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"ConfigVersion": 10,
|
||||
"SkinsLanguage": "pt-BR",
|
||||
"DatabaseType": "sqlite",
|
||||
"DatabasePath": "weaponpaints.db",
|
||||
"DatabaseHost": "",
|
||||
"DatabasePort": 3306,
|
||||
"DatabaseUser": "",
|
||||
"DatabasePassword": "",
|
||||
"DatabaseName": "",
|
||||
"CmdRefreshCooldownSeconds": 3,
|
||||
"Website": "example.com/skins",
|
||||
"Additional": {
|
||||
"KnifeEnabled": true,
|
||||
"GloveEnabled": true,
|
||||
"MusicEnabled": true,
|
||||
"AgentEnabled": true,
|
||||
"SkinEnabled": true,
|
||||
"PinsEnabled": true,
|
||||
"CommandWpEnabled": true,
|
||||
"CommandKillEnabled": true,
|
||||
"CommandKnife": ["knife"],
|
||||
"CommandMusic": ["music"],
|
||||
"CommandPin": ["pin", "pins", "coin", "coins"],
|
||||
"CommandGlove": ["gloves"],
|
||||
"CommandAgent": ["agents"],
|
||||
"CommandStattrak": ["stattrak", "st"],
|
||||
"CommandSkin": ["ws"],
|
||||
"CommandSkinSelection": ["skins"],
|
||||
"CommandRefresh": ["wp"],
|
||||
"CommandKill": ["kill"],
|
||||
"GiveRandomKnife": false,
|
||||
"GiveRandomSkin": false,
|
||||
"ShowSkinImage": true
|
||||
},
|
||||
"MenuType": "selectable"
|
||||
}
|
||||
Reference in New Issue
Block a user