About MBCommands
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.
