Player Progression Settings
This page covers the player progression system including levels, experience points, and how to configure the leveling system in Koja-Crafting.
🔧 Configuration Options
-- ════════════════════════════════════════════════════════════════════════════════════
-- PLAYER PROGRESSION
-- ════════════════════════════════════════════════════════════════════════════════════
Config.StartingValues = {
level = 1,
exp = 0
}
Config.Levels = {
{ level = 1, expToNext = 100 },
{ level = 2, expToNext = 200 },
{ level = 3, expToNext = 300 },
{ level = 4, expToNext = 400 },
{ level = 5, expToNext = 500 }
}📝 How Progression Works
System Overview
⭐ Starting Values
Configuration Options
Setting
Type
Description
Default
Examples
📈 Level Configuration
Structure Explanation
Example Calculation
🎮 Item Experience Configuration
XP Balancing Guidelines
Item Complexity
Crafting Time
Suggested XP
Level Requirement
Example Configuration
🔓 Level-Gated Content
Basic Progression Lock
Tiered Crafting System
🛠️ Admin Commands
Add Experience Points
🔍 Troubleshooting
📚 Related Settings
Last updated