I have costume items that I want to put in the loot table for the crates. some skinID's work like a fridge. but others like the xmas preset do not get skins applied. I have a plugin called Commandsitem that will run commands on custom items, but it will not work if no skins are applied.

{
"DisplayName": "Clone Fridge",
"Shortname": "fridge",
"SkinID": 2916175090,
"MinAmount": 1,
"MaxAmount": 1
},
{
"DisplayName": "Call in Patrol Helicopter",
"Shortname": "xmas.present.large",
"Skin": 3183401522,
"MinAmount": 1,
"MaxAmount": 1
},
{
"DisplayName": "1000 skill tree xp",
"Shortname": "xmas.present.large",
"Skin": 2886518651,
"MinAmount": 1,
"MaxAmount": 1
}