MBButtons
1 / 6





Description
๐ 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
DownloadViews1.1k
Downloads6
Purchases0
Ratingโ
0.0
Version1.1.0
PlatformRust
CategoryPlugins
CompatibleOxide ยท Carbon
Size5 KB
PublishedApr 23, 2026
UpdatedJul 13, 2026
โ Reviewed for safety and integrity