Jump to content

Vinni_TV_'s Wishlist

  1. More information about "MBRules"

    $4.00

    MBRules

    🧾 MBRules — Stylish and Interactive Server Rules UI
    MBRules is a modern, beautifully designed Rust plugin that lets you display your server’s rules through a clean, expandable, and multilingual interface.
     
    ✨ Features:
    ✅ Modern UI — sleek, minimalistic interface with background images, smooth layout, and easy scrolling. ✅ Expandable rules — each rule can be expanded to show full text. ✅ Multilanguage support — English, Ukrainian, and Russian included (add your own easily). ✅ Last updated date — shows when the rules were last updated. ✅ Simple controls — players can open rules with /rules and close the window by clicking outside. ✅ ImageLibrary integration — all backgrounds and images are handled through ImageLibrary.  
    ⚙️ Commands:
    Command                                               Description /rules                                                       Opens the server rules UI  
    🧩 Requirements:
    ImageLibrary (required)  
    🛠️ Configuration:
    { "LastUpdated": "2025-10-23", "Rules": [ { "Descriptions": { "en": { "Enabled": true, "Text": "By joining the MB-UA server, you automatically agree to comply with all project rules. Ignorance of the rules does not exempt you from responsibility." }, "uk": { "Enabled": true, "Text": "Заходячи на сервер MB-UA, ви автоматично погоджуєтесь з дотриманням всіх правил проєкту. Незнання правил не звільняє вас від відповідальності." }, "ru": { "Enabled": true, "Text": "Заходя на сервер MB-UA, вы автоматически соглашаетесь соблюдать все правила проекта. Незнание правил не освобождает вас от ответственности." } } } ] }  
    💬 Perfect for:
     
    RP, PvE, PvP, and modded servers Admins who want a clear and stylish way to present their rules Multilingual communities
  2. More information about "MBPrivileges"

    $7.00

    MBPrivileges

    🏆 MBPrivileges
    MBPrivileges is a modern Rust plugin that provides a stylish system for viewing and purchasing in-game privileges.
    It features a fully custom CUI-based interface and supports multiple economy systems.
     
    💡 Key Features:
    🎨 Beautiful and intuitive UI to display all available privileges.
    🪙 Supports MBCoins, Economics, and ServerRewards — choose the economy system that fits your server.
    📦 Fully customizable privileges:
    Group Name (GroupName) Duration (DurationText) Price (Price) Image (ImageUrl) Multi-language descriptions (EN / RU / UK) 🖼️ Integration with ImageLibrary for image loading and display.
    🔄 Simple navigation — close or go back with a single click.
    💬 Multi-language support: English, Russian, Ukrainian.
     
    ⚙️ Commands:
    /vip — opens the privilege menu.
      💎 New Features
    💬 Visual UI banners instead of chat messages:
    ✅ Successful purchase ❗ Not enough funds ⚠️ Purchase error 📋 Purchase confirmation required 🛒 Purchase in quantities:
    Added + / − buttons to select the purchase amount Price and duration are automatically recalculated based on quantity ✅ Purchase confirmation:
    Before pressing “Buy”, the player must tick the confirmation checkbox After purchase, the confirmation resets automatically 💵 Balance indicator:
    The player’s current balance is now displayed directly in the interface Updates in real time when the player changes quantity or completes a purchase
    🧩 Dependencies:
    Economics (optional) ServerRewards (optional) MBCoins (optional)  
     
     
    🛠️ Configuration:
    All settings are managed via the configuration file: { "Privileges": [ { "GroupName": "vip", "DurationText": "14d", "Price": 10, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [VIP] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Prefix [VIP] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [VIP] ... description in Russian ..." } } }, { "GroupName": "premium", "DurationText": "14d", "Price": 15, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [PREMIUM] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Префікс [PREMIUM] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [PREMIUM] ... description in Russian ..." } } }, { "GroupName": "deluxe", "DurationText": "14d", "Price": 20, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [DELUXE] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Префікс [DELUXE] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [DELUXE] ... description in Russian ..." } } } ], "Economy type (Economics, ServerRewards, MBCoins)": "MBCoins" }  
  3. More information about "MBPromoCode"

    $6.00

    MBPromoCode

    🎁 MBPromoCode — Modern Promo Code System for Rust
    📖 Overview
    MBPromoCode is a clean and powerful promo code system for Rust servers.
    It gives administrators full control over unique promo codes, rewards, activation limits, and expiration dates — all through a beautiful, user-friendly interface.
    Whether you want to reward new players, promote your social media, or run limited-time events — MBPromoCode makes it effortless.
     
    ✨ Main Features
     
    🎟️ Promo Code Management
    Create unique promo codes with rewards, usage limits, and expiration dates. Automatically track activations per player. Prevent abuse with built-in validation and cooldown systems. Examples:
    WELCOME → gives 1000 wood BONUS → gives 500 stone  
    🖥️ Simple & Modern Interface
    Intuitive UI for entering and activating promo codes. Buttons for “Activate” and “Close” actions. Customizable background images via ImageLibrary.  
    💬 Notification System
    Sends announcements to global chat when a promo code is activated. Fully customizable messages with color formatting and tags. Works in English, Russian, and Ukrainian.  
    🔐 Logging & Security
    Every activation is logged. Expiration and usage limits are automatically checked. Safe and lightweight — no performance impact.  
    🌐 Media Integration
    Add QR codes linking to your TikTok, Discord, or website. Great for promotional events and influencer campaigns.  
     
    ⚙️ Configuration Highlights
    { "EnablePromoCodeBroadcast": true, "MessagePrefix": "<color=#0057b8>[Promo]</color>", "PromoCodes": { "WELCOME": { "Reward": "give {player} wood 1000", "Expires": "30.10.2025", "MaxUses": 50 }, "BONUS": { "Reward": "give {player} stone 500", "Expires": "01.11.2025", "MaxUses": 100 } } }  
    💡 Usage Workflow
    The player opens the menu with /promo. They enter the code and press Activate. If the code is valid — the reward is granted. A message is displayed in global chat (optional).  
    🌍 Localization
    English Russian Ukrainian All messages are stored in language files and can be freely customized.  
    💎 Perfect For
    Servers running events or giveaways. Communities promoting social media engagement. Admins who want a polished promo code experience with full customization.
  4. More information about "MBStatistics"

    $7.00

    MBStatistics

    🎯 MBStatistics — The Ultimate Player Statistics & Ranking System for Rust
    MBStatistics is a modern, stylish and highly accurate player statistics plugin for Rust servers.
    It tracks player behavior, records detailed activity data, calculates points, prevents stat abuse, and displays everything through a clean, responsive, and beautiful UI.
     
    ✨ Key Features
    📊 Complete Player Statistics
    MBStatistics automatically records:
    Kills Deaths Suicide Playtime Resource gathering: Stone Metal Ore Sulfur Ore HQ Metal Ore Wood Cloth Low Grade Fuel Scrap Broken barrels Total points 🪙 Point System (Fully Configurable)
    📈 Points are awarded for:
    Resource gathering Killing players Breaking barrels Any resource listed in the config 📉 Points are deducted for:
    Player death Suicide Both events reduce points according to your configuration.
    Values are fully customizable.
    📌 Points will never go below 0 — the plugin ensures a minimum of 0.
     
    🎨 Modern UI / UX
    The plugin includes a clean, animated, and user-friendly interface:
    Player avatar display Global player leaderboard (sorted by points) Detailed personal statistics panel Resource list with icons Search system (by nickname or SteamID) Blurred or clean background (toggleable) Smooth scroll panels Full ImageLibrary support The UI is visually appealing, lightweight, and optimized for all types of clients.
     
    🌍 Multilanguage Support
    Built-in translations:
    🇺🇸 English 🇷🇺 Russian 🇺🇦 Ukrainian You can easily customize or add more languages.
     
    ⚙️ Commands
    Player Command
    /stat Opens the full statistics and ranking UI.
  5. More information about "MBKits"

    $7.00

    MBKits

    🌟 MBKits — Modern Kit UI with Previews, Cooldowns, AutoKits & Permissions
    MBKits is a modern, fully customizable and visually refined Rust plugin for managing player kits through an advanced UI.
    It features a polished interface, animated intro images, detailed kit previews, cooldowns, autokits, pop-up notifications, flexible permissions, item skins, ammo support, and deep integration with systems.
     
    ⭐ Core Features
     
    🎨 Beautiful Modern UI
    Clean scrollable interface with a 3-column grid for kits. Fully image-driven design (backgrounds, kit icons, overlays). Optional animated intro images on player connect. Supports custom images for individual kits. 🔍 View Kit Contents
    Players can preview every item inside a kit: Detailed inventory layout: Main, Belt, Wear. Supports custom skins, modded items, nested contents. Shows weapon ammo, attachments, and item quantities. Supports custom icons per item via custom image keys. ⏳ Advanced Cooldown System
    Per-kit cooldowns: 1h, 30m, 2d4h, etc. UI shows exact remaining cooldown time. Cooldowns persist through server restarts. Per-player cooldowns stored in data files. 🔐 Permission Support
    Each kit can require its own permission. Permissions auto-register if missing. UI reacts to permission state: No access → greyed-out button. Hidden kits optionally supported. 🎁 Claim System
    Checks if the player has enough space before giving the kit. Fully supports skins, ammo, attachments, modded weapons. Smart fallback logic if the intended slot is occupied. Custom commands per kit item using {playerid} and {name}. Success & error popups using dynamic UI with icons. 🌐 Multi-language Support
    Built-in languages: 🇺🇸 English 🇷🇺 Russian 🇺🇦 Ukrainian All UI text and messages are fully localized and stored in separate language files. YouTube
     
    🛠 Admin Tools
    ➕ Create / Remove Kits
    Create kit from your inventory: /dkit add <name> [permission]  
    Saves main, belt, wear containers. Automatically creates a permission if not supplied. Sets default cooldown. ❌ Remove a kit:
    /dkit remove <name> Deletes the kit.
    Clears all cooldowns for all players.
    🎯 Create / Remove AutoKits
    /akit add <name> /akit remove <name> 🔑 Permission System
    Requires mbkits.admin to manage kits. Kit permissions auto-create: mbkits.<kitname> Autokits: mbkits.autokit.<name> 📘 Commands
    Command                                                     Description /kits                                                               Opens the main kit UI /dkit add <name>                                        Creates a new kit from your current inventory /dkit add <name> <permission>                 Creates a kit with a custom permission /dkit remove <name>                                  Deletes a kit and clears all cooldown data /akit add <name>                                        Creates a hidden AutoKit from your inventory /akit remove <name>                                  Removes an AutoKit 📁 Data Files
     
           Stored under:
           oxide/data/MBSystem/MBKits/
    MBKits_kits.json — player kits MBKits_cooldowns.json — per-player cooldowns MBKits_uses.json — usage limits MBKits_autokits.json — hidden autokits  
     
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.8k

Files Sold

Total number of files sold.

3.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.