About MBButtons
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
