Plugin zainstalowany pomyślnie do najnowszej wersji (widać to w logach), po wpisaniu w konsole css_plugins list pokazuje się jako LOADED. Wszystkie komendy in-game działają lecz po wybraniu danego skina nie zmienia się (działa tylko zmiana agenta). W logach zapisane jest: 2024-04-18 15:33:58.107 +02:00 [EROR] plugin:WeaponPaints Unable to connect to database: Unable to connect to any of the specified MySQL hosts.
Bazę danych hostuje lokalnie za pomocą XAMPP, config pluginu (WeaponPaints.json) uzupełniony mam następująco:
{
"Version": 6,
"DatabaseHost": "localhost",
"DatabasePort": 3306,
"DatabaseUser": "root",
"DatabasePassword": "",
"DatabaseName": "skins",
"CmdRefreshCooldownSeconds": 60,
"Prefix": "[WeaponPaints]",
"Website": "example.com/skins",
"Additional": {
"KnifeEnabled": true,
"GloveEnabled": true,
"MusicEnabled": true,
"AgentEnabled": true,
"SkinEnabled": true,
"CommandWpEnabled": true,
"CommandKillEnabled": true,
"CommandKnife": "knife",
"CommandMusic": "music",
"CommandGlove": "gloves",
"CommandAgent": "agents",
"CommandSkin": "ws",
"CommandSkinSelection": "skins",
"CommandRefresh": "wp",
"CommandKill": "kill",
"GiveRandomKnife": false,
"GiveRandomSkin": false,
"ShowSkinImage": true
},
"ConfigVersion": 6
}
Baza danych stworzona jest poprawnie (tak mi się wydaje).