this plugin changes the models on weapons to custom ones
Note
a lot of code from schwarper/cs2-store
{
"Weapons": {
"weapon_knife": {
"Model": "models/example/file.vmdl"
},
"weapon_awp": {
"Model": "models/example/file.vmdl",
"Permission": "@css/reservation",
"Team": "T"
}
}
}