Скидка Player Skins 3.0.6

C#:
{
  "Announcement Options": {
    "Display help information to players": true,
    "Information display interval (minutes)": 10
  },
  "Command Options": {
    "Default chat command": "skin",
    "Re-skin direct command": "reskin",
    "Skin shop direct command": "skinshop"
  },
  "Purchase Options": {
    "Enable purchase system": true,
    "Currency used to purchase skins (ServerRewards, Economics, Scrap)": "Scrap",
    "Default Skin Costs": {}
  },
  "Skin Shop Options": {
    "Custom permissions which can be assigned to skins": [
      "playerskins.vip1",
      "playerskins.vip2",
      "playerskins.vip3"
    ],
    "NPC user IDs that players can interact with to open the skin shop": [],
    "Disable the '/skin shop' command and force players to access it via a NPC": false,
    "Allow players to sell unwanted skins back to the skin store": true,
    "Give player the item when they purchase a skin (this disables the reskin menu)": false,
    "Forced display mode for skin shop (Full, Minimalist, None)": "None",
    "Send a help message to players when exiting the skin shop": true,
    "List of shortnames for items to be blocked from appearing in the skin shop": []
  },
  "Re-skin Options": {
    "NPC user IDs that players can interact with to open the re-skin menu": [],
    "Disable the '/skin' command and force players to access it via a NPC": false
  },
  "Workshop Options": {
    "Disable approved skins from the skin shop": false,
    "Enable workshop skins in the skin shop": true,
    "Word filter for workshop skins. If the skin title partially contains any of these words it will not be available as a potential skin": [],
    "Steam API key (get one here https://steamcommunity.com/dev/apikey)": ""
  },
  "UI Colors": {
    "Background": {
      "Hex": "151515",
      "Alpha": 0.94
    },
    "Panel": {
      "Hex": "FFFFFF",
      "Alpha": 0.165
    },
    "Button": {
      "Hex": "2A2E32",
      "Alpha": 1.0
    },
    "Highlight": {
      "Hex": "C4FF00",
      "Alpha": 1.0
    },
    "Close": {
      "Hex": "CE422B",
      "Alpha": 1.0
    }
  },
  "Version": {
    "Major": 3,
    "Minor": 0,
    "Patch": 0
  }
}