Hiya,
Skinshop plugin is running, pathfinding is installed and skin database built. I'm having trouble making this work, please help.
I'm trying to run this through an NPC for the SkinShop which I presume is correct? My NPC "SusieSkins" is not responding or giving any prompts after being specified as follows;
Line 41 - "HumanNpcIds": [SusieSkins],
Nor am I seeing any skins in the bronze gift pack when I unwrap it. Plugin reloaded, no change, server stop and restart, no change.
Full config;
{
"LogLevel (debug | info | none)": "info",
"SkinsPacksEnabled": true,
"SkinPacks": {
"0": {
"SkinId": 2631235609,
"ImageUrl": "https://steamuserimages-a.akamaihd.net/ugc/1765966378913384293/506A7A4ADA3C8C6B9729700BB21E0AB6F156E9B4/",
"NumberOfSkins": 3,
"PackName": "Bronze Skin Pack",
"Price": 1000.0,
"PossibleSkinIds": [],
"PossibleSkinCategories": []
},
"1": {
"SkinId": 2631961805,
"ImageUrl": "https://steamuserimages-a.akamaihd.net/ugc/1765966378917593382/7E8B5C1F34440329A4C993B6E751609A148045B3/",
"NumberOfSkins": 6,
"PackName": "Gold Skin Pack",
"Price": 1500.0,
"PossibleSkinIds": [],
"PossibleSkinCategories": []
}
},
"Give Welcome Skin Pack index to new players ([0,0] would give 2 of the first packs, empty [] for disable)": [
0
],
"EnabledCategoryIcons": true,
"BlackListedSkins": [
0
],
"HideCategories": [],
"DefaultSkinPrice": 1000.0,
"VipDiscounts": [
10.0,
20.0
],
"DefaultInstantPricePrice": 50.0,
"Show the category selection page as the shop landing page": true,
"Default category to show (if category selection landing page is false)": "AK47",
"Currency Plugin (can be 'Economics' or 'ServerRewards')": "Economics",
"HumanNpcIds": [SusieSkins],
"Convert all Wrapped Gifts to Skin Pack": false,
"AutomaticallyRemoveMissingImages": true,
"SkinPackImageUrl": "https://rustoholics.com/img/skinpackopen4.png",
"SearchIconUrl": "https://www.iconsdb.com/icons/preview/white/search-3-xxl.png",
"BlacklistIconUrl": "https://www.iconsdb.com/icons/preview/white/trash-2-xxl.png",
"DiscordApiKey": "",
"DiscordChannelId": "",
"Color": {
"Red": "0.85 0.33 0.25",
"Green": "0.42 0.55 0.22",
"Yellow": "0.82 0.53 0.13",
"Blue": "0.22 0.35 0.55",
"Grey": "0.2 0.2 0.2",
"White": "1.0 1.0 1.0"
},
"LoadSkinsFromDatabase": true,
"EnableCaching": true
}