What is Project X XP?
What is Project X XP?
Project X XP (
projectx-xp) is a multi-skill XP system with levels, milestones, rewards, buffs, a leaderboard, and a built-in UI. Other resources award XP through server exports, or through projectx-bridge when XPSystem is set to 'projectx' / 'auto'.What frameworks and inventories are supported?
What frameworks and inventories are supported?
Configure
Framework and Inventory in config/config.lua to match your server. Common setups include QBCore, Qbox, and ESX, with inventories such as ox_inventory and qb-inventory. Inventory is mainly needed if you enable UseItem with x_device.Do I need the Project X Bridge?
Do I need the Project X Bridge?
No — the bridge is optional for projectx-xp itself. It is recommended if you run Project X robberies or other Project X scripts that award XP through the bridge. In that case, set
XPSystem to 'projectx' or 'auto' in the bridge config. See Bridge Installation.How do I migrate from pickle_xp?
How do I migrate from pickle_xp?
Import/run with the
player_xp table in place. Legacy Pickle XP JSON can migrate automatically when the skill keys match entries defined in Config.Skills. Align your skill IDs with the old Pickle keys before going live.How do I add custom skills?
How do I add custom skills?
Add a new entry under
Config.Skills in config/config.lua with Label, Description, Icon, BaseXp, Multiplier, MaxLevel, optional LevelTitles, and optional Milestones. Include the new skill ID in SkillOrder if you want it shown in a specific position in the UI.How do milestone rewards work? Does SetLevel grant them?
How do milestone rewards work? Does SetLevel grant them?
Milestones grant configured rewards (
money, item, export, etc.) when a player reaches that level through normal XP gain. SetLevel does not re-grant milestones for levels you set or skip.How do XP buffs stack?
How do XP buffs stack?
Multiple buffs can be active at once. Awards use:Use
AddXPRaw when you need to award XP without applying buffs.What commands are available?
What commands are available?
Players can open the menu with
/xp (or your configured OpenCommand) and the F7 keybind (or your configured OpenKey). Testbuff-related commands are for testing buffs only — do not rely on them in production gameplay.Can I grant XP from the client?
Can I grant XP from the client?
No. Never grant XP from client scripts. Always use server exports such as
AddXP, or the bridge’s server-side AddExperience when integrated.Where can I get free support?
Where can I get free support?
Join the Project X Discord and use the Free-Support channel: https://discord.gg/projectxdev
