Configuration
Learn how to configure the resource for your server.
Changing the Framework
- Open
config.lualocated in the resource folder. - Locate
Config.esxVersionand set the value toLatestorLegacydepending on what ESX version you are using. - Save the file and restart the resource.
Adding new boss menus
- Open
config.lualocated in the resource folder. - Locate
Config.bossMenusand add the following code: - Save the file and restart the resource.
Translate the Resource
- Open
config.lualocated in the resource folder. - Locate
Config.translationand translate the strings to your desired language. - Save the file and restart the resource.
Enabling Invoice System
The Boss Menu is compatible with our Billing Script. To enable the invoice system, follow these steps:
- Install the Billing Script on your server.
- Open
config.lualocated in the resource folder. - Locate
Config.enableInvoicesand set the value totrue. - Save the file and restart the resource.