Jump to content

6 Screenshots

  • 57.4k
  • 318
  • 167.91 kB
  • Update details
    v2.4.75
    Released
    Download size167.91 kB
    Total versions13
    Time between versions 1 day
    Typical update pace About every 116 days
    Freshness 390 days ago

depends on

Required files or plugins needed for this resource to work properly.

Works with

Compatible add-ons, packages, or tools that pair well with this resource.

About IQCases

IQCases - are the best cases for your server with great features, settings and a nice design!

BannerDsFinaly.png.51e9150a743fa18216caa539ee5f8f40.png

Setting up cases :

Setting up the dropout of items from the case :

  • Support for two types of awards : Command and Items
  • Set the displayed chance of getting a reward for the player
  • Set the actual chance of getting a reward for the player
  • Set the number of items from the minimum to the maximum number
  • Set a static amount of dropout items
  • Support for the time format, if there is a privilege or a reward for time in the award
  • Support in drawing award
  • Support for items with SkinID or items from other plugins

Setting up the dropout of cases from items :

  • The plugin supports the possibility of mining cases for the destruction of barrels or other items (specified in the configuration)
  • The plugin supports the possibility of mining cases for looping boxes (specified in the configuration)
  • The chance of the case falling out is indicated
  • The amount of case loss is indicated

Restrictions for the player :

  • Set the rights with which the opening of the case will be available
  • Set the rank by which the case opening will be available (IQRankSystem)

Addition :

  • Set the price for the purchase of cases (IQEconomic/Economics)
  • Set the price for the sale of cases (IQEconomic/Economics)
  • Set the prefix of chat messages (IQChat)
  • Set the starting number of cases for players
  • Set the starting number of cases for players with privileges

Interface :  

  • The ability to change the design of the plugin, you can edit absolutely the entire interface, all sizes and links are provided in the configuration


Commands :  

ChatCommands :
/case - open case menu

ConsoleCommands :
case give [userID] [CaseKey] [Amount] - give player N amount case
case remove [userID] [CaseKey] [Amount] - remove player N amount case
case.give.all [CaseKey] [Amount] - give all players on the server a case with N amount


API :

void OnOpenedCase (BasePlayer player, String CaseKey); - the hook is called after the case is fully opened by the player
void OnBuyCase (BasePlayer player, String CaseKey); - the hook is called after the purchase of the case
void OnSellCase (BasePlayer player, String CaseKey); - the hook is called after the sale of the case 
void API_GIVE_CASE(UInt64 userID, String CaseKey, Int32 Amount) - give N amount of key cases to the player
void API_REMOVE_CASE(UInt64 userID, String CaseKey, Int32 Amount) - removes N amount of key cases from the player
Boolean API_IS_CASE_EXIST(String CaseKey) - checks the existence of the case by the key
Int32 API_GET_AMOUNT_CASE(BasePlayer player, String CaseKey) - returns the number of key cases the player has
Boolean API_IS_CASE_PLAYER(BasePlayer player, String CaseKey) - checks if the player has a case with the specified key

 

 

Configuration :  

