Jump to content

Search the Community

Showing results for tags 'market system'.

  • 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
  • Graphics

Forums

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

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

Found 5 results

  1. Mevent

    Shop

    Version 2.1.7

    7,985 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 of Shop 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
  2. Version 1.1.0

    91 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
  3. Version 2.0.0

    4 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
  4. Version 2.0.0

    56 downloads

    The plugin adds a trading system to your server. The player can put the resource up for sale and get what he needs in return. Of the features: 1. Limit of lots per player. 2. The ability to delete lots by the administrator. (permishn market. moder) 3. When creating a lot, the player can specify which body kits are necessary and the minimum strength of the object 4. Added support for the economy(The player can both sell his balance and buy for it) 5. The interface has been changed(because there are a lot of pictures (namely objects) with frequent creation of lots, the RAM is clogged. I recommend reminding players about the gc.unload command (to clear RAM)) 6. The interface uses only images of game items and avatars of the user. 7. Added the lang file. 8. The warehouse has been moved to "My lots" 9. The item is now saved completely, up to the cartridges in the clip. 10. In the config, it is possible to configure the items that are specified as the price. 11. In the config, it is also possible to configure all the colors. 12. Support for custom items. The command to open the interface: /market Report all bugs here, they will be fixed in a timely manner. Thank you for reading my work, all the best
    $30.00
  5. XAVIER

    DKMarket

    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
1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

103.4k

Files Sold

Total number of files sold.

2.1m

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.