Jump to content

Search the Community

Showing results for tags 'vending'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

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

Forums

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

Product Groups

  • Creator Services
  • Host Services

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

Found 10 results

  1. IIIaKa

    vDelivery

    Version 0.1.1

    29 downloads

    vDelivery allows players with the permission to add a terminal(from drone station) to the vending machine and change the delivery fee. With creating the HUD on spawn vending machine. 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.one - Provides the ability to add the number of terminals specified for this permission in the configuration file. And use custom delivery fee. vDelivery.two - Provides the ability to add the number of terminals specified for this permission in the configuration file. And use custom delivery fee. vDelivery.three - Provides the ability to add the number of terminals specified for this permission in the configuration file. And use custom delivery 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. { "ImageLibrary Counter Check": 5, "vDelivery command": "vdelivery", "Use GameTip 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, "Display rotation - x": 0.0, "Display rotation - y": 180.0, "Display rotation - z": 0.0, "Max ammount of Vending machines with the Terminal": { "vDelivery.one": 1, "vDelivery.two": 3, "vDelivery.three": 5 }, "Delivery fee for each permissions": [ { "Permission name": "vDelivery.one", "Delivery fee item": "scrap", "Delivery fee amount": 20 }, { "Permission name": "vDelivery.two", "Delivery fee item": "scrap", "Delivery fee amount": 20 }, { "Permission name": "vDelivery.three", "Delivery fee item": "scrap", "Delivery fee amount": 20 } ], "UI - Duration": 6.0, "UI_HUD. Position - AnchorMin": "0 0.9", "UI_HUD. Position - AnchorMax": "0.25 1", "UI_HUD. Position - OffsetMin": "20 0", "UI_HUD. Position - OffsetMax": "0 -30", "UI_HUD. Icon - Url": "https://i.imgur.com/4Adzkb8.png", "UI_HUD. Icon - Color": "#CCE699", "UI_HUD. Icon - Transparency": 0.8, "UI. Text - Font": "RobotoCondensed-Bold.ttf", "UI. Text - Font Size": 14, "UI. Text - Font Color": "#FFFFFF", "UI. Text description - Font": "RobotoCondensed-Regular.ttf", "UI. Text description - Font Size": 12, "UI. Text description - Font Color": "#FFFFFF", "Show HUD Sound - Prefab Name": "assets/bundled/prefabs/fx/invite_notice.prefab", "Version": { "Major": 0, "Minor": 1, "Patch": 1 } } 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}!", "MsgAddBtn": "Add a terminal to the vending machine?", "MsgAddBtnDesc": "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!" } RU: { "MsgNotAllowed": "У вас недостаточно прав для использования этой команды!", "MsgNotOwner": "Вы не являетесь владельцем данного торгового автомата!", "MsgNotAccessible": "Торговый автомат не доступен для дронов!", "MsgNotVending": "Вам необходимо смотреть на торговый автомат или указать корректный net ID!", "MsgNotVendingDelivery": "Торговый автомат не имеет терминала!", "MsgLimitReached": "Вы не можете добавить терминал, так как вы превысили свой лимит в {0}!", "MsgAddBtn": "Добавить терминал к торговому автомату?", "MsgAddBtnDesc": "Нажмите на уведомление для подтверждения", "MsgMyAdded": "Терминал успешно добавлен!", "MsgMyRemoved": "Терминал успешно удален!", "MsgMyAllRemoved": "Все ваши терминалы успешно удалены!", "MsgPlayerAllRemoved": "Все терминалы игрока {0} успешно удалены!", "MsgAllRemoved": "Все терминалы успешно удалены!", "MsgTerminalsNotFound": "Терминалы не найдены!", "MsgPlayerTerminalsNotFound": "Терминалы игрока {0} не найдены!", "MsgNoHaveCustomFee": "Для оплаты персональной комиссии вам необходимо иметь :{0}:(x{1}). Использование настроек комиссии по умолчанию!" } 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
  2. CASHR

    MarketStation

    Version 1.0.1

    6 downloads

    Market Station - This is a plugin that will add the ability for your players to install their own trading station on the server Description When installing a computer station, the Market mod is automatically added. In order to trade, the player needs to create a lot at the station and put the item in a Small Stash, after that, any player can also buy it through the station.It is important that this plugin uses only physical items and they are not recreated, which allows you to use your custom items without losing properties. You can also add items available for trading and also prohibit players from trading items in the config. Config Example of plugin configuration in English Example of plugin configuration in Russian Ideas for updates that may be implemented in the future Current ideas for the future of this plugin. These are things that I want to implement possibly. You can also write to us in Discord to suggest ideas or to vote for any that I share here. Add a different number of slots for players with privileges. IMPORTANT, IF YOU HAVE ALREADY BOUGHT THE MY MARKET PLUGIN AND WOULD LIKE TO REPLACE IT WITH THIS ONE, WRITE TO ME IN PRIVATE MESSAGES AND YOU WILL RECEIVE A PERSONAL DISCOUNT OF 60% Check out more of my work here CASHR's library. Come see our whole teams work Mad Mapper Library. Come by the Mad Mapper Discord for support, feedback, or suggestions!
    $25.00
  3. Version 1.0.4

    65 downloads

    Tired of looking for vending offers on the map? The Marketplace UI allows players to search vending offers all across the map. The UI can be accessed either by using a computer station or by chat command (configurable). Features: Intuitive UI Players can search for specific items Offers can be sorted by distance, price and stock Show most searched items Chat Command: The chat command can be disabled in the configuration /market Permission: This permission is required for players to access the Marketplace UI marketplace.use Requires Rust Translation API for item translations: https://umod.org/plugins/rust-translation-api Configuration: { "Show vending machine owner": true, "Enable access via chat command": true, "Enable access via computer station": true }
    $8.99
  4. Version 2023.4.18.34

    115 downloads

    SAVE 10% WHEN BUYING THE BUNDLE This high performance patch will change the overall output rates of pickup, gather and quarries/excavator aka "Gather Manager". This is a standalone Harmony patch, Oxide installation is optional. Copy the Oxidation.Modded.X.dll file into your HarmonyMods folder and restart your server. At the first server start after installing the patch a new configuration file Oxidation.Modded.X.json will be created at the HarmonyMods folder. The following settings can be configured: Recycler tick rate (default: 5s) Research table speed (default: 10s) Crafting speed multiplier Vending machine buying speed Overall gather multiplier Overall pickup multiplier Overall quarry multiplier Overall excavator multiplier Overall trap multiplier It also supports setting unique output rates based on the Item's short name, example: "Excavator": { "*": 5.0, "hq.metal.ore": 1.0, "metal.ore": 2.5, "sulfur.ore": 1.0 } What is Harmony ? Harmony is a library for patching .NET code during runtime, it directly manipulates game code (CIL) without any additional abstraction layer such as Oxide. The direct patching of the game's byte code allows more performant modding as developers no longer need to rely on third party code, events or hooks to build custom functionality.
    $4.99
  5. Version 1.1.1

    99 downloads

    Extra VendingMachine adds a vending machine at outpost with custom items to be added via a config All items has a refill timer . Setting it at 0 disables the timer for that item (time in seconds) Config file example item to buy will be the item sold to client item to sell will be what player pays for the buyitem so in this example itemtobuy is 5.56 ammo and itemtosell is scrap vending machine is selling ammo for scrap max stock is amount of ammo in vending machine to sell NOTE : only first 7 sellorders will be listed in vending machine "ShopName": "The Awesome Shop", "SpawnCorrection": { "x": -2.5, "y": 0.0, "z": 7.0 }, "SpawnRotation": 0, "VendingSellOrder": [ { "ItemBuyAmount": 1, "ItemName": "", "ItemsellAmount": 10000, "ItemSkinID": 0, "ItemToBuy": -1002156085, "ItemToSell": -932201673, "MaxStock": 10, "RefillAmount": 5, "Refilltime": 0 }, { "ItemBuyAmount": 1, "ItemName": "", "ItemsellAmount": 50, "ItemSkinID": 0, "ItemToBuy": -1442559428, "ItemToSell": -932201673, "MaxStock": 10, "RefillAmount": 1, "Refilltime": 600 }, { "ItemBuyAmount": 1, "ItemName": "", "ItemsellAmount": 500, "ItemSkinID": 0, "ItemToBuy": -747743875, "ItemToSell": -932201673, "MaxStock": 10, "RefillAmount": 5, "Refilltime": 0 }, { "ItemBuyAmount": 128, "ItemName": "", "ItemsellAmount": 100, "ItemSkinID": 0, "ItemToBuy": -1211166256, "ItemToSell": -932201673, "MaxStock": 10000, "RefillAmount": 128, "Refilltime": 1500 }, { "ItemBuyAmount": 1, "ItemName": "", "ItemsellAmount": 500, "ItemSkinID": 0, "ItemToBuy": -1003665711, "ItemToSell": -932201673, "MaxStock": 20, "RefillAmount": 5, "Refilltime": 0 }, { "ItemBuyAmount": 1, "ItemName": "", "ItemsellAmount": 100, "ItemSkinID": 0, "ItemToBuy": 602628465, "ItemToSell": -932201673, "MaxStock": 50, "RefillAmount": 10, "Refilltime": 300 }, { "ItemBuyAmount": 1, "ItemName": "", "ItemsellAmount": 2000, "ItemSkinID": 2478929353, "ItemToBuy": -2049214035, "ItemToSell": -932201673, "MaxStock": 50, "RefillAmount": 10, "Refilltime": 600 }, ] }
    $2.00
  6. Version 1.0.0

    18 downloads

    Virtual Vending is a simple tool to allow players to interact with vending machines in new ways. Virtual Vending comes with a Plugin and an optional Discord bot! FEATURES - In game UI - Search for specific items in any vending machine - Search all vending machines on the server and get what items they have in them - Search just for player made vending machines to see what they have in them - Virtually purchase any items out of the vending machines and they go into the vending machine just like they normally would - (DISCORD BOT) Supports multiple servers just through one instance of the bot - (DISCORD BOT) Search for items in any vending machine - (DISCORD BOT) Search any vending machines to see what items they have - (DISCORD BOT) Log transactions made VIA vending machines or the VV UI The Plugin and Discord Bot both have very simple installations. We have included a readme.md file to make it even easier to setup! Thank you to @shady14u for assisting with Virtual Vending.
    $19.99
  7. Version 1.0.0

    17 downloads

    Rusty Salvage Shop, has 3 recycler to convert scrap metal into useful materials, a research table to learn new crafting recipes, and a refinery to process crude oil into usable fuel. Rusty Salvage Shop also provides a safe zone where players can engage in trade and socialize with other players without the risk of being attacked by hostile NPCs or other players and has all the vending machines you will ever need. Features: Entry-level monument; Great detail; Simple installing; recycler 3; Optimized FPS. General info: Prefabs count: 963; Type: for looting; Modifiers: Height & Splat & Topology. Loot: Barrels: 16; Med crate: 0; Random crates: 9; Crate Elite: 0; 1.vending machines building hapis 2.vending machines buyres hapis 3.vending machines food hapis 4.vending machines hapis farming 5.vending machines hapis 6.vending machines attire 7.vending machines building 8.vending machines components 9.vending machines resouces 10.vending machines tools 11.vending machines vehicles 12.vending machines vehicles high 13.vending machines weapons 14. Airwolf helicopter spawner shop
    $6.99
  8. Version 1.0.8

    216 downloads

    Random Trader is a plugin that spawns a random shop along the side of the road, and is loaded with a randomly chosen shop profile. When a player interacts with the vending machine they are presented with randomly selected items from the shop profile, which are given random stock amounts and a random scrap/econ/SRP price. The plugin allows for the minimum and maximum stock and price values to be set in the config, and allows for the number of items displayed to be adjusted. The plugin comes with 4 loot tables by default: Clothing Weapons Tools Random items The following shops are automatically added if you own the relevant plugins Cooking EpicLoot Installing the plugin is as simple as dropping some files inside of your oxide folders. Ensure CopyPaste and ImageLibrary are loaded on your server. The plugin will acquire the files from my dropbox and stores them in the appropriate folder. If you own Cooking and/or EpicLoot, both plugins will automatically create profiles for RandomTrader in your config. Command: spawntrader Usage: /spawntrader <profile name> Example: /spawntrader weapons - will spawn a random shop with the weapons profile loaded. Command: despawntrader Usage: /despawntrader <profile name> Example: /despawntrader weapons - will despawn the weapons shop if it is spawned. Command: rtremovestoredata Usage: /rtremovestoredata <profile name> Example: /rtremovestoredata cooking - deletes the data for cooking from your config. Command: rtfindnewshops Usage: /rtfindnewshops Example: /rtfindnewshops - Finds new shops that are not in the config and saves them to the config. Useful for forcing external plugins to load their shop profiles in (Cooking/EpicLoot). Command: rtcheckpoints Usage: /rtcheckpoints Example: /rtcheckpoints - shows you the potential spawn locations for the shops. randomtrader.use - required to access the shop. randomtrader.admin - required to manually spawn/despawn vending machines. Config example: https://pastebin.com/MvcdBtTb
    $15.00
  9. Version 1.0.8

    293 downloads

    Vending Buys is a plugin that lets the buyer and/or seller of an item that has been bought or sold from any physical vending machine know about the sale and who they bought from or sold it to. If the vending machine is not owned buy a player, Outpost for example, it will show a slightly modified message with the name of the machine. Note: when logging purchases from the Drone Market, Vending Buys does not record the seller, cost or currency of the sale, only who bought what item(s). Permissions: vendingbuys.admin - Allows admin to clear the logged sales from the data file. vendingbuys.seller - Allows the players to see the messages as the seller. vendingbuys.buyer - Allows the player to see the message as the buyer. Commands: - /clrvb - Clears the data file. Default Config: { "Chat Prefix": "<color=#32CD32>Vending Buys</color>: ", "Command to clear Vending Buys data file: ": "clrvb", "Ignore Non-Player Vending Machines: ": false } Default Data file: { "Bought": [], "Sold": [], "NPCSold": [] } Default Language file: { "perms": "You don't have permission to clear Vending Buys data.", "clrvb": "Vending Data has been cleared.", "vendingresponse": "You bought {0} {1}(s) from the vending machine named {2} owned by {3} for {4} {5}.", "vendingresponse2": "You sold {0} {1}(s) from the vending machine named {2} for {3} {4} to {5}.", "vendingresponse3": "You bought {0} {1}(s) from the vending machine named {2} for {3} {4}.", "databoughtnpc": "{0} sold {1} {2}(s) to {3} ({4}) for {5} {6} {7} UTC.", "databoughtnpcmarket": "{0} ({1}) bought {2} {3}(s) from the {4} {5} UTC.", "databoughtnpcmarket2": "You bought {0} {1}(s) from the drone market.", "databought": "{0} ({1}) bought {2} {3}(s) from {4} for {5} {6} from {7} ({8}) {9} UTC.", "datasold": "{0} ({1}) sold {2} {3}(s) from {4} for {5} {6} to {7} ({8}) {9} UTC." } Other features: Admin can toggle on or off (true/false) the messages regarding buying from outpost vending machines in the config. Logging all vending machine purchases. Logs both the player name and Steam ID (only viewable by admin in the data file) in the event of a player changing their game name. Other information: Comments, suggestions or for support message me here or on Discord: gt403cyl2
    Free
  10. Version 1.0.0

    125 downloads

    This Prefab can replace Outpost and Bandit Town Includes 3 different prefabs Merged Fishing Village A Merged Fishing Village B Merged Large Fishing Village Includes: Air Wolf vendor Boat vendor Drone shop Spinning wheel game Slot machines Outpost & Bandit Town vending machines Recyclers Oil refinery Mission provider NPCs Tier 1 workbench Standalone prefabs Contact me via Discord if you have any questions or concerns: pixy#0335
    Free
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • 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.