About MBPrivileges
	 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:
 Key Features:
	 Beautiful and intuitive UI to display all available privileges.
 Beautiful and intuitive UI to display all available privileges.
	 Supports MBCoins, Economics, and ServerRewards — choose the economy system that fits your server.
 Supports MBCoins, Economics, and ServerRewards — choose the economy system that fits your server.
	 Fully customizable privileges:
 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.
 Integration with ImageLibrary for image loading and display.
	 Simple navigation — close or go back with a single click.
 Simple navigation — close or go back with a single click.
	 Multi-language support: English, Russian, Ukrainian.
 Multi-language support: English, Russian, Ukrainian.
	 Commands:
 Commands:
- 
		/vip — opens the privilege menu.
 
	 New Features
 New Features
	 Visual UI banners instead of chat messages:
 Visual UI banners instead of chat messages:
- 
		 Successful purchase Successful purchase
- 
		 Not enough funds Not enough funds
- 
		 Purchase error Purchase error
- 
		 Purchase confirmation required Purchase confirmation required
	 Purchase in quantities:
 Purchase in quantities:
- Added + / − buttons to select the purchase amount
- Price and duration are automatically recalculated based on quantity
	 Purchase confirmation:
 Purchase confirmation:
- Before pressing “Buy”, the player must tick the confirmation checkbox
- After purchase, the confirmation resets automatically
	 Balance indicator:
 Balance indicator:
- The player’s current balance is now displayed directly in the interface
- Updates in real time when the player changes quantity or completes a purchase
	
	 Dependencies:
 Dependencies:
- ImageLibrary
- Economics (optional)
- ServerRewards (optional)
- MBCoins (optional)
	 Configuration:
 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" } 

 
      
	 
                                     
                                     
                                     
                                     
                                     
	 
							 
	 
	 
	 
	 
	