ensure bazq-barber['scissors'] = {
label = 'Scissors',
weight = 100,
stack = false,
close = true,
description = 'A sharp pair of scissors for cutting hair.',
client = {
image = 'scissors.png',
}
},Config = {}
Config.Item = 'scissors' -- The item required to cut hair
Config.Distance = 2.0 -- Max distance to cut hair
-- Appearance configuration to limit what the barber can change
Config.AppearanceSettings = {
ped = false,
headBlend = false,
faceFeatures = false,
headOverlays = true, -- Makeup, beard, etc.
components = true, -- Hair is a component
props = false,
tattoos = false
}