Jump to content

Barry_Allenn

Creator
  • Posts

    81
  • Joined

  • Last visited

Everything posted by Barry_Allenn

  1. hello, No
  2. If I don’t forget, I’ll add the command change to the config.
  3. Let’s quickly do this: open the plugin and find [ChatCommand("promo")]. You can press Ctrl + F and paste it into the search, then replace it with any command you want.
  4. After entering the promo command, does another plugin open for you? Could you explain in more detail?
  5. It only works with the MB build.
  6. Barry_Allenn

    MBShop

    data\MBSystem\MBShop https://www.dropbox.com/scl/fi/9yakzi75zyc5ivkljno46/MBShop_RustItems.json?rlkey=6bog6s55f3fe8oyevc20jijcx&st=oivezmd4&dl=0
  7. Version 1.0.1

    23 downloads

    Overview MBCommands provides players with an intuitive graphical interface to view available server commands. Instead of typing help commands in chat, players can open a visually appealing menu that lists commands with descriptions in their native language (English, Ukrainian, Russian). The plugin features a built-in local image loader, eliminating the need for external dependencies like ImageLibrary. Images are cached locally for optimal performance. Features Local Image Loader — Downloads and caches images locally (oxide/data/). No external plugin dependencies required. Multi-Language Support — Command descriptions configurable per language (EN/UK/RU) directly in the config file. Fully Configurable — Add, remove, or edit commands via JSON without changing code. Modern UI — Scrollable command list with custom background images and customizable scrollbar colors. MBMainMenu Integration — Includes a "Back" button to return to the main menu (if MBMainMenu is installed). Configuration { "NPC Image URL": "https://i.ibb.co/r2Ft9sJQ/MBNPC.png", "Scrollbar Handle Color": "1 0 0 0.6", "Commands": [ { "Command": "/vip", "Descriptions": { "en": { "Enabled": true, "Text": "Opens VIP menu with exclusive perks." }, "uk": { "Enabled": true, "Text": "Відкриває VIP меню з ексклюзивними привілеями." }, "ru": { "Enabled": true, "Text": "Открывает VIP меню с эксклюзивными привилегиями." } } }, { "Command": "/craft", "Descriptions": { "en": { "Enabled": true, "Text": "Opens crafting menu for exclusive items." }, "uk": { "Enabled": true, "Text": "Відкриває меню крафту ексклюзивних предметів." }, "ru": { "Enabled": true, "Text": "Открывает меню крафта эксклюзивных предметов." } } } ] } Commands /commands Opens the commands menu.
    $2.30
  8. Barry_Allenn

    MBShop

    So you can put any ones there the main thing is to take ID https://www.corrosionhour.com/rust-items/metal-fragments/
  9. Hi, can we change the language?
  10. Barry_Allenn

    MBShop

    I’ve already added it I just need to finish a bit of the UI for another feature, and then I’ll release the update. { "Name": "Assault Rifle", "Shortname": "rifle.ak", "Amount": 1, "Price": 10.0, "Description": "High damage machine rifle.", "Currency (Donate, Virtual, Scrap)": 3 },
  11. Barry_Allenn

    MBShop

    in an upcoming update there will be an option to purchase with scrap.
  12. oxide.unload MBStatistics /oxide/data/MBSystem/MBStatistics/MBStatistics.json delete file json
  13. Version 1.0.0

    21 downloads

    MBBasket — Smart Reward Basket for Rust MBBasket is a modern UI plugin that allows players to claim rewarded items whenever it’s convenient for them. No more lost rewards, full inventories, or awkward item delivery. Each player gets a personal reward basket where all items added by administrators are safely stored until claimed. Key Features Personal reward basket for every player Modern, clean UI with smooth scrolling NPC-style design with a customizable image Persistent storage (items survive restarts & wipes) Safe claiming system — items won’t be lost if inventory is full Multi-language support (EN / RU / UA) Perfect For Event prizes Offline item delivery How It Works Admin adds items to a player’s basket Player opens the basket with /basket A clean UI shows all available rewards Player claims items one by one, at any time Commands /basket — open the basket UI mbbasket.add <steamid> <shortname> <amount> [skin] — add items to a player’s basket (console / RCON) Configuration Custom NPC image (URL) Scrollbar handle color
    $2.00
  14. Version 1.1.0

    21 downloads

    MBRestart — Scheduled Server Restart with UI & Announcements MBRestart is a lightweight and user-friendly Rust plugin that allows you to manage both automatic and manual server restarts with clear announcements and a visual UI countdown bar. It helps players stay informed about upcoming restarts while giving administrators full control and flexibility. Features Automatic Scheduled Restart Daily restart at a specified time UTC offset support Fully configurable 🛠 Manual Restart Command Schedule a restart for a custom number of minutes Ability to cancel an active restart Configurable Announcements Minute-based warnings (e.g. 60, 30, 10, 5, 1) Second-based warnings (e.g. 30, 10) Different message types: normal, warning, last minute Restart Countdown UI Clean progress bar shown 5 minutes before restart Color-coded stages: Green — plenty of time Yellow — medium time Orange — soon Red — critical Visible to all players Localization Included English Russian Ukrainian Commands /restart <minutes> — schedule a server restart /restart cancel — cancel the scheduled restart Configuration { "AutoRestart": { "Enabled": true, "Time": "04:00", "UtcOffset": 2 }, "Announcements": { "Minutes": [60, 30, 10, 5, 1], "Seconds": [30, 10] } }
    $5.00
  15. giveto
  16. Version 1.1.0

    40 downloads

    MBRewardOnline MBRewardOnline is a flexible Rust (uMod/Oxide) plugin that rewards players for real time spent online. It supports multiple currencies at the same time, permission-based rewards, time accumulation, and persistent data storage. Perfect for servers that want to encourage active play instead of AFK farming. Features ⏱ Rewards for real online time Persistent data storage (progress is saved between restarts) Permission-based rewards Multiple currencies per permission Automatic timer reset after reward Clean data structure (MBSystem/MBRewardOnline) Fully configurable via config Clean, optimized code (no heavy API dependencies) Supported Economy Systems MBCoins (mb.give) Economics (economics.deposit) ServerRewards (sr add) A single permission can reward multiple currencies at once Example: 100 MBCoins + 50 Economics + 25 ServerRewards Permissions mbrewardonline.premium mbrewardonline.vip mbrewardonline.default Permission priority is defined by config order (the first matching permission is used) Example Configuration { "Reward Interval (Minutes)": 10, "Permission Rewards (permission => economy => amount)": { "mbrewardonline.premium": { "MBCoins": 100, "Economics": 50, "ServerRewards": 25 }, "mbrewardonline.vip": { "MBCoins": 50, "Economics": 25, "ServerRewards": 10 }, "mbrewardonline.default": { "MBCoins": 20 } } } Data Storage Player data is saved to: oxide/data/MBSystem/MBRewardOnline/MBRewardOnline.json Stored data: accumulated online minutes progress persists through restarts How It Works Player joins → data entry is created Every minute online is counted When the interval is reached → rewards are given Timer resets and starts counting again 🛠 Requirements uMod / Oxide (Optional) Economics (Optional) ServerRewards MBCoins (if using that economy) Planned Features /online command UI progress bar Data reset on wipe Reward multipliers (e.g. x2 on weekends) Author Barry_Allenn Discord: https://discord.gg/6b5tkpDb57 Part of the MBSystem plugin ecosystem.
    $2.00
  17. Barry_Allenn

    MBCoins

    Version 1.5.0

    92 downloads

    MBCoins — Lightweight Currency System for Rust Servers MBCoins is a simple, fast, and reliable currency system built for Rust servers. It provides an easy way to store, modify, and retrieve player balances — perfect for shops, kits, privileges, rewards, vote systems, or any custom economy-based plugins. This plugin is extremely lightweight and works as a backend economy module for other MBSystem plugins or your own custom scripts. Features Fast and optimized player balance storage Automatic player registration on connect Easy-to-use API for other plugins Very lightweight — no UI, no unnecessary overhead Periodic auto-save + save on unload/shutdown Safe and stable for high-population servers API Methods Integrate MBCoins into other plugins easily: Get player balance float balance = (float)MBCoins?.Call("GetPlayerBalance", playerId); Add coins MBCoins?.Call("AddBalance", playerId, amount); Remove coins MBCoins?.Call("RemoveBalance", playerId, amount); Admin Commands Give coins mb.give <playerId> <amount> Example: mb.give 76561198000000000 100 Data Storage Balances are stored in: oxide/data/MBSystem/MBCoins/DataMBCoins.json
    Free
  18. Barry_Allenn

    MBShop

    barry_allenn
  19. Barry_Allenn

    MBShop

    Version 1.5.5

    78 downloads

    MBShop — Advanced UI Shop for Rust (Cart, Categories, Multi-Economy) MBShop is a modern and fully customizable UI-based shop system for Rust, featuring a shopping cart, category system, image-based interface, and multi-economy support. Designed for smooth gameplay, performance, and professional server presentation. Perfect for PvP, PvE, modded, and commercial servers. Key Features 🛍 Full Shopping Cart System Add multiple items Buy everything at once Dynamic total price calculation 🗂 Category System Fully configurable categories Multilingual category names (EN / UK / RU) Horizontal scrolling Multi-Language Support English Ukrainian Russian Multi-Economy Support MBCoins Economics ServerRewards Easy switching via config 🖼 Image-Based UI Custom background images Item cell backgrounds Buy button background NPC image Coin icon Error & success notification icons Styled UI Notifications No chat spam Visual error & success messages Auto-hide after a few seconds Safe Item Delivery Inventory space validation No item dropping on the ground No dupes No lost items Configuration { "NPC Image URL": "https://i.ibb.co/r2Ft9sJQ/MBNPC.png", "Virtual currency image URL": "https://i.ibb.co/gbMSk6DV/Virtual.png", "Donate currency image URL": "https://i.ibb.co/KzzPd1cX/MBShop-Coin.png", "Scrap currency image URL": "https://ru-wiki.rustclash.com/img/items180/scrap.png", "Scrollbar Handle Color": "1 0 0 0.6", "Configuration of Categories and Items": { "Weapons": { "Translations": { "en": { "Enabled": true, "Text": "Weapons" }, "uk": { "Enabled": false, "Text": "Зброя" }, "ru": { "Enabled": false, "Text": "Оружие" } }, "Items": [ { "Name": "Assault Rifle", "Shortname": "rifle.ak", "Amount": 1, "Price": 10000.0, "Description": "High damage machine rifle.", "Currency (Donate, Virtual, Scrap)": 3 }, { "Name": "Thompson", "Shortname": "smg.thompson", "Amount": 1, "Price": 2.0, "Description": "A medium damage machine gun.", "Currency (Donate, Virtual, Scrap)": 2 }, { "Name": "Custom SMG", "Shortname": "smg.2", "Amount": 1, "Price": 0.1, "Description": "A rapid-firing Machine Gun. Sacrifices accuracy and distance for speed.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Pump Shotgun", "Shortname": "shotgun.pump", "Amount": 1, "Price": 0.1, "Description": "A Shotgun. Fires 8 rounds.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Revolver", "Shortname": "pistol.revolver", "Amount": 1, "Price": 0.08, "Description": "A standard eight shot revolver.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Nailgun", "Shortname": "pistol.nailgun", "Amount": 1, "Price": 0.06, "Description": "A construction tool turned deadly.", "Currency (Donate, Virtual, Scrap)": 1 } ] }, "Ammo": { "Translations": { "en": { "Enabled": true, "Text": "Ammo" }, "uk": { "Enabled": false, "Text": "Боєприпаси" }, "ru": { "Enabled": false, "Text": "Патроны" } }, "Items": [ { "Name": "5.56 Rifle Ammo", "Shortname": "ammo.rifle", "Amount": 30, "Price": 0.05, "Description": "Ammunition for a Rifle. Loses velocity when fired over long distances resulting in slightly decreased damage.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Pistol Ammo", "Shortname": "ammo.pistol", "Amount": 30, "Price": 0.04, "Description": "Ammunition for a Pistol. Loses velocity when fired over long distances resulting in slightly decreased damage.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Shotgun Shells", "Shortname": "ammo.shotgun", "Amount": 12, "Price": 0.04, "Description": "Ammunition for a Shotgun.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Nails", "Shortname": "ammo.nailgun.nails", "Amount": 30, "Price": 0.03, "Description": "Standard nailgun ammunition", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Incendiary 5.56", "Shortname": "ammo.rifle.incendiary", "Amount": 20, "Price": 0.06, "Description": "Slower moving ammunition that deals fire damage. There's a small chance it will start a fire.", "Currency (Donate, Virtual, Scrap)": 1 } ] }, "Medical": { "Translations": { "en": { "Enabled": true, "Text": "Medical" }, "uk": { "Enabled": false, "Text": "Медицина" }, "ru": { "Enabled": false, "Text": "Медикаменты" } }, "Items": [ { "Name": "Medical Syringe", "Shortname": "syringe.medical", "Amount": 2, "Price": 0.05, "Description": "Heal yourself or others with this syringe. Left-click heals you, right-click heals a target.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Bandage", "Shortname": "bandage", "Amount": 5, "Price": 0.03, "Description": "Heal yourself or others with this bandage. Left-click heals you, right-click heals a target.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Large Medkit", "Shortname": "largemedkit", "Amount": 1, "Price": 0.1, "Description": "A large medkit that heals you to max health over time and stops any bleeding instantly.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Anti-Rad Pills", "Shortname": "antiradpills", "Amount": 2, "Price": 0.03, "Description": "Taking these pills will lower your radiation level. WARNING: May cause extreme dehydration.", "Currency (Donate, Virtual, Scrap)": 1 } ] }, "Resources": { "Translations": { "en": { "Enabled": true, "Text": "Resources" }, "uk": { "Enabled": false, "Text": "Ресурси" }, "ru": { "Enabled": false, "Text": "Ресурсы" } }, "Items": [ { "Name": "Wood", "Shortname": "wood", "Amount": 1000, "Price": 0.05, "Description": "Wood. Collected from trees and used in many crafting recipes. It's also needed to cook in camp-fires.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Stone", "Shortname": "stones", "Amount": 1000, "Price": 0.05, "Description": "Harvested from rocks using tools, basic building material.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Metal Fragments", "Shortname": "metal.fragments", "Amount": 500, "Price": 0.08, "Description": "Metal Fragments. Smelted from Metal Ore, used in lots of different crafting recipes.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Sulfur", "Shortname": "sulfur", "Amount": 500, "Price": 0.1, "Description": "Sulfur is commonly used in gunpowder, medicine, and matches. Matches release sulfur dioxide when they burn, giving them their smell. Sulfur is an essential component to living cells.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "HQ Metal Ore", "Shortname": "hq.metal.ore", "Amount": 50, "Price": 0.15, "Description": "A rock containing High Quality Metal. Can be smelted in a furnace.", "Currency (Donate, Virtual, Scrap)": 1 } ] }, "Tools": { "Translations": { "en": { "Enabled": true, "Text": "Tools" }, "uk": { "Enabled": false, "Text": "Інструменти" }, "ru": { "Enabled": false, "Text": "Инструменты" } }, "Items": [ { "Name": "Hatchet", "Shortname": "hatchet", "Amount": 1, "Price": 0.05, "Description": "A Hatchet, useful for chopping trees and dismembering corpses.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Pickaxe", "Shortname": "pickaxe", "Amount": 1, "Price": 0.06, "Description": "A Pickaxe, useful for gathering ore from rocks.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Chainsaw", "Shortname": "chainsaw", "Amount": 1, "Price": 0.15, "Description": "A Chainsaw. Very effective at cutting trees in addition to soft fleshy objects. Requires Low Grade Fuel to run.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Jackhammer", "Shortname": "jackhammer", "Amount": 1, "Price": 0.12, "Description": "A Pneumatic Jackhammer to blast through ore nodes. The sheer power of this device requires no aiming as all weak spots will be instantly destroyed. Works well on human flesh. Can berefilled at a Workbench.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Hammer", "Shortname": "hammer", "Amount": 1, "Price": 0.03, "Description": "A Hammer, used to upgrade building materials. Right-click for the options. You can also pick up deployed objects while the hammer is equipped.", "Currency (Donate, Virtual, Scrap)": 1 } ] }, "Building": { "Translations": { "en": { "Enabled": true, "Text": "Building" }, "uk": { "Enabled": false, "Text": "Будівництво" }, "ru": { "Enabled": false, "Text": "Строительство" } }, "Items": [ { "Name": "Tool Cupboard", "Shortname": "cupboard.tool", "Amount": 1, "Price": 0.1, "Description": "Placing and authorising with the cupboard will make it so only you can build in a 50 meter radius of it. If you want your friends to build, they'll need to auth too. You should protect this.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Sleeping Bag", "Shortname": "sleepingbag", "Amount": 1, "Price": 0.05, "Description": "A sleeping bag. Placing this will give you or an assigned player a place to respawn, with a long cooldown.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Door Key Lock", "Shortname": "lock.key", "Amount": 1, "Price": 0.03, "Description": "Place on a door to prevent unwelcome guests. You can create a key to share with your friends, don't let it fall in the wrong hands!", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Code Lock", "Shortname": "lock.code", "Amount": 1, "Price": 0.1, "Description": "An electronic lock. Locked and unlocked with four-digit code.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Wooden Door", "Shortname": "door.hinged.wood", "Amount": 1, "Price": 0.05, "Description": "A Cheap door to secure your base. Its vulnerability to fire and weak explosive resistance makes the door a temporary solution to securing your base. Due to its flaws you should look at The Wooden Door can take two kinds of locks the basic Key Lock and the Code Lock. To pick up the door, remove any locks and open, hold down the E (USE) key and select 'Pickup'.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Metal Door", "Shortname": "door.hinged.metal", "Amount": 1, "Price": 0.1, "Description": "Medium strength door, vulnerable to explosives.", "Currency (Donate, Virtual, Scrap)": 1 } ] }, "Clothing": { "Translations": { "en": { "Enabled": true, "Text": "Clothing" }, "uk": { "Enabled": false, "Text": "Одяг" }, "ru": { "Enabled": false, "Text": "Одежда" } }, "Items": [ { "Name": "T-Shirt", "Shortname": "tshirt", "Amount": 1, "Price": 0.03, "Description": "A tshirt, simple undergarment. Good protection from damage and the elements.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Pants", "Shortname": "pants", "Amount": 1, "Price": 0.03, "Description": "A pair of pants, highly capable undergarment for your legs. Great all round protection from damage and the elements.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Hoodie", "Shortname": "hoodie", "Amount": 1, "Price": 0.05, "Description": "A hoodie.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Boots", "Shortname": "shoes.boots", "Amount": 1, "Price": 0.04, "Description": "Sturdy work boots to keep your toes safe, you'd feel nothing if you kicked a table leg. Strong protection against the cold and incoming damage.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Roadsign Vest", "Shortname": "roadsign.jacket", "Amount": 1, "Price": 0.1, "Description": "A shoddy piece of body armor made from roadsigns.", "Currency (Donate, Virtual, Scrap)": 1 }, { "Name": "Roadsign Kilt", "Shortname": "roadsign.kilt", "Amount": 1, "Price": 0.1, "Description": "A shoddy piece of leg armor made from roadsigns. Moderate protection from melee and projectiles.", "Currency (Donate, Virtual, Scrap)": 1 } ] } }, "Donate economy plugin (Economics, ServerRewards, MBCoins)": "MBCoins", "Show Donate balance": true, "Virtual economy plugin (Economics, ServerRewards, MBCoins)": "Economics", "Show Virtual balance": true, "Enable Scrap economy": true, "Global discount percent (0-100)": 0.0, "Show Discount": true, "Permission discounts (permission = percent)": { "mbshop.vip": 10.0, "mbshop.premium": 20.0 } } 🖱 Modern UI Controls Quantity selector (+ / -) Scrollable item grid Scrollable cart Animated UI background blur Highly Configurable Categories Item prices Item amounts UI images via URLs Economy type Supported Economies Economy PluginSupported MBCoins Economics ServerRewards Supported Languages English (Default) Ukrainian Russian All UI elements, buttons, cart, prices, and notifications are localized. Security & Stability Protected ConsoleCommand handlers No RCON abuse No UI exploits Safe balance deduction Inventory validation before purchase Memory cleaned on player disconnect 🖼 UI Image System All UI images are loaded dynamically using an internal Local Image Loader: Shop background Item cell background Category background Buy button Total price panel NPC image Coin icon Error icon Success icon Images are fully configurable via URLs in the config. Example Config Snippet { "NPC Image URL": "https://yourimage.com/npc.png", "Coin image URL": "https://yourimage.com/coin.png", "Economy type (Economics, ServerRewards, MBCoins)": "MBCoins" } Commands Command Description /shop Open the shop UI 🛠 Requirements At least ONE of the following economy plugins: MBCoins Economics ServerRewards No other dependencies required. Perfect For: Donat shops PvP storefronts PvE progression shops VIP reward systems Premium monetization systems
    $13.00
  20. Version 1.1.0

    235 downloads

    MBButtons — Quick Command Buttons for Rust MBButtons is a lightweight UI plugin for Rust that adds a configurable panel with quick-access buttons to execute chat and console commands directly from the screen. The plugin automatically displays the button panel when a player connects, after death, and on respawn. The interface is also properly removed when the plugin is unloaded. Features: Displays a compact button panel at the bottom of the screen. Fully configurable buttons via config file. Supports any commands: chat.say console commands commands from other plugins Automatic UI refresh: on player connect after death after respawn Clean UI removal on plugin unload. Default Buttons: Menu → /menu Report → /report Configuration: Each button is configured individually: { "Buttons": [ { "Text": "Menu", "Command": "chat.say /menu" }, { "Text": "Report", "Command": "chat.say /report" } ] } Text — button label Command — command executed on click 🛠 Technical Info: UI built using CUI Buttons automatically scale and distribute evenly across the panel based on the number of buttons
    Free
  21. Barry_Allenn

    MBHudUI

    Version 1.3.5

    102 downloads

    MBHubUI – Modular Hub Interface for Rust MBHubUI is a powerful and flexible hub interface designed to connect all your MB plugins into one clean and modern menu. It allows players to easily access different systems such as Kits, Rules, Calendar, Shop, Statistics, Drops, and more — all from a single interface. Main Features Central hub for all MB plugins Fully modular — enable or disable any button via config Supports: MBMainMenu MBKits MBCalendar MBRules MBCommands MBPrivileges MBPromoCode MBStatistics MBVoteMap MBShop MBDrops Automatic opening of the selected plugin UI Closes all other plugin UIs when switching tabs Built-in image loader (icons & backgrounds) Supports multiple languages (EN, RU, UA) Works through chat commands: Easy Configuration You can easily control which plugins are displayed inside the hub via the config: Enable or disable each button Fully modular structure Automatically adapts to the plugins you are using Modern UI Design Clean layout Smooth navigation Custom background Icon-based buttons Blur background effect Perfect For Servers using multiple MB plugins Projects that require a single unified menu Custom Rust servers with a clean UI style Shops, Kits, Drops, and Statistics-based servers Required Plugins Only the plugins you enable in the configuration are required. MBHubUI automatically adapts to what is installed on your server.
    $2.00
  22. Yes, I will add it in the near future and release an update.
  23. Version 1.2.7

    181 downloads

    MBMainMenu — Premium Main Menu for Rust MBMainMenu is a stylish, animated, and fully customizable main menu that welcomes players from the very first seconds on your server and turns a regular login into a true WOW-experience Your server will look modern, professional, and premium. Core Features Live Server Status (Real-Time) Online players Max player limit Joining players Queue size Server time 🗺 Map size Server rates Team size Game mode (PvP / PvE / Solo / Duo / Trio, etc.) Real-Time Event Tracking Icons automatically switch between ON / OFF states: Airdrop Cargo Ship Chinook Patrol Helicopter 🛡 Bradley APC Players always know what’s happening on the server right now! Economy & Rewards Supports 3 popular economy systems: Economics ServerRewards MBCoins Features: Balance progress bar First join reward Online-time rewards ⏱ Total playtime display Website & Social Media Integration All links open in beautiful separate windows with QR codes: Website Discord TikTok Instagram YouTube Each window includes: Copy button QR code Stylish banner Quick close button Multi-Language Support Full multilingual support Separate welcome texts for each language Automatic language detection Visual Style Blurred background Smooth animations Clean and modern design Custom background images NPC character in the menu Online & balance progress bars Your server will look like a top-tier Rust project, not a basic server Fully Configurable via Config You can customize absolutely everything: Server name Website & all social links All QR codes Game mode Rates Max online players Team size Economy system Rewards Max balance value Configuration { "Multilingual welcome text for the second block. Configure the text for each language separately.": { "en": { "Enabled": true, "Text": "To the <color=#FFD700>MAX 5</color> server of the <color=#0057B7>M</color><color=#FFD700>B</color> project" }, "ru": { "Enabled": true, "Text": "На сервер <color=#FFD700>MAX 5</color> проекта <color=#0057B7>M</color><color=#FFD700>B</color>" }, "uk": { "Enabled": true, "Text": "На сервер <color=#FFD700>MAX 5</color> проекту <color=#0057B7>M</color><color=#FFD700>B</color>" } }, "Server Name": "Rust", "Website Link": "", "QR Code to Website": "https://i.ibb.co/8LcDd6bp/free-png-ru-38.png", "Discord Link": "", "QR Code на Discord": "https://i.ibb.co/8LcDd6bp/free-png-ru-38.png", "TikTok Link": "", "QR Code на TikTok": "https://i.ibb.co/8LcDd6bp/free-png-ru-38.png", "Instagram Link": "", "QR Code на Instagram": "https://i.ibb.co/8LcDd6bp/free-png-ru-38.png", "YouTube Link": "", "QR Code на YouTube": "https://i.ibb.co/8LcDd6bp/free-png-ru-38.png", "Maximum number of players on the server (limit)": "NO", "Game mode (e.g. Solo, Duo, Trio, PvE, etc.)": "PVP", "Team limits (for example: 2, 3, 5, 10, 20, 32)": "5", "Server rates (eg: x2, x5, x10)": "x2", "First Join Reward Amount": 5, "Online reward interval (minutes)": 360, "Online reward amount": 1, "Balance label": "MB:", "NPC Image URL": "https://i.ibb.co/r2Ft9sJQ/MBNPC.png", "Economy System Type (Economics, ServerRewards, MBCoins)": "MBCoins", "Maximum balance for filling the bar": 500.0 } Requirements ImageLibrary One economy plugin: Economics ServerRewards MBCoins Author Baryy_Allenn 🛠 Ongoing support & updates Support Discord https://discord.gg/6b5tkpDb57
    $8.00
  24. Added - please download the new version.

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.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.9k
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.