Jump to content

Search the Community

Showing results for tags 'case'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Arenas
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support
    • Help Center

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Steam


Github

Found 7 results

  1. Version 1.0.2

    30 downloads

    I present to your attention the Case plugin. Add variety to your server and additional emotions for your players. Pleasant design, installation of visual design for the rarity of items, support for the economy, the ability to open and buy several cases at once (up to 5), the ability to sell an item, support for custom items and bill of lading teams, the ability to set a daily limit for the issuance of items from the inventory of cases. The plugin includes an already configured configuration with 52 items and 4 cases, with a customized drop chance and a customized rarity color. ISSUING A BALANCE If you use the default economy of the case plugin, then with this command you can give a certain player the specified balance UI_CASES GIVEBALANCE STEAMID AMOUNT STEAMID - specify the steamid of the player if you enter the command manually in the server console AMOUNT - specify the balance that the player should receive on his balance CONFIGURING THE PLUGIN AND ITS FEATURES. To configure the plug-in language and configuration, select the desired option in the plug-in file on line 22: private const bool isEn = true; - for configuration with English private const bool isEn = false; - for configuration with Russian language THE LIMIT ON THE ISSUE OF ITEMS. If you do not want players to abuse this plugin, then you can limit the number of items they can take per day, then use the following options: "Should I use the item issue limit?": - set true to enable the feature, or false to disable "Setting up privileges for the item issue limit": "casesystem.default": 5, - if you have enabled the limit, then do not forget to grant this privilege to the default group "casesystem.vip": 7 - Extend the limit for certain players or groups with this privilege if you want to expand the list of privileges, then just add them separated by commas, specifying the unique privilege and the required amount of item that they can receive, for example "cases.example": 10 ECONOMICS. You can use both the default balance of the plug-in, for which players can buy cases, and the economy plug-in to choose from "Economics Plugin(1 - Economics, 2 - Server Rewards, 3 - IQEconomic, 4 - Bank System, 5-Cases)": just specify the number that corresponds to the economy plugin THE RARITY OF THE ITEMS. Set the parameters you need for the rarity of the items and the color that will display this or that item in the list. "Color adjustment(chance-color)": { "15": "0.8352942 0.3607843 0.4039216 1", - items with a chance of falling from 0 to 15 will be tinted with RGB color "0.8352942 0.3607843 0.4039216 1" "40": "0.7450981 0.3921569 0.8156863 1", - items with a chance of falling from 16 to 40 will be tinted with RGB color "0.7450981 0.3921569 0.8156863 1" "60": "0.5058824 0.3137255 0.8235295 1", - items with a chance of falling from 41 to 60 will be tinted with RGB color "0.8352942 0.3607843 0.4039216 1" "80": "0.2588235 0.4588236 0.8470589 1", - items with a chance of falling from 61 to 80 will be tinted with RGB color "0.5058824 0.3137255 0.8235295 1" "100": "0.3215686 0.5058824 0.7215686 1" - items with a chance of falling from 81 to 100 will be colored with RGB color "0.3215686 0.5058824 0.7215686 1" }, A LIST OF ITEMS AND THEIR SETTINGS. Set up a list of items that will be indicated in the cases you need in the future. "Item ID (Indicated in the list of items in the case)": "1", - is the ID of the item, which will later need to be specified in the case that you will configure. THE ID MUST NOT BE REPEATED "Shortname": "minigun", - shortname of the item from the game "Amount": 1, - number of items to be given after opening "Drop chance": 2, - chance of dropping the item (from 0% to 100%) "Name the item": "", - custom name item (if you use SkinID) "Price the item": 100, - the value of the item, if the player decides to sell it, after it falls to him "URL image the item": "", - link to the product image. leave the field empty if you want to use the standard image of the item, or you want to use the item + skinid "SkinID ": 0, - the ID of the item skin from Steam workshop, if you want to use a custom item. if you are using skinid, make sure that the URL image the item field is empty "Console command": "" - the console command that will be executed when the item is activated after the player takes it from the inventory of cases A LIST OF CASES AND THEIR CONFIGURATION. Set up a list of cases available to players. "Case ID": - unique case ID (must not be repeated) "Case name": - the name of the case, which will be displayed in the button with the list of cases and on the page of the open case "Image of the case": - a picture of the case, which will be displayed on the page with the list of cases and on the page of the open case "Description of the case": - a description of the case, which will be displayed on the page of the open case "Price of the case": - the cost of the case, which will be deducted from the player's balance when his purchase "List the case items": - here are the IDs of the items that were configured in the list of awards. Specify only the unique ID of the item you want to use If you are having difficulty configuring the plugin or you have suggestions for improving it, then you can safely write to me in private messages in Discord xacku.mapping DEFAULT CONFIG { "Should I use the item issue limit?": false, "Setting up privileges for the item issue limit": { "casesystem.default": 5, "casesystem.vip": 7 }, "Economics Plugin(1 - Economics, 2 - Server Rewards, 3 - IQEconomic, 4 - Bank System, 5-Cases)": 5, "Color adjustment(chance-color)": { "15": "0.8352942 0.3607843 0.4039216 1", "40": "0.7450981 0.3921569 0.8156863 1", "60": "0.5058824 0.3137255 0.8235295 1", "80": "0.2588235 0.4588236 0.8470589 1", "100": "0.3215686 0.5058824 0.7215686 1" }, "List of awards": [ { "Item ID (Indicated in the list of items in the case)": "1", "Shortname": "minigun", "Amount": 1, "Drop chance": 2, "Name the item": "", "Price the item": 100, "URL image the item": "https://rustlabs.com/img/items180/minigun.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "2", "Shortname": "lmg.m249", "Amount": 1, "Drop chance": 5, "Name the item": "", "Price the item": 75, "URL image the item": "https://rustlabs.com/img/items180/lmg.m249.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "3", "Shortname": "hmlmg", "Amount": 1, "Drop chance": 10, "Name the item": "", "Price the item": 60, "URL image the item": "https://rustlabs.com/img/items180/hmlmg.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "4", "Shortname": "rifle.l96", "Amount": 1, "Drop chance": 15, "Name the item": "", "Price the item": 50, "URL image the item": "https://rustlabs.com/img/items180/rifle.l96.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "5", "Shortname": "rifle.lr300", "Amount": 1, "Drop chance": 35, "Name the item": "", "Price the item": 40, "URL image the item": "https://rustlabs.com/img/items180/rifle.lr300.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "6", "Shortname": "rifle.ak", "Amount": 1, "Drop chance": 35, "Name the item": "", "Price the item": 40, "URL image the item": "https://rustlabs.com/img/items180/rifle.ak.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "7", "Shortname": "rifle.sks", "Amount": 1, "Drop chance": 30, "Name the item": "", "Price the item": 50, "URL image the item": "https://rustlabs.com/img/items180/rifle.sks.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "8", "Shortname": "rifle.bolt", "Amount": 1, "Drop chance": 30, "Name the item": "", "Price the item": 40, "URL image the item": "https://rustlabs.com/img/items180/rifle.bolt.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "9", "Shortname": "smg.mp5", "Amount": 1, "Drop chance": 50, "Name the item": "", "Price the item": 30, "URL image the item": "https://rustlabs.com/img/items180/smg.mp5.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "10", "Shortname": "rifle.semiauto", "Amount": 1, "Drop chance": 55, "Name the item": "", "Price the item": 20, "URL image the item": "https://rustlabs.com/img/items180/rifle.semiauto.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "11", "Shortname": "smg.thompson", "Amount": 1, "Drop chance": 60, "Name the item": "", "Price the item": 25, "URL image the item": "https://rustlabs.com/img/items180/smg.thompson.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "12", "Shortname": "pistol.m92", "Amount": 1, "Drop chance": 70, "Name the item": "", "Price the item": 20, "URL image the item": "https://rustlabs.com/img/items180/pistol.m92.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "13", "Shortname": "pistol.prototype17", "Amount": 1, "Drop chance": 70, "Name the item": "", "Price the item": 30, "URL image the item": "https://rustlabs.com/img/items180/pistol.prototype17.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "14", "Shortname": "pistol.semiauto", "Amount": 1, "Drop chance": 75, "Name the item": "", "Price the item": 15, "URL image the item": "https://rustlabs.com/img/items180/pistol.semiauto.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "15", "Shortname": "pistol.python", "Amount": 1, "Drop chance": 80, "Name the item": "", "Price the item": 20, "URL image the item": "https://rustlabs.com/img/items180/pistol.python.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "16", "Shortname": "pistol.revolver", "Amount": 1, "Drop chance": 95, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/pistol.revolver.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "17", "Shortname": "electric.generator.small", "Amount": 1, "Drop chance": 5, "Name the item": "", "Price the item": 150, "URL image the item": "https://rustlabs.com/img/items180/electric.generator.small.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "18", "Shortname": "workbench3", "Amount": 1, "Drop chance": 10, "Name the item": "", "Price the item": 35, "URL image the item": "https://rustlabs.com/img/items180/workbench3.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "19", "Shortname": "workbench2", "Amount": 1, "Drop chance": 10, "Name the item": "", "Price the item": 30, "URL image the item": "https://rustlabs.com/img/items180/workbench2.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "20", "Shortname": "autoturret", "Amount": 1, "Drop chance": 15, "Name the item": "", "Price the item": 30, "URL image the item": "https://rustlabs.com/img/items180/autoturret.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "21", "Shortname": "door.double.hinged.toptier", "Amount": 1, "Drop chance": 25, "Name the item": "", "Price the item": 20, "URL image the item": "https://rustlabs.com/img/items180/door.double.hinged.toptier.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "22", "Shortname": "door.hinged.toptier", "Amount": 1, "Drop chance": 25, "Name the item": "", "Price the item": 15, "URL image the item": "https://rustlabs.com/img/items180/door.hinged.toptier.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "23", "Shortname": "furnace.large", "Amount": 1, "Drop chance": 35, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/furnace.large.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "24", "Shortname": "small.oil.refinery", "Amount": 1, "Drop chance": 35, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/small.oil.refinery.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "25", "Shortname": "water.catcher.small", "Amount": 1, "Drop chance": 45, "Name the item": "", "Price the item": 8, "URL image the item": "https://rustlabs.com/img/items180/water.catcher.small.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "26", "Shortname": "storage_barrel_b", "Amount": 1, "Drop chance": 45, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/storage_barrel_b.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "27", "Shortname": "storage_barrel_c", "Amount": 1, "Drop chance": 45, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/storage_barrel_c.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "28", "Shortname": "gunrack_stand", "Amount": 1, "Drop chance": 45, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/gunrack_stand.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "29", "Shortname": "gunrack_wide.horizontal", "Amount": 1, "Drop chance": 55, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/gunrack_wide.horizontal.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "30", "Shortname": "flameturret", "Amount": 1, "Drop chance": 65, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/flameturret.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "31", "Shortname": "furnace", "Amount": 1, "Drop chance": 75, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/furnace.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "32", "Shortname": "cupboard.tool.retro", "Amount": 1, "Drop chance": 75, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/cupboard.tool.retro.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "33", "Shortname": "rocket.launcher", "Amount": 1, "Drop chance": 10, "Name the item": "", "Price the item": 50, "URL image the item": "https://rustlabs.com/img/items180/rocket.launcher.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "34", "Shortname": "ammo.rocket.basic", "Amount": 1, "Drop chance": 15, "Name the item": "", "Price the item": 35, "URL image the item": "https://rustlabs.com/img/items180/ammo.rocket.basic.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "35", "Shortname": "ammo.rocket.mlrs", "Amount": 1, "Drop chance": 15, "Name the item": "", "Price the item": 30, "URL image the item": "https://rustlabs.com/img/items180/ammo.rocket.mlrs.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "36", "Shortname": "ammo.rocket.hv", "Amount": 1, "Drop chance": 25, "Name the item": "", "Price the item": 20, "URL image the item": "https://rustlabs.com/img/items180/ammo.rocket.hv.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "37", "Shortname": "ammo.grenadelauncher.he", "Amount": 1, "Drop chance": 30, "Name the item": "", "Price the item": 25, "URL image the item": "https://rustlabs.com/img/items180/ammo.grenadelauncher.he.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "38", "Shortname": "multiplegrenadelauncher", "Amount": 1, "Drop chance": 35, "Name the item": "", "Price the item": 25, "URL image the item": "https://rustlabs.com/img/items180/multiplegrenadelauncher.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "39", "Shortname": "ammo.rifle.explosive", "Amount": 1, "Drop chance": 50, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/ammo.rifle.explosive.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "40", "Shortname": "explosive.satchel", "Amount": 1, "Drop chance": 60, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/explosive.satchel.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "41", "Shortname": "grenade.beancan", "Amount": 1, "Drop chance": 70, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/grenade.beancan.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "42", "Shortname": "rocket.launcher.dragon", "Amount": 1, "Drop chance": 5, "Name the item": "", "Price the item": 50, "URL image the item": "https://rustlabs.com/img/items180/rocket.launcher.dragon.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "43", "Shortname": "coffin.storage", "Amount": 1, "Drop chance": 10, "Name the item": "", "Price the item": 40, "URL image the item": "https://rustlabs.com/img/items180/coffin.storage.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "44", "Shortname": "legacyfurnace", "Amount": 1, "Drop chance": 15, "Name the item": "", "Price the item": 30, "URL image the item": "https://rustlabs.com/img/items180/legacyfurnace.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "45", "Shortname": "hobobarrel", "Amount": 1, "Drop chance": 25, "Name the item": "", "Price the item": 30, "URL image the item": "https://rustlabs.com/img/items180/hobobarrel.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "46", "Shortname": "heavyscientistyoutooz", "Amount": 1, "Drop chance": 35, "Name the item": "", "Price the item": 20, "URL image the item": "https://rustlabs.com/img/items180/heavyscientistyoutooz.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "47", "Shortname": "hazmatyoutooz", "Amount": 1, "Drop chance": 35, "Name the item": "", "Price the item": 20, "URL image the item": "https://rustlabs.com/img/items180/hazmatyoutooz.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "48", "Shortname": "cursedcauldron", "Amount": 1, "Drop chance": 60, "Name the item": "", "Price the item": 15, "URL image the item": "https://rustlabs.com/img/items180/cursedcauldron.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "49", "Shortname": "abovegroundpool", "Amount": 1, "Drop chance": 75, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/abovegroundpool.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "50", "Shortname": "rail.road.planter", "Amount": 1, "Drop chance": 80, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/rail.road.planter.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "51", "Shortname": "wall.graveyard.fence", "Amount": 1, "Drop chance": 85, "Name the item": "", "Price the item": 5, "URL image the item": "https://rustlabs.com/img/items180/wall.graveyard.fence.png", "SkinID ": 0, "Console command": "" }, { "Item ID (Indicated in the list of items in the case)": "52", "Shortname": "newyeargong", "Amount": 1, "Drop chance": 95, "Name the item": "", "Price the item": 10, "URL image the item": "https://rustlabs.com/img/items180/newyeargong.png", "SkinID ": 0, "Console command": "" } ], "Cases": [ { "Case ID": "1", "Case name": "Armory", "Image of the case": "https://unityplugincore.ru/imgs/images/2024/09/23/ORUZEINYI.png", "Discription of the case": "There will be a description of your case here", "Price of the case": 100, "List the case items": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16" ] }, { "Case ID": "2", "Case name": "Home", "Image of the case": "https://unityplugincore.ru/imgs/images/2024/09/23/DOMASNII.png", "Discription of the case": "There will be a description of your case here", "Price of the case": 125, "List the case items": [ "17", "18", "19", "20", "21", "22", "23", "27", "28", "26", "27", "28", "29", "30", "31", "32" ] }, { "Case ID": "3", "Case name": "Raider", "Image of the case": "https://unityplugincore.ru/imgs/images/2024/09/23/REIDERSKII.png", "Discription of the case": "There will be a description of your case here", "Price of the case": 150, "List the case items": [ "33", "34", "35", "36", "37", "38", "39", "40", "41" ] }, { "Case ID": "4", "Case name": "DLC", "Image of the case": "https://unityplugincore.ru/imgs/images/2024/09/23/DLS.png", "Discription of the case": "There will be a description of your case here", "Price of the case": 150, "List the case items": [ "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52" ] } ] }
    $15.90
  2. Mevent

    Cases

    Version 2.0.0

    1,416 downloads

    Revolutionary cases, the juiciest interface, scroll animations and much more! Features Beautiful user interface Opening animation Performance Each case is configured separately Commands cases (open cases interface) givecase <steamid> <caseid> <amount> (give a case to the player) givecase * <caseid> <amount> (give a case to all online players) FAQ Q: Where can I see an example of a config? A: Config Q: How do I use Economics to pay for cases? A: "Economy": { "Show Balance": true, "Type (Plugin/Item)": "Plugin", "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance", "ShortName": "scrap", "Display Name (empty - default)": "", "Skin": 0 }, Q: How do I use ServerRewards to pay for cases? A: "Economy": { "Show Balance": true, "Type (Plugin/Item)": "Plugin", "Plugin name": "ServerRewards", "Balance add hook": "AddPoints", "Balance remove hook": "TakePoints", "Balance show hook": "CheckPoints", "ShortName": "scrap", "Display Name (empty - default)": "", "Skin": 0 }, Q: I have a question/problem. What should I do? A: You can write to me in a PM on the site, create a ticket. Or write me in Discord: mevent Q: How does a player give out Skill Tree XP? A: { "Type": "Command", "ID": 7, "Image": "", "Title": "Give 1K XP from SkillTree", "Command (%steamid%)": "givexp %username% 1000", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "", "Skin": 0, "Amount": 1, "Chance": 65.0 }, Q: How can I add cases not for purchase, but just to have them? A: For example, if you give cases with the "givecase" command: givecase <steamid> <caseid> <amount> give a case to the player givecase * <caseid> <amount> give a case to all online players
    $25.95
  3. Version 1.0.19

    359 downloads

    Welcome to UltimateCases - the most exciting case opening experience for Rust servers! Give your players the thrill of unboxing rare items with beautiful roulette animations, create unlimited custom cases with unique rewards, and build a thriving economy through our advanced key exchange system. Whether you want to reward active players with free cases or monetize your server with premium loot boxes, UltimateCases has everything you need to keep players engaged and coming back for more! ️ Why Choose UltimateCases? Beautiful Unboxing Experience - Watch your players' excitement as they spin the roulette and discover their rewards! Customizable animations, rarity backgrounds, and sound effects create an unforgettable opening experience. Easy Case Creation - No coding required! Use our in-game visual editor to create cases, add items, set prices, and configure everything you need. Edit cases on the fly without touching configuration files. Monetize Your Server - Turn your server into a profitable venture with our key exchange system. Players can buy keys using any currency (Economics, ServerRewards, scrap, etc.) and you control the economy. Reward Active Players - Keep players engaged with free cases! Set playtime requirements and cooldowns to reward your most dedicated community members. Protect Your Economy - Advanced limits and restrictions prevent abuse. Set daily limits, lifetime limits, minimum playtime requirements, and block case opening during combat or raids. Store Rewards Safely - Built-in inventory system stores all case rewards securely. Players can retrieve items when they're ready, with options to persist items across wipes. Share the Excitement - Announce rare wins in chat and Discord! Customizable logging and webhook integration lets your community celebrate big wins together. NPC Traders at Monuments - Spawn NPCs at monuments where players can exchange keys for currency. Perfect for creating trading hubs and encouraging exploration! VIP Benefits - Reward your supporters with exclusive discounts on case opening and key exchange. Multiple VIP tiers with customizable benefits. Works Everywhere - Seamlessly integrates with ServerPanel, supports all major economy plugins, and works with ImageLibrary for perfect image management. Key Exchange System Turn any currency into case keys! Our flexible exchange system supports: Multiple Currencies - Use Economics, ServerRewards, BankSystem, IQEconomic, or any item (scrap, sulfur, etc.) as currency for key exchange. Bulk Discounts - Reward players who exchange more keys! Automatic discounts: 5% off for 10+ keys, 10% off for 25+ keys, 15% off for 50+ keys, 20% off for 100+ keys. VIP Discounts - Give your supporters extra savings! Configure permission-based discounts (5%, 10%, 15%, 20%) with custom daily limits. Daily Limits - Prevent abuse by limiting how many keys players can exchange per day. Perfect for controlling your server economy. Monument NPCs - Spawn traders at monuments! Players can visit NPCs at lighthouse, outpost, or any monument to exchange keys. Fully customizable appearance and rates. Smart Inventory System Never lose a reward again! Our inventory system stores all case rewards safely: Secure Storage - All case rewards are automatically stored in your personal inventory, accessible anytime through the UI. Wipe Protection - Choose whether items persist across server wipes or are cleared automatically. Perfect for seasonal rewards! Safe Retrieval - Items can only be retrieved when it's safe - no retrieving during combat, raids, or building blocked situations. Post-Wipe Cooldown - Optional cooldown after wipe before items can be retrieved, helping maintain server balance. Video Overview Showcase Templates Fullscreen Template ServerPanel V1 Template ServerPanel V2 Template ServerPanel V4 Template In-Game Editor Monument Trader How to get Keys? Commands /opencases or /cases - Opens the cases interface for players /cases.trader - Chat command for managing Monument Traders (requires ultimatecases.edit permission) /cases.trader create [currencyID] [defaultKeys] [prefab] - Create a new trader bot /cases.trader start <botIndex> - Enter edit mode for a trader /cases.trader move - Update trader position (requires edit mode) /cases.trader rotate <angle> - Set trader rotation (requires edit mode) /cases.trader save - Save and reload trader (requires edit mode) /cases.trader cancel/stop - Cancel edit mode /cases.trader list - Show all configured trader bots /cases.trader teleport <botIndex> - Teleport to a trader bot location /cases.trader help - Show help for trader commands cases.give - Console/Rcon command for giving keys or cases to players (admin only) cases.give <player> keys <amount> - Give keys to a player cases.give <player> case <caseID> [amount] - Give case(s) to a player Examples: cases.give PlayerName keys 100 or cases.give 76561198000000000 case 0 5 cases.convert - Console command for converting cases from old Cases plugin (requires UltimateCasesConverter plugin, admin only) cases.convert - Convert all cases and add them to existing UltimateCases data cases.convert true - Clear existing UltimateCases data before converting (fresh start) Permissions ultimatecases.edit - Permission to edit cases, items, and modals using the in-game editor. Required to access all editor functions and manage Monument Traders. ultimatecases.discount1 - 5% discount on case opening ultimatecases.discount2 - 10% discount on case opening ultimatecases.discount3 - 15% discount on case opening ultimatecases.vip1 - 5% discount on key exchange, with optional custom daily limit ultimatecases.vip2 - 10% discount on key exchange, with optional custom daily limit ultimatecases.vip3 - 15% discount on key exchange, with optional custom daily limit ultimatecases.vip4 - 20% discount on key exchange, with optional custom daily limit Note: Additional permissions can be configured in the config file for demo mode and quick unbox mode. These are optional and can be left empty to disable the features. FAQ Q: How do I open the Case Editor? A: To open the Case Editor: Make sure you have the ultimatecases.edit permission Open the cases menu using /opencases or /cases Look for the "EDIT" button in the header of the interface (usually in the top-right area) Click the "EDIT" button to open the Case Editor From here you can create new cases, edit existing cases, add items, configure prices, permissions, and all case settings Q: How do I open the Item Editor? A: To open the Item Editor: First, open the Case Editor (see instructions above) Select a case from the list or create a new case In the case editor, you'll see a section for items Click "ADD ITEM" or click on an existing item to edit it The Item Editor will open where you can configure item type, chance, image, title, description, permissions, and all item-specific settings (weapons, contents, genes, etc.) Q: How do I open the Modal Editor? A: To open the Modal Editor: Make sure you have the ultimatecases.edit permission Open the cases menu and navigate to any modal window (like the keys exchange modal) Look for the "EDIT" button that appears on modal windows when you have edit permission Click the "EDIT" button to open the Modal Editor From here you can edit modal content, text elements, images, buttons, and all modal settings Q: How do I create a case? A: It's super easy! Open the cases menu in-game, click the "EDIT" button in the header, then click "ADD CASE" in the Case Editor. Configure the case title, image, price, permission, and add items. No file editing needed! Q: Can players get free cases? A: Yes! Enable Free Case Settings for any case. Set minimum playtime (e.g., 2 hours) and cooldown (e.g., 24 hours). Players meeting requirements can open the case for free once per cooldown period. Q: How do I set up key exchange? A: Go to Exchange Settings in the config. Add currencies (Economics, ServerRewards, scrap, etc.), set exchange rates, configure discounts, and you're done! Players can exchange currency for keys instantly. Q: What can I put in cases? A: Almost anything! Add items (weapons with attachments, containers with contents, blueprints, plant seeds with genes), or execute commands when cases are opened. Full customization for every reward type. Q: How do Monument Traders work? A: Configure NPCs in Exchange Settings to spawn at monuments. Players can visit these NPCs to exchange keys for currency. Set the monument (lighthouse, outpost, etc.), NPC appearance, position, and exchange rate. Q: Can I limit how many cases players can open? A: Absolutely! Set daily limits (e.g., 5 cases per day), total lifetime limits (e.g., 50 cases total), minimum playtime requirements, and block opening for a period after server wipe. Q: How does the inventory system work? A: When players open cases, rewards go to their inventory automatically. Players can access inventory through the UI and retrieve items when ready. Configure whether items persist across wipes. Q: Can I announce rare wins? A: Yes! Enable chat announcements and Discord webhooks. Set rarity threshold (e.g., only announce items with 5% or lower chance), customize message format, and share the excitement with your community! Q: How do I add UltimateCases to ServerPanel? A: In ServerPanel, create a new category with Type: "Plugin", Plugin Name: "UltimateCases", Plugin Hook: "API_OpenPlugin". The plugin integrates seamlessly! Q: Can I give VIP players discounts? A: Yes! Configure permission-based discounts in Case Opening Discounts and Exchange Privilege Settings. Set different discount percentages for different VIP tiers. Q: How do I configure the plugin config file? A: The config file is located at oxide/config/UltimateCases.json (or carbon/config/UltimateCases.json for Carbon). Here's how to configure key settings: Template Selection: Set "Template" to "Fullscreen", "V1", "V2", or "V4" Commands: Modify "Open UI Commands" array to add custom command aliases Key Exchange: Configure "Exchange Settings" → "Currencies" to add currencies (Economics, ServerRewards, items, etc.) Roulette Duration: Set "Roulette Settings" → "Default Duration" (seconds) and "Quick Mode Duration" Sound Effects: Enable/disable sounds in "Sound Effects" section and set effect prefab paths Logging: Configure console, file, chat, and Discord logging in "Logging Settings" Restrictions: Enable/disable case opening restrictions in "Restrictions Settings" Inventory: Configure inventory settings in "Inventory settings" section After editing, reload the plugin: o.reload UltimateCases (Oxide) or c.reload UltimateCases (Carbon). Q: How do I set up LangAPI for multi-language support? A: To enable LangAPI support: Make sure LangAPI plugin is installed and loaded on your server In UltimateCases config, set "Work with LangAPI?" to true Create language files in oxide/lang/UltimateCases/ (or carbon/lang/UltimateCases/ for Carbon) Create files like en.json, ru.json, etc. with translation keys Use LangAPI's translation system to translate all plugin messages Reload the plugin to apply changes Example translation key structure: { "UI_Header_Title": "Ultimate Cases", "UI_Content_ButtonOpen": "OPEN CASE", "UI_Content_ButtonOpenFREE": "FREE", ... } Q: How do I set up Monument Traders using commands? A: To create and configure Monument Traders: Make sure you have ultimatecases.edit permission Go to the monument where you want to spawn a trader (e.g., lighthouse, outpost) In server console, use: cases.trader create [currencyID] [defaultKeys] [prefab] currencyID - ID of the currency from Exchange Settings (0, 1, 2, etc.) defaultKeys - Default number of keys per exchange (e.g., 1) prefab - NPC prefab path (e.g., "assets/prefabs/npc/bandit/missionproviders/missionprovider_outpost_b.prefab") Enter edit mode: cases.trader start <botIndex> (use cases.trader list to see bot indices) Position yourself where you want the NPC to spawn Update position: cases.trader move Set rotation: cases.trader rotate <angle> (0-360 degrees) Save: cases.trader save The NPC will spawn automatically at the configured monument Q: How do I configure custom economy plugins? A: To use a custom economy plugin: In config, find "Custom Economy Settings" Set "Use Custom Economy" to true Set "Type" to "Plugin" Enter "Plugin Name" (exact name as it appears in plugins list) Configure hooks: "Plugin Hook Add" - Hook name for adding balance (e.g., "AddPoints", "Deposit") "Plugin Hook Remove" - Hook name for removing balance (e.g., "TakePoints", "Withdraw") "Plugin Hook Balance" - Hook name for checking balance (e.g., "CheckPoints", "Balance") Test the hooks work correctly by checking plugin documentation Reload the plugin Q: How do I configure rarity backgrounds? A: To set up rarity backgrounds: In config, find "Rarity Settings" → "Rarity Backgrounds" Add entries with chance ranges and images: "Min" - Minimum chance percentage (e.g., 0) "Max" - Maximum chance percentage (e.g., 1) "Image" - Background image URL for case display "Roulette Item Background Image" - Background image URL for roulette item display Example: Legendary (0-1%), Epic (1-5%), Rare (5-15%), Uncommon (15-50%), Common (50-100%) Items with drop chances within each range will display the corresponding background Q: How do I configure Discord webhook logging? A: To set up Discord webhook logging: Create a Discord webhook in your Discord server (Server Settings → Integrations → Webhooks → New Webhook) Copy the webhook URL In config, find "Logging Settings" → "Discord" Set "Enabled" to true Paste webhook URL in "Webhook URL" Configure options: "Rare Threshold" - Only log items with chance ≤ X% (0 = log all items) "Embed Color" - Decimal color code (e.g., 15844367 for gold) "Title" - Embed title "Show Player Avatar" - Display player avatar in embed "Show Item Icons" - Display item icons in embed "Group Items" - Group multiple items in single message "Include Statistics" - Add statistics to embed Reload the plugin Q: How do I configure item rewards with weapons and attachments? A: In the Item Editor: Set "Type" to "Item" Enter the weapon "ShortName" (e.g., "rifle.ak") In "Weapon" section, set "Enabled" to true Set "Ammo Type" (e.g., "ammo.rifle.explosive") Set "Ammo Amount" (e.g., 128) In "Content" section, set "Enabled" to true Add attachments in "Contents" array: "ShortName" - Mod shortname (e.g., "weapon.mod.lasersight") "Condition" - Item condition (0-100) "Amount" - Usually 1 for mods "Position" - Slot index (-1 for auto-assignment) Save the item Q: How do I configure command rewards in cases? A: To add command rewards: In Item Editor, set "Type" to "Command" In "Command (%steamid%)" field, enter your command Use placeholders: %steamid% - Player's Steam ID %username% - Player's display name %player.x% - Player's X coordinate %player.y% - Player's Y coordinate %player.z% - Player's Z coordinate Multiple commands can be separated by | or line breaks Example: "inventory.giveto %steamid% rifle.ak 1|oxide.usergroup add %steamid% vip" Q: How do I enable Offline Image Mode? A: To use local images instead of downloading from internet: In config, set "Enable Offline Image Mode" to true Create folder "TheMevent" in oxide/data (or carbon/data for Carbon) Download PluginsStorage (click "CODE" → "Download ZIP") Extract the ZIP and copy all contents to the "TheMevent" folder Reload the plugin: o.reload UltimateCases (Oxide) or c.reload UltimateCases (Carbon) Note: For custom images, place them in the "TheMevent" folder and reference them with the "TheMevent/" prefix (e.g., "TheMevent/MyImage.png"). Q: How do I configure demo mode and quick unbox mode? A: Demo mode allows testing cases without spending keys, and quick unbox mode speeds up animations: In config, find "Roulette Settings" For demo mode: Set "Demo Mode Permission" to a permission name (e.g., "ultimatecases.demo") or leave empty to disable For quick unbox: Set "Quick Unbox Permission" to a permission name (e.g., "ultimatecases.quick") or leave empty to disable Set "Quick Mode Duration" (seconds) - how long the quick animation should last Grant the permissions to players who should have access Reload the plugin Q: How do I configure case opening restrictions? A: To prevent case opening in certain situations: In config, find "Restrictions Settings" Set "Enabled" to true Enable/disable specific restrictions: "Block During Combat" - Requires NoEscape plugin "Block During Raid" - Requires NoEscape plugin "Block in Building Blocked" - Blocks when player can't build "Block While Swimming" - Blocks when player is swimming "Block When Player is Wounded" - Blocks when player is wounded "Block During Duel" - Requires Duel/Duelist plugin "Block During Helicopter Flight" - Blocks when in helicopter "Block When Player is Sleeping" - Blocks when player is sleeping Reload the plugin TEST SERVER Join our test server to experience UltimateCases yourself! Copy the IP Address below to start playing! connect 194.147.90.147:28015 Ready to create the ultimate case opening experience? UltimateCases gives you all the tools you need to build excitement, reward players, and monetize your server. Start creating your first case today!
    $41.95
  4. Version 1.0.0

    24 downloads

    To change the template you need Photoshop CS 6 or higher! The template includes instructions for changing effects, text, and items. Also in the resource archive there are fonts used in the template
    $12.00
  5. Mercury

    IQCases

    Version 2.4.75

    318 downloads

    IQCases - are the best cases for your server with great features, settings and a nice design! 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!" }
    $15.00
  6. Monster

    XPackage

    Version 1.0.0

    19 downloads

    Create custom items like pouches, kits, medkits, and more—each filled with valuable gear. Customize everything from item names, blueprints, skins, to drop chances, giving you full control. Set permissions to open packages, and even open entire stacks at once for command-only items. Packages can be found in crates, barrels, or via metal detectors, and they stack, split, and drop seamlessly. Chat messages notify players when they open a package, but beware—these packs can't be recycled! Key Features There is a lang ru/en/uk/es. Customization of items (command(s), blueprint, item, custom item): shortname, amount, skinID, text(for note), custom name, blueprint, drop chance, water amount(for bottle, water jug, bota bag), command list) For commands: {0} is steamID | {1} is amount Various settings for the packages themselves. Setting the permission to open a package. Ability to open the entire stack at once. [ Useful for packages that only have command(s) ]. Ability to customize package stack. Chat messages after opening a package. Ability to find the package in crates/barrels. Ability to find the package with a metal detector. Stack, split, drop packages works correctly. Packs cannot be recycled. WORK WITH BetterLoot For the correct spawning of packages in the crate, in the BetterLoot plugin, remove/comment out the following line of code. 630 - container.inventory.capacity = container.inventory.itemList.Count; Permissions xpackage.admin - allow a player(administrator) to use the command to give packages. Commands give_package steamID packageSkinID amount - to give a package to a player. API bool IsItemPackage(Item item) - whether the item is a package. bool IsSkinPackage(ulong skinID) - whether the skin is a package. Config { "General settings": { "SteamID profile for custom avatar": 0, "Chat prefix": "<size=12><color=#FFFFFF50>[</color> <color=#00FF0050>XPackage</color> <color=#FFFFFF50>]</color></size>\n" }, "Package settings": { "0": { "Shortname": "halloween.lootbag.large", "Custom package name": "Medication kit", "Action at which the package will be opened": "unwrap", "Maximum stack - [ True - x1 | False - stack of original item ]": true, "Whole stack opens at once. [ Useful for packages that only have command(s) ]": false, "Permission to open a package": null, "Effect of opening the package": "assets/prefabs/misc/xmas/presents/effects/unwrap.prefab", "Enable the ability to find a package with a metal detector": false, "Chance of finding the package with a metal detector [ 0.0 - 100.0 ]": 0.0, "List of items in the package": [ { "Shortname": "largemedkit", "Amount": 1, "SkinID": 0, "Text": null, "CustomName": null, "BlueprintID": 0, "Drop chance [ 0.0 - 100.0 ]": 100.0, "WaterAmount": 0, "CommandsList - [ {0} is steamID | {1} is amount ]": null }, ... ], "Which crates/barrels will spawned a package": [ { "Name crate/barrel": "crate_normal", "Drop chance [ 0.0 - 100.0 ]": 20.0, "Min amount": 1, "Max amount": 1 }, ... ] }, ... } }
    $14.99
  7. Version 1.0.0

    8 downloads

    The package consists of a header, wallpaper and logo. In this template you can create case icons. Effects are applied automatically. You just need to add the contents of the case (that is, items). And change the color and name. In literally 5-10 minutes you can create unique and beautiful icons for your project. In the archive: 1)PSD file with 3 different color styles 2)3 fonts for titles and text All necessary elements are in the archive. To change you need Adobe Photoshop program When purchasing you receive endless support from the author
    $8.00

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.