{
  "Plugin interface customization": {
    "Use sound effects in conjunction with the interface": true,
    "PNG: Toggle switch turned left (35х20)": "https://i.imgur.com/6moqO9u.png",
    "PNG: Toggle switch turned right (35х20)": "https://i.imgur.com/hB3jlO3.png",
    "PNG: Back panel of information about the number of cases (277x46)": "https://i.imgur.com/CVwUO8y.png",
    "PNG: Back panel of inventory button (178x46)": "https://i.imgur.com/MmB7paC.png",
    "PNG: Back panel of balance information (122x46)": "https://i.imgur.com/61im43h.png",
    "PNG: Glow effect for cases (909x377)": "https://i.imgur.com/ZURvF4x.png",
    "PNG: End cap (if there is no item in the case) (143x155)": "https://i.imgur.com/uHTdwjY.png",
    "PNG: Back page (60x60)": "https://i.imgur.com/5iHnDXC.png",
    "PNG: Next page (60x60)": "https://i.imgur.com/LR2j88f.png",
    "PNG: Button 'Open Case ' (350x46)": "https://i.imgur.com/zvtUYCS.png",
    "PNG: 'Buy' button (172x46)": "https://i.imgur.com/hV4Xksf.png",
    "PNG: 'Sell' button (172x46)": "https://i.imgur.com/OFjBLhn.png",
    "PNG: Button Lock Picture (172x46)": "https://i.imgur.com/8KOy2pU.png",
    "PNG: The picture next to the displayed chance (13x13)": "https://i.imgur.com/wBWiYSE.png",
    "PNG: Images that will be displayed at the reward depending on the DISPLAYED CHANCE of falling out [Chance(0-100)] - PNG (143x155) (The order of filling: From greater to lesser chance)": {
      "50": "https://i.imgur.com/CR545Ie.png",
      "25": "https://i.imgur.com/VIM8jSa.png",
      "10": "https://i.imgur.com/fz3Foqr.png",
      "0": "https://i.imgur.com/fz3Foqr.png"
    }
  },
  "Settings cases": {
    "free_case": {
      "Link to case picture (350x350)": "https://i.imgur.com/lHmpqOk.png",
      "Setting up the sale and purchase of cases (IQEconomic/Economics)": {
        "Case purchase price (If set to 0 - the case cannot be bought)": 0,
        "Case sale price (If set to 0 - the case cannot be sold)": 0
      },
      "Setting Restrictions": {
        "Permission that give the opportunity to open a case (leave the field empty - it will be available to everyone)": "",
        "IQRankSystem : Rank giving the opportunity to open a case (leave the field blank - it will be available to everyone)": ""
      },
      "Setting rewards from a case": [
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 79,
          "The displayed chance of getting this reward": 70,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "wood",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3000,
              "Max amount": 5000
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 60,
          "The displayed chance of getting this reward": 60,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "stones",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1000,
              "Max amount": 3000
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 30,
          "The displayed chance of getting this reward": 30,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "metal.fragments",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 500,
              "Max amount": 2000
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 15,
          "The displayed chance of getting this reward": 30,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "icepick.salvaged",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 50,
          "The displayed chance of getting this reward": 30,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "grenade.f1",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 3
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 30,
          "The displayed chance of getting this reward": 35,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "flamethrower",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 60,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "pistol.revolver",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "pistol.python",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 4,
          "The displayed chance of getting this reward": 8,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "rifle.ak",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 6,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "rifle.lr300",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 1,
          "The displayed chance of getting this reward": 3,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "supply.signal",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 10,
          "The displayed chance of getting this reward": 20,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "scrap",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 50,
              "Max amount": 200
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 5,
          "The displayed chance of getting this reward": 20,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "door.hinged.toptier",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 1,
          "Chance of dropping this reward": 10,
          "The displayed chance of getting this reward": 15,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "https://i.imgur.com/hGXoUms.png",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "command your plugin %STEAMID%",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 1
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 1,
          "Chance of dropping this reward": 10,
          "The displayed chance of getting this reward": 15,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "https://i.imgur.com/zzsL6qZ.png",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "command your plugin %STEAMID%",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 1
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 1,
          "Chance of dropping this reward": 5,
          "The displayed chance of getting this reward": 10,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "https://i.imgur.com/X0VAteL.png",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "addgroup %STEAMID% vip 3d",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 259200,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        }
      ]
    },
    "components_case": {
      "Link to case picture (350x350)": "https://i.imgur.com/j7pA2qD.png",
      "Setting up the sale and purchase of cases (IQEconomic/Economics)": {
        "Case purchase price (If set to 0 - the case cannot be bought)": 20,
        "Case sale price (If set to 0 - the case cannot be sold)": 10
      },
      "Setting Restrictions": {
        "Permission that give the opportunity to open a case (leave the field empty - it will be available to everyone)": "",
        "IQRankSystem : Rank giving the opportunity to open a case (leave the field blank - it will be available to everyone)": ""
      },
      "Setting rewards from a case": [
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 10,
          "The displayed chance of getting this reward": 15,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "riflebody",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 3
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 15,
          "The displayed chance of getting this reward": 20,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "smgbody",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 5
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 15,
          "The displayed chance of getting this reward": 20,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "semibody",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 3
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 20,
          "The displayed chance of getting this reward": 30,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "metalpipe",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3,
              "Max amount": 10
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 15,
          "The displayed chance of getting this reward": 25,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "techparts",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 3
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 50,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "roadsigns",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 5,
              "Max amount": 30
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 25,
          "The displayed chance of getting this reward": 40,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "metalspring",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3,
              "Max amount": 15
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "sewingkit",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 10,
              "Max amount": 25
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 50,
          "The displayed chance of getting this reward": 75,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "sheetmetal",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3,
              "Max amount": 5
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 70,
          "The displayed chance of getting this reward": 80,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "tarp",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3,
              "Max amount": 5
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 25,
          "The displayed chance of getting this reward": 35,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "gears",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3,
              "Max amount": 8
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 50,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "propanetank",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3,
              "Max amount": 10
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        }
      ]
    },
    "blueprints_case": {
      "Link to case picture (350x350)": "https://i.imgur.com/2jTQUla.png",
      "Setting up the sale and purchase of cases (IQEconomic/Economics)": {
        "Case purchase price (If set to 0 - the case cannot be bought)": 70,
        "Case sale price (If set to 0 - the case cannot be sold)": 25
      },
      "Setting Restrictions": {
        "Permission that give the opportunity to open a case (leave the field empty - it will be available to everyone)": "",
        "IQRankSystem : Rank giving the opportunity to open a case (leave the field blank - it will be available to everyone)": ""
      },
      "Setting rewards from a case": [
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 1,
          "The displayed chance of getting this reward": 3,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "rocket.launcher",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 5,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "rifle.ak",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 6,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "rifle.bolt",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 5,
          "The displayed chance of getting this reward": 10,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "smg.thompson",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 8,
          "The displayed chance of getting this reward": 15,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "shotgun.pump",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 14,
          "The displayed chance of getting this reward": 20,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "pistol.python",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 40,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "pistol.revolver",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "weapon.mod.lasersight",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "weapon.mod.silencer",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 40,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "weapon.mod.flashlight",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 10,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "door.double.hinged.toptier",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 4,
          "The displayed chance of getting this reward": 15,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "door.hinged.toptier",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 70,
          "The displayed chance of getting this reward": 60,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "ladder.wooden.wall",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 35,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "wall.external.high.stone",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 30,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": true,
            "Shortname item": "gates.external.high.stone",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        }
      ]
    },
    "raiders_case": {
      "Link to case picture (350x350)": "https://i.imgur.com/COSxi3t.png",
      "Setting up the sale and purchase of cases (IQEconomic/Economics)": {
        "Case purchase price (If set to 0 - the case cannot be bought)": 70,
        "Case sale price (If set to 0 - the case cannot be sold)": 0
      },
      "Setting Restrictions": {
        "Permission that give the opportunity to open a case (leave the field empty - it will be available to everyone)": "",
        "IQRankSystem : Rank giving the opportunity to open a case (leave the field blank - it will be available to everyone)": ""
      },
      "Setting rewards from a case": [
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 7,
          "The displayed chance of getting this reward": 13,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "multiplegrenadelauncher",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 5,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "rocket.launcher",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 6,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "rifle.ak",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 25,
          "The displayed chance of getting this reward": 40,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "grenade.beancan",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 5,
              "Max amount": 15
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 1,
          "The displayed chance of getting this reward": 2,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "lmg.m249",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 8,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "explosive.timed",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 3
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 13,
          "The displayed chance of getting this reward": 30,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "explosive.satchel",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 3,
              "Max amount": 8
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 35,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "sulfur",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1500,
              "Max amount": 3500
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 15,
          "The displayed chance of getting this reward": 25,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "gunpowder",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1000,
              "Max amount": 2500
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 25,
          "The displayed chance of getting this reward": 45,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "ammo.rifle.explosive",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 128,
              "Max amount": 128
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 0,
          "Chance of dropping this reward": 3,
          "The displayed chance of getting this reward": 10,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "ammo.rocket.basic",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 3
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 0
          }
        },
        {
          "Select reward type: 0 - Item, 1 - Command": 1,
          "Chance of dropping this reward": 10,
          "The displayed chance of getting this reward": 15,
          "PNG for reward (85x85) (if not required - leave blank) (not required for regular items)": "https://i.imgur.com/hGXoUms.png",
          "Item setting (if item type is selected)": {
            "Is this a blueprint? true - yes/false - no": false,
            "Shortname item": "",
            "SkinID item": 0,
            "Quantity setting (if you need a static value - set both fields to the same value)": {
              "Min amount": 1,
              "Max amount": 1
            }
          },
          "Command setting (if Command type is selected)": {
            "Console command (%STEAMID% - will be replaced by the player's Steam64ID)": "command your plugin %STEAMID%",
            "Seconds. Time for which the reward will be issued - leave 0 if this award is not issued for a while and fill in the field below (only affects the visual display)": 0,
            "Amount. If it is a custom item or a reward that is issued in N quantity (affects visual display only)": 1
          }
        }
      ]
    }
  },
  "Setting up compatible plugins": {
    "Setting up IQChat": {
      "IQChat : Custom chat prefix": "<color=#F6C0DC>[IQCases]</color>\n",
      "IQChat : Custom chat avatar (If required)": "0",
      "IQChat : Use UI Notifications": false
    }
  },
  "Setting the starting number of cases for the player": [
    {
      "Case key to issue (from the list of your cases)": "free_case",
      "Permissions for obtaining cases (it will work if the player receives these rights or enters the server with them) (leave blank - will be available to everyone)": "",
      "Number of cases to issue": 3
    },
    {
      "Case key to issue (from the list of your cases)": "raiders_case",
      "Permissions for obtaining cases (it will work if the player receives these rights or enters the server with them) (leave blank - will be available to everyone)": "iqcases.raider",
      "Number of cases to issue": 1
    }
  ],
  "Case drop setting (supports looting and destroying objects) : [ShortPrefabName] = Setting": {
    "crate_elite": [
      {
        "Case drop chance": 10,
        "Number of cases to issue": 1,
        "Permission to receive a case (environment empty - will be available to everyone)": "",
        "Case key to issue (from the list of your cases)": "components_case"
      },
      {
        "Case drop chance": 5,
        "Number of cases to issue": 1,
        "Permission to receive a case (environment empty - will be available to everyone)": "",
        "Case key to issue (from the list of your cases)": "blueprints_case"
      },
      {
        "Case drop chance": 5,
        "Number of cases to issue": 1,
        "Permission to receive a case (environment empty - will be available to everyone)": "iqcases.vip",
        "Case key to issue (from the list of your cases)": "raiders_case"
      }
    ],
    "loot-barrel-1": [
      {
        "Case drop chance": 10,
        "Number of cases to issue": 1,
        "Permission to receive a case (environment empty - will be available to everyone)": "",
        "Case key to issue (from the list of your cases)": "components_case"
      }
    ]
  }
}

