UI Colors
If you want to change the inventory colors when a new player enters to the server, you must do the following this steps:
Go to origen_inventory/config/player.lua
In the sectión Config.UI you can check all indicators or different things to you can remove or change to the players:
Config.UI = {
Mini = true, -- Mini UI, only show second inventory if exist, else show main inventory
ShowPlayerNameOnGiveItem = true,
Hotbar = true,
ShowCraftingIndicator = true,
PlayerInventoryLabel = 'Inventory',
Color = 'default'
}
So If you want to change the color go to the Color section and change to this type of colors:

When you choose the best color for your server you change the name for default color for the other, like this form:
Before
Color = 'default'
After
Color = 'lightYellow'
Last updated