VIP Crafting Panel 1.2.7

Нет прав для скачивания
JSON:
{
  "Command to open the craft panel": "craft",
  "Allow panel scaling when the interface is scaled?": false,
  "Close the panel after starting craft?": false,
  "Remember the last selected section and item?": true,
  "Enable multilingual mode?": false,
  "Allow work with the Backpacks plugin?": true,
  "Allow work with the ItemRetriever plugin?": true,
  "Delete player data from the Data file if they have not logged into the server for so many days": 182,
  "Effect at the start of crafting [empty - nothing]": "assets/prefabs/misc/xmas/snowballgun/effects/reload_start.prefab",
  "Effect at the end of crafting [empty - nothing]": "assets/prefabs/misc/xmas/presents/effects/wrap.prefab",
  "Effect of canceling the craft [empty - nothing]": "assets/prefabs/instruments/xylophone/effects/xylophone-deploy.prefab",
  "Specify a plugin to work with the economy (ServerRewards, Economics, IQEconomic) [empty - disable]": "",
  "Crafting bonuses": {
    "Enable crafting bonuses?": false,
    "Specify a plugin to work with bonuses (SkillTree, ZLevelsRemastered)": "SkillTree",
    "Amount of experience given for crafting": 0.25,
    "Amount of experience taken away for canceling the craft": 0.05,
    "Amount of experience will depend on crafting time?": true,
    "Icon for chat messages (from config of plugin used) [0 - default]": 76561199514393612,
    "SkillTree: use Craft_Speed buff?": true,
    "SkillTree: use Craft_Refund buff?": true,
    "SkillTree: use Craft_Duplicate buff?": true,
    "ZLevelsRemastered: use the crafting speed buff?": true,
    "ZLevelsRemastered: config value - Plugin Prefix": "<color=orange>ZLevels</color>: ",
    "ZLevelsRemastered: config value - Skill Colors -> CRAFTING": "#00FF00",
    "ZLevelsRemastered: config value - Crafting Details -> Percent Faster Per Level": 5.0,
    "ZLevelsRemastered: config value - Level Caps -> CRAFTING": 20.0,
    "ZLevelsRemastered: config value - Starting Stats -> Crafting Points": 10.0
  },
  "Plugin notifications": {
    "Enable plugin notifications?": true,
    "Notification type (Chat, GameTips, Notify, GUIAnnouncements)": "GameTips",
    "Close the panel to show a notification?": true,
    "GameTips: notification type (info, warning)": "warning",
    "Notify: notification type": 0,
    "GUIAnnouncements: banner color": "Grey",
    "GUIAnnouncements: text color": "White",
    "GUIAnnouncements: vertical position": 0.03
  },
  "Game status": {
    "Enable game status?": true,
    "Type of game status (Rust, SimpleStatus, AdvancedStatus)": "Rust"
  },
  "Sections": [
    {
      "Section name": "Favorite",
      "Enable this section?": true,
      "Section permission [required]": "favorite",
      "Register this permission?": true,
      "Section icon": "https://i.postimg.cc/43jc0tWp/favorite.png",
      "Section items": []
    },
    {
      "Section name": "Items",
      "Enable this section?": true,
      "Section permission [required]": "items",
      "Register this permission?": false,
      "Section icon": "https://i.postimg.cc/kGbJ85TZ/items.png",
      "Section items": [
        {
          "Item name [required]": "Skinning Knife",
          "Enable crafting of this item?": true,
          "Item permission [required]": "skinningknife",
          "Register this permission?": false,
          "Item description": "A sharp skinning knife. Extremely good at harvesting flesh and can produce trophies that can be mounted on Hunting Trophies.",
          "Item properties": "Damage   20\nAttack Speed   86\nAttack Size   0.3\nRange   1.5\nFlesh Gather   18",
          "Item shortname": "knife.skinning",
          "Item skinId": 0,
          "Is this a blueprint? ": false,
          "Create an item with the default name (true) or the above name (false)?": true,
          "Item image [optional]": "",
          "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "",
          "Amount per craft": 1,
          "Max craft multiplier": 1,
          "Crafting time [sec]": 5.2,
          "Show notification in game status (if they are enabled)?": true,
          "Apply craft bonuses (if they are enabled)?": true,
          "Workbench level [0 - not needed]": 0,
          "Crafting cost in the economy plugin [0 - disable]": 0,
          "Item variations": [],
          "Crafting ingredients": [
            {
              "Resource name [required]": "Metal fragments",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "metal.fragments",
              "Resource skinId": 0,
              "Required quantity for crafting": 75,
              "Return an item with the default name (true) or the above name (false)?": true
            }
          ]
        },
        {
          "Item name [required]": "Abyss Diver Suit",
          "Enable crafting of this item?": true,
          "Item permission [required]": "hazmatdiver",
          "Register this permission?": false,
          "Item description": "A divers suit found in the abyss, doubles as a reliable hazmat suit.",
          "Item properties": "Projectile   +30 %\nMelee   +30 %\nBite   +8 %\nRadiation   +50 %\nCold   +8 %\nExplosion   +5 %",
          "Item shortname": "hazmatsuit.diver",
          "Item skinId": 0,
          "Is this a blueprint? ": false,
          "Create an item with the default name (true) or the above name (false)?": true,
          "Item image [optional]": "",
          "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "",
          "Amount per craft": 1,
          "Max craft multiplier": 1,
          "Crafting time [sec]": 0.0,
          "Show notification in game status (if they are enabled)?": true,
          "Apply craft bonuses (if they are enabled)?": true,
          "Workbench level [0 - not needed]": 2,
          "Crafting cost in the economy plugin [0 - disable]": 0,
          "Item variations": [],
          "Crafting ingredients": [
            {
              "Resource name [required]": "Cloth",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "cloth",
              "Resource skinId": 0,
              "Required quantity for crafting": 20,
              "Return an item with the default name (true) or the above name (false)?": true
            },
            {
              "Resource name [required]": "Low Grade Fuel",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "lowgradefuel",
              "Resource skinId": 0,
              "Required quantity for crafting": 5,
              "Return an item with the default name (true) or the above name (false)?": true
            }
          ]
        }
      ]
    },
    {
      "Section name": "Vehicles",
      "Enable this section?": true,
      "Section permission [required]": "vehicles",
      "Register this permission?": false,
      "Section icon": "https://i.postimg.cc/HsrtYbkp/vehicles.png",
      "Section items": [
        {
          "Item name [required]": "Minicopter",
          "Enable crafting of this item?": true,
          "Item permission [required]": "minicopter",
          "Register this permission?": true,
          "Item description": "The Minicopter is a small helicopter made from scrapped parts.",
          "Item properties": "",
          "Item shortname": "box.wooden.large",
          "Item skinId": 2663605922,
          "Is this a blueprint? ": false,
          "Create an item with the default name (true) or the above name (false)?": false,
          "Item image [optional]": "",
          "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "",
          "Amount per craft": 1,
          "Max craft multiplier": 1,
          "Crafting time [sec]": 30.0,
          "Show notification in game status (if they are enabled)?": true,
          "Apply craft bonuses (if they are enabled)?": true,
          "Workbench level [0 - not needed]": 3,
          "Crafting cost in the economy plugin [0 - disable]": 500,
          "Item variations": [],
          "Crafting ingredients": [
            {
              "Resource name [required]": "Scrap",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "scrap",
              "Resource skinId": 0,
              "Required quantity for crafting": 300,
              "Return an item with the default name (true) or the above name (false)?": true
            },
            {
              "Resource name [required]": "Metal fragments",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "metal.fragments",
              "Resource skinId": 0,
              "Required quantity for crafting": 450,
              "Return an item with the default name (true) or the above name (false)?": true
            },
            {
              "Resource name [required]": "Low Grade Fuel",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "lowgradefuel",
              "Resource skinId": 0,
              "Required quantity for crafting": 50,
              "Return an item with the default name (true) or the above name (false)?": true
            }
          ]
        },
        {
          "Item name [required]": "Snowmobile",
          "Enable crafting of this item?": true,
          "Item permission [required]": "snowmobile",
          "Register this permission?": false,
          "Item description": "The snowmobile is a two-seat vehicle that spawns at the Arctic Research Base.",
          "Item properties": "",
          "Item shortname": "",
          "Item skinId": 0,
          "Is this a blueprint? ": false,
          "Create an item with the default name (true) or the above name (false)?": true,
          "Item image [optional]": "https://i.postimg.cc/VvVjGQVy/snowmobile.png",
          "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "givesnowmobile %steamid% %amount%",
          "Amount per craft": 1,
          "Max craft multiplier": 1,
          "Crafting time [sec]": 12.0,
          "Show notification in game status (if they are enabled)?": true,
          "Apply craft bonuses (if they are enabled)?": true,
          "Workbench level [0 - not needed]": 3,
          "Crafting cost in the economy plugin [0 - disable]": 0,
          "Item variations": [],
          "Crafting ingredients": [
            {
              "Resource name [required]": "Scrap",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "scrap",
              "Resource skinId": 0,
              "Required quantity for crafting": 300,
              "Return an item with the default name (true) or the above name (false)?": true
            },
            {
              "Resource name [required]": "Metal fragments",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "metal.fragments",
              "Resource skinId": 0,
              "Required quantity for crafting": 450,
              "Return an item with the default name (true) or the above name (false)?": true
            },
            {
              "Resource name [required]": "Low Grade Fuel",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "lowgradefuel",
              "Resource skinId": 0,
              "Required quantity for crafting": 50,
              "Return an item with the default name (true) or the above name (false)?": true
            }
          ]
        }
      ]
    },
    {
      "Section name": "Lunar NY",
      "Enable this section?": true,
      "Section permission [required]": "lunar",
      "Register this permission?": false,
      "Section icon": "https://i.postimg.cc/Fz1hz3G4/lunarNY.png",
      "Section items": [
        {
          "Item name [required]": "Sky Lantern",
          "Enable crafting of this item?": true,
          "Item permission [required]": "skylantern",
          "Register this permission?": false,
          "Item description": "A beautiful sky lantern. Can be launched in any direction. Has one inventory slot. Can be Ignited with a lit torch.",
          "Item properties": "",
          "Item shortname": "skylantern",
          "Item skinId": 0,
          "Is this a blueprint? ": false,
          "Create an item with the default name (true) or the above name (false)?": true,
          "Item image [optional]": "",
          "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "",
          "Amount per craft": 2,
          "Max craft multiplier": 5,
          "Crafting time [sec]": 5.0,
          "Show notification in game status (if they are enabled)?": true,
          "Apply craft bonuses (if they are enabled)?": true,
          "Workbench level [0 - not needed]": 0,
          "Crafting cost in the economy plugin [0 - disable]": 0,
          "Item variations": [
            {
              "Item name [required]": "GREEN",
              "Enable crafting of this item?": true,
              "Item permission [required]": "green",
              "Register this permission?": false,
              "Item shortname": "skylantern.skylantern.green",
              "Item skinId": 0,
              "Is this a blueprint? ": false,
              "Create an item with the default name (true) or the above name (false)?": true,
              "Item image [optional]": "",
              "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": ""
            },
            {
              "Item name [required]": "ORANGE",
              "Enable crafting of this item?": true,
              "Item permission [required]": "orange",
              "Register this permission?": false,
              "Item shortname": "skylantern.skylantern.orange",
              "Item skinId": 0,
              "Is this a blueprint? ": false,
              "Create an item with the default name (true) or the above name (false)?": true,
              "Item image [optional]": "",
              "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": ""
            },
            {
              "Item name [required]": "PURPLE",
              "Enable crafting of this item?": true,
              "Item permission [required]": "purple",
              "Register this permission?": true,
              "Item shortname": "skylantern.skylantern.purple",
              "Item skinId": 0,
              "Is this a blueprint? ": false,
              "Create an item with the default name (true) or the above name (false)?": true,
              "Item image [optional]": "",
              "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": ""
            },
            {
              "Item name [required]": "RED",
              "Enable crafting of this item?": true,
              "Item permission [required]": "red",
              "Register this permission?": false,
              "Item shortname": "skylantern.skylantern.red",
              "Item skinId": 0,
              "Is this a blueprint? ": false,
              "Create an item with the default name (true) or the above name (false)?": true,
              "Item image [optional]": "",
              "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": ""
            }
          ],
          "Crafting ingredients": [
            {
              "Resource name [required]": "Cloth",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "cloth",
              "Resource skinId": 0,
              "Required quantity for crafting": 10,
              "Return an item with the default name (true) or the above name (false)?": true
            },
            {
              "Resource name [required]": "Low Grade Fuel",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "lowgradefuel",
              "Resource skinId": 0,
              "Required quantity for crafting": 5,
              "Return an item with the default name (true) or the above name (false)?": true
            }
          ]
        },
        {
          "Item name [required]": "New Year Gong",
          "Enable crafting of this item?": true,
          "Item permission [required]": "newyeargong",
          "Register this permission?": true,
          "Item description": "Ring in the Lunar new year with a massive gong!",
          "Item properties": "",
          "Item shortname": "newyeargong",
          "Item skinId": 0,
          "Is this a blueprint? ": false,
          "Create an item with the default name (true) or the above name (false)?": true,
          "Item image [optional]": "",
          "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "",
          "Amount per craft": 1,
          "Max craft multiplier": 3,
          "Crafting time [sec]": 5.0,
          "Show notification in game status (if they are enabled)?": true,
          "Apply craft bonuses (if they are enabled)?": true,
          "Workbench level [0 - not needed]": 1,
          "Crafting cost in the economy plugin [0 - disable]": 0,
          "Item variations": [],
          "Crafting ingredients": [
            {
              "Resource name [required]": "Wood",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "wood",
              "Resource skinId": 0,
              "Required quantity for crafting": 100,
              "Return an item with the default name (true) or the above name (false)?": true
            },
            {
              "Resource name [required]": "Metal fragments",
              "Use this resource in ingredients?": true,
              "Resource shortname [required]": "metal.fragments",
              "Resource skinId": 0,
              "Required quantity for crafting": 50,
              "Return an item with the default name (true) or the above name (false)?": true
            }
          ]
        }
      ]
    }
  ]
}
Назад
Сверху