Lang :  

{
  "UI_TITLE_CASE_INFO_ITEMS": "<b>Possible items and their chances in this case</b>",
  "UI_TUBLER_INVENTORY_PLUGIN": "To plugin inventory",
  "UI_TUBLER_INVENTORY_PLAYER": "Your inventory",
  "UI_PROFILE_TITLE_YOUR_AMOUNT_CASE": "Quantity cases",
  "UI_PROFILE_DESCRIPTION_YOUR_AMOUNT_CASE": "{0} piece",
  "UI_PROFILE_TITLE_YOUR_INVENTORY": "Your inventory",
  "UI_PROFILE_DESCRIPTION_YOUR_INVENTORY": "clickable",
  "UI_PROFILE_TITLE_IQECONOMIC_BALANCE": "Balance:",
  "UI_PROFILE_DESCRIPTION_AMOUNT_IQECONOMIC_BALANCE": "{0}",
  "UI_ITEM_LIST_ITEM_NAME": "<b>Item</b>",
  "UI_ITEM_LIST_COMMAND_NAME": "<b>Reward</b>",
  "UI_CASE_BUTTON_OPEN_CASE": "<b>OPEN CASE</b>",
  "UI_CASE_BUTTON_NO_OPEN_AMOUNT_CASE": "<b><size=17>NOT ENOUGH CASES</size></b>",
  "UI_CASE_BUTTON_SELL_BUTTON": "<b>SELL</b>",
  "UI_CASE_BUTTON_BUY_BUTTON": "<b>BUY</b>",
  "UI_CASE_TITLE_INVENTORY": "<b>INVENTORY</b>",
  "UI_CASE_DESCRIPTION_INVENTORY": "This is where all your belongings knocked out of cases go.\nYou can pick them up at any time!",
  "UI_CASE_BUTTON_BACK_CASE": "Back",
  "UI_CASE_INITIALIZE": "Cases are currently being initialized, possibly later",
  "UI_CASE_IQRANK_BLOCKED": "Rank required {0}",
  "UI_CASE_PERMISSION_BLOCKED": "Not permissions",
  "UI_ITEM_TIME_DAYS": "D",
  "UI_ITEM_TIME_HOURSE": "H",
  "UI_ITEM_TIME_MINUTES": "M",
  "UI_ITEM_TIME_SECONDS": "S",
  "CASE_MESSAGE_FIND_CASE": "You have successfully found a case, check your cases!",
  "CASE_MESSAGE_NO_DUEL": "You cannot use cases during a duel",
  "CASE_MESSAGE_FULL_INVENTORY": "Your inventory is full!\nItem has been dropped on the ground!"
}

 

  • Love 2

User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
155k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.