⚙️Configuration
1️⃣ Customize the BattlePass Settings
Customize = {
Lang = "en", -- Set language
ItemImagePath = "nui://qb-inventory/html/images/", -- Path for inventory images
Tebex_Credit_Readme_Code_Command = "purchase_credit", -- Command for purchasing credits
Tebex_Premium_Readme_Code_Command = "purchase_premium" -- Command for purchasing premium pass
}2️⃣ UI & XP Settings
UI_Settings = {
Open_Buy_More_Credits_Web_Site = "https://0bugscripts.tebex.io/", -- Tebex store link
Buy_Level_Price = 5, -- Price per level
Buy_Level_Price_Type = "credit", -- Options: "credit", "cash", "bank"
Total_XP = 500, -- XP required to complete the BattlePass
Daily_Quiz_Award = "1000", -- XP reward for correct quiz answers
Daily_Get_Spin_Credit = 1 -- Credits needed for extra spins
}3️⃣ BattlePass Commands

4️⃣ Season & Daily Spin Settings
5️⃣ BattlePass Server Exports
Example:
🎮 Player Data Functions
🔹 addLevel(identifier, amount)
🔹 removeLevel(identifier, amount)
🔹 addXP(identifier, amount)
🔹 setPremium(identifier, value)
💰 Credit Functions
🔹 addCredit(identifier, amount)
🔹 removeCredit(identifier, amount)
🔹 getCredit(identifier)
🔄 Data Management Functions
🔹 clearPlayerData(identifier)
🔹 clearPlayersData()
🔹 clearScriptData()
🔹 clearDailyData()
🔹 clearWeeklyData()
📌 Notes
🎯 Configuring Missions, Quiz, & Rewards
✅ Editing Missions & Rewards
📝 Adding a Daily or Weekly Mission
📚 Setting Up Daily Quiz Questions
🔹 Explanation
🎁 Setting Up Free & Premium Rewards
🔹 Explanation
🎡 Setting Up Daily Spin Rewards
🔹 Explanation
Last updated