PlayerSkins

PlayerSkins 3.0.6

Split approved skin queries and missing skin queries into chunks of 100 (SteamAPI limit per request?)
Only query for approved skins if the icon isn't already registered in ImageLibrary
  • Like
Reactions: Black_demon6
Fixed for recent changes to approved skin API
  • Like
Reactions: Black_demon6
Force skin data save on every admin change made via UI
Changed hook name for upcoming deprecation
/skin now works on either the item you are holding or the item in the first slot of your hotbar since trying to hold a item of clothing makes you wear it
Disable reskin menu when changing active item
Switch up and down button text in admin menu
Fixed incorrect request method when double checking missing skins
Added excluded skins data file (/oxide/data/PlayerSkins/excludedskins.json) which takes skin ID's
  • Like
Reactions: Bumfuzzler
Added config option to exclude approved skins from the skin list
Query Steam a second time after loading workshop data to attempt to find any skins that are in the data file but weren't return by Steam the first time round (attempt to stop missing skins)
Re-added workshop support. You will need to obtain a Steam API key and insert it in your config
Disabled workshop capabilities (hopefully temporarily) whilst I try and work out a solution
Added config option "Force image URLs to use HTTP instead of HTTPS" which may resolve server issues when downloading a image from a https URL

Workshop skin data gets exported to /oxide/data/PlayerSkins/WorkshopData/ to see which skins are available to use after performing a workshop query

Added data file containing all item display names for translation