Configuration
config to your liking
Configuration Guide
The Lip Gloss script is highly customizable through its config.lua file. This guide explains all available configuration options.
Framework Configuration
Config.Framework = 'esx' -- Options: 'auto', 'esx', 'qb'auto: Automatically detects your server's frameworkesx: Forces ESX frameworkqb: Forces QB-Core framework
Debug Mode
Config.Debug = trueSet to true to enable debug messages in console. Recommended to disable in production.
Job Requirements
Config.JobRequirements = {
enabled = false,
jobName = 'cosmetics',
jobGrades = {0, 1, 2, 3, 4, 5},
requireJobForCrafting = false,
requireJobForSelling = false,
requireJobForBulkSelling = false
}enabled: Enable/disable job restrictionsjobName: Required job name when restrictions are enabledjobGrades: Allowed job grades (empty table means all grades)Individual permission settings for different activities
Interaction Method
Choose between target-based or key press interaction.
Crafting Table Settings
Crafting Table Configuration
Property:
cm_fun_tableItem:
cm_lipgloss_tableLabel: Lip Gloss Crafting Table
Placement Distance: 1.5 meters
Configure the crafting table prop and item properties.
Last updated