βοΈ NPC Hairs & Beards β
Documentation relating to the jo_hairdresser_npc add-on for the Hairdresser script.
1. Installation β
WARNING
The Hairdresser script is required to use this add-on.
To install jo_hairdresser_npc:
- Drag and drop the resource into your resources folder
- jo_hairdresser_npc
- Add this ensure to your server.cfg after
ensure jo_hairdresserensure jo_hairdresser_npc
Congratulations, the NPC Hairs & Beards add-on is ready to use!
2. Usage β
3. Configuration β
The configuration file is config.lua in the resource root. Do not edit this file directly as your changes may be lost during updates. Instead, use overwriteConfig.lua to store your customizations.
config.lua- Default configuration maintained by developers. Do not modify this file.overwriteConfig.lua- This is where you place only the values you want to override.
How to customize the configuration β
- Open
/overwriteConfig.lua - Find the value you want to change in
config.lua(e.g.,Config.language) - Copy only that line into
overwriteConfig.lua - Edit the copied value to your liking
The script loads config.lua first, then overwriteConfig.lua overwrites only the values you redefine. This ensures your customizations are preserved when updating the script.
Loading configuration...