-
Posts
89 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Barry_Allenn
-
дайте дс
-
-
какая версия карбона у вас?
-
интересная информация от жпт
-
Changed Status from Pending to Fixed
-
можите скинути ошибку из логов без перевода
-
Пока что не занимаюсь этим. Как закончу свой сайт, там уже будет видно смотря какой плагин понадобится
-
Отключить пока що MBRewardOnline
-
If I don’t forget, I’ll add the command change to the config.
-
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.
-
After entering the promo command, does another plugin open for you? Could you explain in more detail?
-
-
-
Version 1.0.1
43 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 -
-
- 11 comments
-
- #cui
- #cui editor
-
(and 2 more)
Tagged with:
-
-
-
-
Version 1.0.0
33 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 -
Version 1.1.0
34 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 -
- 9 comments
-
- 1
-
-
Version 1.1.1
59 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