Search the Community
Showing results for tags 'marketplace'.
-
Version 1.2.4
1,110 downloads
Let your players shop from the safety of their own bases. Give them the ability to place & pickup their own drone Marketplaces, plus they look cool! With all the necessary configurable options, players will love this on any type of server, PvP or PvE. To add Marketplaces to server shops, I recommend adding the item rather than the command. You can do this with the following: Shortname: box.wooden.large SkinID: 2859284352 Features. Support for Friends, Clans, Teams Works with rewards shops like Server Rewards, Economics etc. Force on foundation (optional) Pickup by hitting a terminal with a hammer or chat command Allow multiple marketplaces (optional) Allow players to craft (optional) Configurable crafting cost More control with optional permissions Drop item if building underneath destroyed (optional) Lose condition on pickup (optional) Checks for space before placing (prevents clipping through structures) Config option to add vending machines to Marketplaces Option to block damage to attached vending machines Important Note: Rotate attached vending machines by hitting with a hammer. In-Game Commands (Remove / Prefix in F1 Console). /marketplace.give (give to self) /marketplace.give <PlayerName> or <SteamID> (give to player) /marketplace.craft /marketplace.pickup (Or hit a terminal with hammer) /marketplace.clear (Clear ALL stored marketplace data) /marketplace.clear <SteamID> (Remove marketplace data for player) Console/RCON Command. marketplace.give <PlayerName> or <SteamID> (give to player) marketplace.clear (Clear ALL stored marketplace data) marketplace.clear <SteamID> (Remove marketplace data for player) (Use console command in reward shops or give custom skinned item) Permissions (Optional). personalmarketplace.admin (Required for give & clear commands) personalmarketplace.deploy personalmarketplace.pickup personalmarketplace.craft API: Plugin devs can prevent conflict with this plugin by utilizing the following: Interface.CallHook("MarketplaceCheck", skinID) (where skinID = the skinID of the entity you are checking e.g. entity.skinID) Returns true if the given entity's skinID matches an item used by this plugin (deployable wooden box item, or Marketplace entity) or null if it is not. Plugin devs can use this to prevent conflict with their plugins if dealing with large wooden boxes or other items which maybe be Marketplace related, now or in the future. How to Place. As there is no deployable marketplace item in Rust, the plugin uses the large wooden box planner to help guide and align the Marketplace where you want to place it. Keep in mind the marketplace is a very large item, so it is only a guide to help align it. Make sure to place it far away from where you stand and from buildings, if there is not enough room you will not be able to place and you will get a chat message to tell you this. If you don’t get the position right first time, no worries, just pick it up and try again until happy with the placement. Use caution if marketplace condition is enabled, picking up the marketplace too many times will cause it to break and it is NOT repairable! Marketplaces are better placed in the middle of a 3x4 or larger foundation for best placement (see below image), but can be placed on open terrain or floors if allowed as such in the config: Inventory item: Custom Icon (to use in reward shops etc): https://rustynuts.gg/pmicon.png$12.99- 69 comments
- 4 reviews
-
- 3
-
- #rust
- #marketplace
-
(and 5 more)
Tagged with:
-
Version 2.1.7
7,908 downloads
Enjoy a highly customizable Shop that can be configured in game! Use NPCs as shopkeepers, and set up a shop with ease using the game interface to add, edit, or remove items on the fly! ️ Features Beautiful user interface Discount system (by permissions) Automatic shop filling (+ the plugin has support for the ItemCostCalculator plugin) Selling items (players can sell items to the store and receive money for it) Performance Adding/editing/removing items IN GAME Supports NPC Supports Custom Vending Machines Supports NoEscape Convert from ServerRewards Favorite items By default, the plugin has English, Russian and Chinese translations Transfer money between players directly in the plugin! Shop allows you to use multiple economy plugins at once (players can choose what they want to pay with) For each item, you can choose which payment methods are available and how much they will cost, based on the selected method Commands shop - open shop interface shop.install – starts the shop installation process shop.refill <recovery_rate> - refill shop again recoveryRate: A value between 0 and 1 that determines the multiplier for the cost of selling items. For example, shop.refill 0.5 means that items will have a sale cost of 50% of their purchase cost. shop.convert.sr [clear] - convert items from ServerRewards to Shop. The option clear means clearing Shop items before convert shop.setvm [categories: cat1 cat2 ...] - add custom VM in config shop.setnpc [categories: cat1 cat2 ...] - add NPC in config shop.remove all - a console command to remove all items and categories from the plugin shop.remove item [category name/all] - a console command to remove an item (or all items) shop.remove category [category name/all] - a console command to remove a category (or all categories) shop.fill.icc [all/buy/sell] - a console command for updating prices of items in the store using ItemCostCalculator. all - updates both Price and SellPrice, buy - updates Price, sell - updates SellPrice shop.convert.from.1.2.26 – command to convert Shop plugin version 1.2.26 to version 1.3.0+ shop.reset – resets store data, including templates, configurations, and items. shop.reset template – resets the store interface template data. shop.reset config – resets store configuration data. shop.reset items – resets store items data. shop.reset full – completely resets all store data (templates, configurations and items). shop.manage – used to manage the Shop plugin. shop.manage economy list – displays a list of all available economic systems in the plugin. shop.manage economy set <economy_ID> <name> – ыets the selected economic system by plugin ID and name. The command updates the corresponding economic system on the server and saves the changes in the configuration. FOR EXAMPLE: shop.manage economy set 0 Economics – sets the main economy plugin to “Economics”. shop.manage economy set 1 ServerRewards – sets the additional economy system with ID 1 to “ServerRewards”. Permissions shop.setvm - for command "shop.setvm" shop.setnpc - for command "shop.setnpc" shop.free - for free item purchases shop.admin - admin permission Sort Types None Name Amount PriceDecrease PriceIncrease Category Types None – normal category for items Favorite – category for favorite items Hided – hidden category, available only in NPC stores or Vending Machines Video P.S. Video of the old version, video for the V2+ version is now in development Showcase Full screen Templates Template OLD STYLE Template NEW RUST In-Menu Templates Template V1 (V1.1) Template V1 (V1.1) with BASKET Template V2 Template V2 with BASKET Installer Editor TEST SERVER Join our test server to view and experience all our unique features yourself! Copy the IP Address below to start playing! connect 194.147.90.147:28015 FAQ Q: I get the message “The plugin does not work correctly, contact the administrator!”. What should I do? A: This means that your plugin is not installed. To install the plugin, use the command “/shop.install”. You need to have “shop.admin” permission to access this command. Q: Where can I see an example of a config? A: Config Q: How to use BankSystem to store the economy A: "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "BankSystem", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance", "ShortName": "", "Display Name (empty - default)": "", "Skin": 0, "Lang Key (for Title)": "LangTitle", "Lang Key (for Balance)": "BalanceTitle" }, Q: How to use ServerRewards to store the economy A: "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "ServerRewards", "Balance add hook": "AddPoints", "Balance remove hook": "TakePoints", "Balance show hook": "CheckPoints", "ShortName": "", "Display Name (empty - default)": "", "Skin": 0, "Lang Key (for Title)": "LangTitle", "Lang Key (for Balance)": "BalanceTitle" }, Q: How to use Economics to store the economy A: "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance", "ShortName": "", "Display Name (empty - default)": "", "Skin": 0, "Lang Key (for Title)": "LangTitle", "Lang Key (for Balance)": "BalanceTitle" }, Q: How to use IQEconomic to store the economy A: "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "IQEconomic", "Balance add hook": "API_SET_BALANCE", "Balance remove hook": "API_GET_BALANCE", "Balance show hook": "API_REMOVE_BALANCE", "ShortName": "", "Display Name (empty - default)": "", "Skin": 0, "Lang Key (for Title)": "LangTitle", "Lang Key (for Balance)": "BalanceTitle" }, Q: How to use scrap to pay for items A: "Economy": { "Type (Plugin/Item)": "Item", "Plugin name": "", "Balance add hook": "", "Balance remove hook": "", "Balance show hook": "", "ShortName": "scrap", "Display Name (empty - default)": "", "Skin": 0, "Lang Key (for Title)": "LangTitle", "Lang Key (for Balance)": "BalanceTitle" }, Q: How to add KIT as shop item A: https://pastebin.com/4szBQCgz Q: How to add Command as shop item A: https://pastebin.com/bcCkzBEL Q: How do I make a weapon spawn with ammo in it? A: You need to configure the "Weapon" section in the item config: "Weapon": { "Enabled": true, "Ammo Type": "ammo.rifle.explosive", "Ammo Amount": 128 } Q: How do I make items spawn some content (liquid, weapon modifications)? A: You need to configure the "Content" section in the item config: "Content": { "Enabled": true, "Contents": [ { "ShortName": "weapon.mod.lasersight", "Condition": 100.0, "Amount": 1, "Position": -1 } ] }, Q: How to turn off the sell feature? A: You need to turn off “Enable item selling” in the config, or do it in the item setting in the game. "Enable item selling?": false, Q: How to use the ItemCostCalculator with Shop? A: You need to use command "shop.refill" (command to refill the Shop) Q: What should be the size of images for item icons? A: Typically, the image dimensions for item icons are 512x512 pixels, but any square image can suffice.$29.95- 619 comments
- 37 reviews
-
- 20
-
- #shop
- #shop ui
-
(and 25 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
-
Version 0.1.3
143 downloads
Allows you to add delivery drones to your vending machine through which you can order various items. Note: For transactions with a custom fee, you still need to have 20 scrap available, which will not be taken. Also, for the vending machines modified by CustomVendingSetup(umod), there is no custom fee. vDelivery.admin - Provides unrestricted access to the plugin's functionality. This includes the ability to add/remove or clear terminals from other players' vending machines. Note: In the configuration file, within the "Settings of Vending machines for each permission" section, you can specify limits for any existing permission by simply listing its name. "Settings of vending machines for each permission. Leave null or empty to recreate the default": { "vDelivery.default": { "Max ammount": 1, "Delivery fee item": "scrap", "Delivery fee amount": 20 }, ... } If you want to create a new permission, you can also include it in the list, but the name must begin with "vDelivery". { "Chat command": "vdelivery", "Is it worth enabling GameTips for messages?": true, "Is it worth ignoring the inaccessibility of drones?": false, "Display position - Forward": -0.35, "Display position - Up": 1.8, "Display position - Right": 0.0, "Popup - Duration": 6.0, "Popup - Position AnchorMin": "0 0.9", "Popup - Position AnchorMax": "0.25 1", "Popup - Position OffsetMin": "20 0", "Popup - Position OffsetMax": "0 -30", "Popup - Icon Url": "https://i.imgur.com/4Adzkb8.png", "Popup - Icon Color": "#CCE699", "Popup - Icon Transparency": 0.8, "Popup - Text Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Popup - Text Font Size": 14, "Popup - Text Font Color": "#FFFFFF", "Popup - Description Font": "RobotoCondensed-Regular.ttf", "Popup - Description Font Size": 12, "Popup - Description Font Color": "#FFFFFF", "Popup - Text FadeIn": 1.0, "Popup - Sound Prefab Name": "assets/bundled/prefabs/fx/invite_notice.prefab", "Settings of vending machines for each permission. Leave null or empty to recreate the default": { "vDelivery.default": { "Max ammount": 1, "Delivery fee item": "scrap", "Delivery fee amount": 20 }, "vDelivery.vip": { "Max ammount": 3, "Delivery fee item": "scrap", "Delivery fee amount": 20 }, "realpve.vip": { "Max ammount": 5, "Delivery fee item": "scrap", "Delivery fee amount": 20 } }, "Version": { "Major": 0, "Minor": 1, "Patch": 3 } } EN: { "MsgNotAllowed": "You do not have permission to use this command!", "MsgNotOwner": "You are not the owner of this vending machine!", "MsgNotAccessible": "The vending machine is not accessible to drones!", "MsgNotVending": "You need to look at the vending machine or provide correct net ID!", "MsgNotVendingDelivery": "The vending machine does not have a terminal!", "MsgLimitReached": "You cannot add a terminal as you have reached your limit of {0}!", "MsgPopupText": "Add a terminal to the vending machine?", "MsgPopupSubText": "Click on the notification to confirm", "MsgMyAdded": "The terminal has been successfully added!", "MsgMyRemoved": "The terminal has been successfully removed!", "MsgMyAllRemoved": "All your terminals have been successfully removed!", "MsgPlayerAllRemoved": "All {0}'s terminals have been successfully removed!", "MsgAllRemoved": "All terminals have been successfully removed!", "MsgTerminalsNotFound": "No terminals found!", "MsgPlayerTerminalsNotFound": "{0}'s terminals not found!", "MsgNoHaveCustomFee": "To pay the personal fee, you need to have :{0}:(x{1}). Using default fee settings!", "MsgAutoModifyEntityEnabled": "Automatic entity modification is enabled!", "MsgAutoModifyEntityDisabled": "Automatic entity modification is disabled!" } RU: { "MsgNotAllowed": "У вас недостаточно прав для использования этой команды!", "MsgNotOwner": "Вы не являетесь владельцем данного торгового автомата!", "MsgNotAccessible": "Торговый автомат не доступен для дронов!", "MsgNotVending": "Вам необходимо смотреть на торговый автомат или указать корректный net ID!", "MsgNotVendingDelivery": "Торговый автомат не имеет терминала!", "MsgLimitReached": "Вы не можете добавить терминал, так как вы превысили свой лимит в {0}!", "MsgPopupText": "Добавить терминал к торговому автомату?", "MsgPopupSubText": "Нажмите на уведомление для подтверждения", "MsgMyAdded": "Терминал успешно добавлен!", "MsgMyRemoved": "Терминал успешно удален!", "MsgMyAllRemoved": "Все ваши терминалы успешно удалены!", "MsgPlayerAllRemoved": "Все терминалы игрока {0} успешно удалены!", "MsgAllRemoved": "Все терминалы успешно удалены!", "MsgTerminalsNotFound": "Терминалы не найдены!", "MsgPlayerTerminalsNotFound": "Терминалы игрока {0} не найдены!", "MsgNoHaveCustomFee": "Для оплаты персональной комиссии вам необходимо иметь :{0}:(x{1}). Использование настроек комиссии по умолчанию!", "MsgAutoModifyEntityEnabled": "Автоматическая модификация сущностей включена!", "MsgAutoModifyEntityDisabled": "Автоматическая модификация сущностей выключена!" } add - Adding a terminal to the vending machine that you are looking at from a distance of no more than 10 meters. *netID* - Adding a terminal to a vending machine with the specified netID; remove - Removing a terminal from the vending machine that you are looking at from a distance of no more than 10 meters. *netID* - Removing a terminal from the vending machine with the specified netID; clear - Removing all of your terminals from vending machines. *userID* - Removing all of specified player's terminals from vending machines. Permission "vDelivery.admin" required. all - Removing all terminals from vending machines. Permission "vDelivery.admin" required. Example: /vdelivery add /vdelivery clear all$4.99 -
Version 1.1.0
84 downloads
Adds a marketplace terminal to each tool cupboard. This way, players can buy items without leaving home. The plugin is easy to install on your server; no additional settings are needed. You can also change the delivery fee (but the player must still have an additional 20 scrap in their inventory) This plugin uses the permission system Permissions: homeMarketplace.use - required to be able to use the marketplace To assign a permission, use: oxide.grant <user or group> <name or steam id> homeMarketplace.use To remove a permission, use: oxide.revoke <user or group> <name or steam id> homeMarketplace.use Config: { "Terminal offset": { "x": 0.42, "y": 0.68, "z": 0.3 }, "Delivery fee": 20 }$9.99 -
Version 2.0.0
3 downloads
BlackMarket is a complex plugin that awakens the dark dealings of the underground. It offers players a completely new gaming experience by introducing illegal trading activities with special currencies. Thanks to the various customization options, the plugin can be perfectly adapted to individual needs. ⇨ MoneyWash Dealer: ↪ The MoneyWash Dealer offers the possibility to exchange black money for a special currency. By default, Scrap is exchanged for Golden Scrap - my exclusive currency that is used on my server. Players can thus safely launder their illegal winnings to use them for other transactions. ⇨ Black Market Merchant: The Black Market Merchant provides access to various stores: ↪ Weapons Shop: Players can purchase exclusive weapons here. ↪ Ammoshop: A place to stock up on ammunition. ↪ Special Items & Fun Items: Players can purchase unique items or fun items that can only be paid for with special currencies such as Golden Scrap. You can, of course, customize the stores to suit your needs. ⇨ Dynamic dealer behavior: ↪ The two dealers don't stay in one place for long. To avoid being caught, they change their position every X minutes. As a result, they always remain hidden and ensure an immersive and dynamic gaming experience. ↪ no Commands ↪ blackmarket.moneywash - Allows basic use of the Money Wash Dealer. ↪ blackmarket.dealer - Allows basic use of the Black Market Dealer. ↪ The plugin offers numerous configuration options so that it can be easily customized to the needs of each server. See this one: How can I set up BlackMarket? load, run, enjoy Support Discord ⇽ Free Download GoldenScrap Plugin *Attention because there are frequent questions after the purchase I would like to explain 1-2 things here! If you buy the plugin, it is naked! You must define your monuments before putting it into operation. Since everyone has different needs, I have made the plugin simple so that everyone can adjust these settings with copy/paste and numbers. I have made you an example using airfield. You can set this for each monument. You make these settings only once! The dealers spawn at a map wipe regardless of the direction of the monument, how high it is or how it is inclined again at this point. Do the work for yourself. If you find great spots, please share them on discord via ticket. Maybe I’ll make a long list of choices if enough people get in touch$39.99-
- #blackmarket
- #market
- (and 12 more)
-
Version 1.0.1
47 downloads
Presenting the Five Stars Hotel, a place where you can relax and enjoy your day after a long farming day. You will find everything you need to enjoy your stay here. From nice and cozy rooms to a nice pool, gambling or disco. The hotel is 100% compatible with the Hotel Plugin and others. Features The hotel has 20 rooms (10 on each building). Stairs and elevator access to upper floors. Lobby with 18 NPCvendingmachines (9 on each lobby). Recycling machines on second and third floors. Fully equipped rooms. Casino on last floor with Roulette, Poker tables, Slot machines and Arcade(left building). Disco room on last floor (right building). Roofs with helipads. Marketplace on left building roof. Pool with chairs and grill. Enjoy your stay! For bugs and orders feel free to contact me here or on discord.$16.99 -
Version 1.0.21
169 downloads
Prefabs: 1904 This is a fully recreated compound with a bunch of additions including all the features from the bandit camp. Includes All original features of the compound All vending machines from the bandit camp A custom casino with the gambling wheel, slot machines, card games and bar Drone marketplace A garage with a vehicle lift Airwolf vendor Stables with vendor 5 recyclers 3 repair benches 1 refinery 6 slot machines 1 Gambling wheel 2 Card game tables 1 Vehicle lift Bandit camp NPCs Mission NPCs and a few extra sentry turrets$24.99- 10 comments
- 2 reviews
-
- #merged outpost
- #outpost
- (and 13 more)
-
Version 2.1.0
488 downloads
Get the Large Fishing Village and Ranch merged! No need to go to the middle of the map to get horses anymore! This prefab requires the rust edit extension. Prefabs included - Recyclers located near Entrances. - Heli Vendors. - Horse Stables. - Betting Area. - Drone Marketplace. You will also gain .map files to use on RustMaps.Free- 3 comments
- 2 reviews
-
- 5
-
- #stables
- #fishing village
-
(and 7 more)
Tagged with:
-
Version 1.0.1
13 downloads
ABOUT TRADE MACHINE : Allows players to Sell/Buy - Custom/Default items. Players need to assign vending machine what will they use for trading items. One assigned machine per player ,can be placed anywhere in TC range . There are 2 ways to interact with trade machine ,with command and with button when player opens container of a vending machine. With command player can sell/buy items from anywhere ,with button option only when he have opened container of assigned vendingmachine. Players need to put items in container of assigned vending machine to be able to sell them. If they remove item from vending container ,item will not be on sell anymore. When buying item, player need to have cost for that item in his inventory . On succeed buying item ,item will be transferred to buyers assigned vending machine . SELL ITEM : Player can only sell items what he have in container of assigned vending machine. When player press in UI on item what he will sell ,he will see Description and Cost . In Description he can add what ever text ,confirm it , that text will buyer see when he is buying item . in Cost he can add cost items for that item ,up to 6 items . They can use custom and default items for cost . There are categories for cost items ,like "All" , "Custom" , "Weapons" ,and so on . When they chose cost item/items ,they will need to type cost amount of that item. After all that ,when player press Sell Item , buyers will be able to see it in and buy it. When seller sell item to buyer he will see in chat that he sold item. BUY ITEM : When seller added item for sell ,buyer will see item, amount, description ,and cost of that item . Items will be in categories "All" , "Custom" , "Weapons" and so on . He will pay cost from his inventory ,and he will get item in his assigned vending machine. CUSTOM /BLACKLISTED ITEMS : In config file you can add Custom and Blacklisted items ,by itemID and SkinID . For custom items ,if you add them in config ,players will be able to put that custom items for cost items, and they will be able to sell/buy those custom items. For blacklisted items ,if you add them in config, you will block that items , so players cant put those items for cost ,and they will not be able to sell/buy them . PERMISSION SYSTEM/COMMANDS : trademachine.button - players will be able to see trade button when they open container of vendingmachine . trademachine.command - players will be able to use /trade command . Command /myvm - to assign vending machine . Console command - cleartrade , This will wipe selling items and assigned machines . DATA : In data file you will see owners of assigned vending machine and what items are selling . When you wipe it with console command "cleartrade" , all will be wiped ... So no more assigned machines and no more selling items. TRADE INFO TEXT FIELD : When player open UI of trade machine he will see text on left side ,you can edit that text to your needs . In config file can be edited . CONFIG : { //// Here you can edit text field . "TradeInfo": [ "You need to assaign vending machine", "with /myvm.", "You can have only one", "assaigned vending machine", "", "In selling item you can chose:", "Description - just type it and confirm it.", "Cost - up to 6 items. ", "", "In buying items:", "You will see descripton what seller make.", "You will see cost for that item." ], "CustomItems": [ { "ItemId": -1707425764, "SkinId": 3122790562, "DisplayName": "" } ], "BlacklistedItems": [ { "ItemId": 550753330, "SkinId": 0 } ],$15.00-
- #custom item
- #trade
-
(and 3 more)
Tagged with:
-
Version 1.0.3
25 downloads
This plugin will immerse the player in the dark market, where you can buy various goods for various coins! -------------------------------------------------------------------------------------------------------------------------- Features: A unique, minimalistic, one-of-a-kind plugin design! A good idea of the store! The plugin is made with musical accompaniments when downloading and purchasing the product! When buying a product, the player will still need to find it! Convenient and easy configuration setup Optimized plugin operation! Discounts on products! -------------------------------------------------------------------------------------------------------------------------- Video Review: ( The video shows the main functionality of the plugin! ) -------------------------------------------------------------------------------------------------------------------------- Configuration: Main Settings: "Permission to use the command": "dkmarket.use", "Save logs ?": true, "Spawn radius of the box": 150, "SkinID Box": 1545613264, "Use Notify ? ( https://codefling.com/plugins/notify )": false, "Commands": [ "market", "darknet" ], Setting up a discount ( discounts) for privileges: "Personal discount for privileges": { "dkmarket.vip": 10, "dkmarket.premium": 20 }, Setting up text loading stages: "Stages of text loading": [ "ASUS P5KPL ACPI BIOS Revision 0603", "CPU: Intel (R) Core(TM) i5-3470 @ 3.20GHz", "Speed: 3.20 GHz", "Initializing USB Controllers", "Checking RAM storage", "Validating HDD", "Detecting IDE drivers", "Memory Frequency 8024MHz", "Validating complete", "Immortal (C) 2022 Codefling, Inc" ], Setting up your economy plugin: "Settings Economy": { "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance" }, Basic setup of categories and items that will be in the category: "Settings Category and Items": [ { "Category name": "Weapon", "Items that will be sold in this category": [ { "ShortName": "rifle.ak", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "rifle.bolt", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "rifle.l96", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "rifle.m39", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "rifle.semiauto", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "smg.2", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "smg.mp5", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "smg.thompson", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.eoka", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.m92", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.nailgun", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 } ] }, { "Category name": "Ammunition", "Items that will be sold in this category": [ { "ShortName": "ammo.shotgun", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 10, "Price": 50 }, { "ShortName": "ammo.shotgun.slug", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 20, "Price": 35 } ] }, { "Category name": "Medical", "Items that will be sold in this category": [ { "ShortName": "pistol.m92", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.nailgun", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 } ] }, { "Category name": "Food", "Items that will be sold in this category": [ { "ShortName": "pistol.m92", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.nailgun", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 } ] }, { "Category name": "Resources", "Items that will be sold in this category": [ { "ShortName": "pistol.m92", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.nailgun", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 } ] }, { "Category name": "Other", "Items that will be sold in this category": [ { "ShortName": "pistol.m92", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.nailgun", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 } ] }, { "Category name": "Rockets", "Items that will be sold in this category": [ { "ShortName": "pistol.m92", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 }, { "ShortName": "pistol.nailgun", "SkinID": 0, "DisplayName": "", "Image ( Leave an empty field if you don't need to upload a picture for this item )": "", "Amount": 1, "Price": 50 } ] } ], Configuration version: "Verison Configuration": { "Major": 1, "Minor": 0, "Patch": 0 }$15.00- 6 comments
- 1 review
-
- 1