Loading...
🔘 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:
🧩 Default Buttons:
📁 Configuration:
Each button is configured individually:
{ "Buttons": [ { "Text": "Menu", "Command": "chat.say /menu" }, { "Text": "Report", "Command": "chat.say /report" } ] }
🛠 Technical Info: