SkinBox

SkinBox 2.2.4

This update is for the coming Rust update. Do not update prior to the game update!

Fixed for Rust update
Register permission for skin sets from the config variable
Fixed error preventing config generation on a fresh install. If your config only contains the word null, delete it then apply this update
This update require the Chaos extension -> https://chaoscode.io/resources/chaos.321/

Redesigned skin box UI

Added ability for players to store sets of skins and apply them to their inventory (see https://chaoscode.io/resources/skinbox.17/#Skin+Set+System )

Added config options regarding skin sets
JSON:
"Set Options": {
    "Enable set system": true,
    "Number of skin sets allowed": 3
  },

Added command alias config options for opening the skin set box
JSON:
"Commands to open the set set box": [
      "skinset",
      "ss"

Added permission config option for using skin sets
JSON:
"Permission required to use skin sets": "skinbox.use",


v2.2.1
Don't allow skins in the configuration blacklist to be used in sets
Fixed typo in set command config option
This update require the Chaos extension -> https://chaoscode.io/resources/chaos.321/

Redesigned skin box UI

Added ability for players to store sets of skins and apply them to their inventory (see https://chaoscode.io/resources/skinbox.17/#Skin+Set+System )

Added config options regarding skin sets
JSON:
"Set Options": {
    "Enable set system": true,
    "Number of skin sets allowed": 3
  },

Added command alias config options for opening the skin set box
JSON:
"Commands to open the set set box": [
      "skinset",
      "ss"

Added permission config option for using skin sets
JSON:
"Permission required to use skin sets": "skinbox.use",
Fixed ammo dupe exploit introduced in this months game update
Fixed for the upcoming game update. Do not update prior
Round up attachment amount to 1 if it is less than 1 when placing item in the skin box
Increase cost to use popup message duration to 10s
Fixed skinning deployables that are parented disappearing when changing to a redirected skin (ie doors on tugboats)
Removed Steamworks OnDefinitionsUpdated callback to begin skin processing, check for definitions manually every second until timeout period has elapsed and notify every 10 seconds when still waiting
Restore item.text field when pulling a item from the skin box
Added config option "Only allow skinning of items in areas where the player has building privilege"
Added config option "Apply skin workshop name to item if available"