Configuration
📖 Overview
This repository contains the main configuration and resource structure for Koja-Crafting. For full installation instructions, see the Installation Guide.
- Installation Guide: LINK
📋 Configuration File Structure
📚 Additional Resources
Official Links
- Documentation: https://docs.kojascripts.eu
- Store: https://kojascripts.eu
- Discord Support: https://discord.gg/kojascripts
- GitHub: https://github.com/Koja-Scripts
📝 Configuration Checklist
Before going live, verify:
- koja-lib installed and configured
- Database tables created (auto or manual)
- Language set correctly
- Images loading properly
- At least one crafting station configured
- Items have valid resources
- Progression system balanced
- Admin permissions configured
- Interaction method working
- Tested with real players
- Backup of config saved
- No console errors
🔄 Update Process
-
Backup
Save current shared/config.lua -
Read Changelog
Check for breaking changes -
Update Files
Replace resource files -
Restore Config
Copy back your config (check for new options) -
Check Database
Run any new SQL migrations if provided -
Test
Verify everything works on test server -
Deploy
Update live server
📞 Getting Support
Before Asking for Help
-
Step 1
Read relevant documentation page -
Step 2
Check troubleshooting sections -
Step 3
Enable debug mode and check console -
Step 4
Search Discord for similar issues -
Step 5
Try on clean test server
When Asking for Help, Provide
- Server framework (ESX/QBCore/Etc)
- koja-crafting & koja-lib version
- Error messages from console
- Config sections related to issue
- Steps to reproduce problem
- What you've already tried
Support Channels
- Discord Tickets: Best for complex issues
- Discord Quick Support: Quick questions
- Documentation: Self-service answers
Happy Crafting! 🎨
Start here
-
Use it from your own code
Commands — This page covers all available commands in Koja-Crafting, their usage, permissions, and examples. -
Know what it stores
Database — SQL file needed when automatic database creation does not work properly
In this section
This page covers the basic configuration options for Koja-Crafting that control debug mode, language, and player behavior.
This page covers server-side configuration options including database management, crafting recovery, and shared table functionality.
This page explains how to configure item images, add custom graphics, and manage image paths in Koja-Crafting.
This page covers the player progression system including levels, experience points, and how to configure the leveling system in Koja-Crafting.
This page covers admin permission configuration and available admin commands for managing Koja-Crafting.
This page covers how players interact with crafting stations - either through key press or target system (ox_target,qb-target,).
This page covers the crafting queue system that manages distance checking, warnings, and crafting cancellation when players move away from stations.
This comprehensive guide covers how to configure crafting stations, add items, create categories, configure blueprints, and customize your crafting system.
This page covers all available commands in Koja-Crafting, their usage, permissions, and examples.
This page covers the API exports, events, and triggers that allow you to integrate Koja-Crafting with other scripts and resources.
SQL file needed when automatic database creation does not work properly