About MBPrivileges
MBPrivileges
MBPrivileges is a modern Rust plugin that provides a stylish system for viewing and purchasing in-game privileges.
It features a fully custom CUI-based interface and supports multiple economy systems.
Key Features:
Beautiful and intuitive UI to display all available privileges.
Supports MBCoins, Economics, and ServerRewards — choose the economy system that fits your server.
Fully customizable privileges:
- Group Name (GroupName)
- Duration (DurationText)
- Price (Price)
- Image (ImageUrl)
- Multi-language descriptions (EN / RU / UK)
Integration with ImageLibrary for image loading and display.
Simple navigation — close or go back with a single click.
Multi-language support: English, Russian, Ukrainian.
Commands:
-
/vip — opens the privilege menu.
Dependencies:
- ImageLibrary
- Economics (optional)
- ServerRewards (optional)
- MBCoins (optional)
Configuration:
- All settings are managed via the configuration file:
-
{ "Privileges": [ { "GroupName": "vip", "DurationText": "14d", "Price": 10, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [VIP] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Prefix [VIP] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [VIP] ... description in Russian ..." } } }, { "GroupName": "premium", "DurationText": "14d", "Price": 15, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [PREMIUM] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Префікс [PREMIUM] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [PREMIUM] ... description in Russian ..." } } }, { "GroupName": "deluxe", "DurationText": "14d", "Price": 20, "ImageUrl": "", "Descriptions": { "en": { "Enabled": true, "Text": "Prefix [DELUXE] ... description in English ..." }, "uk": { "Enabled": true, "Text": "Префікс [DELUXE] ... description in Ukrainian ..." }, "ru": { "Enabled": true, "Text": "Prefix [DELUXE] ... description in Russian ..." } } } ], "Economy type (Economics, ServerRewards, MBCoins)": "MBCoins" }