Skip to main content
atlasBridge is the shared foundation used by Atlas resources. It helps Atlas scripts work across different server stacks without making you edit every resource for your framework, inventory, UI, or target system. Server owners install it once, then start Atlas resources after it.
https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/rocket-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=f9ebbaa555e365b02e17af8d38a58a6d

Install atlasBridge

Place the resource, keep the folder name, start dependencies first, and ensure the bridge before Atlas resources.
https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/wrench-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=2f07ced69c9d944e41df19ed19c921f6

Configure providers

Use auto-detection or force framework, inventory, UI, and theme convars.
https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/plug-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=523bca8bdf53a69adf80f6699df734b4

Provider guide

Understand supported provider values and when to force one manually.
https://mintcdn.com/atlasscripts/BwePy2Q7bMLnl0yQ/icons/life-ring-filled.svg?fit=max&auto=format&n=BwePy2Q7bMLnl0yQ&q=85&s=0b2743dc8feead8aae7162201f777f41

Troubleshooting

Fix common startup, provider detection, inventory, UI, and Discord setup issues.

What atlasBridge handles

  • Framework detection and normalized player/job/money helpers.
  • Inventory detection and normalized item operations.
  • UI providers for notifications, progress, menus, inputs, confirmations, and radial UI.
  • Target/interact helpers.
  • Death detection used by Atlas resources.
  • Discord role/member helpers when configured.
  • Permission nodes.
  • Entity cleanup used by Atlas resources.
  • Shared theme/accent color for Atlas UI.
  • Safer cross-resource setup for future Atlas releases.

Supported provider families

atlasBridge can auto-detect common resources:
  • qbx_core
  • es_extended
  • qb-core
  • ox_inventory
  • qb-inventory
  • qs-inventory
  • ox_lib
  • ox_target
  • qb-target
If nothing is detected, the bridge falls back to default/own behavior where available.

Start order

Start your framework and inventory before bridge. Start Atlas release scripts after bridge.
ensure ox_lib
ensure ox_inventory
ensure qbx_core

ensure atlasBridge
ensure atlasFishing
The resource folder must stay named atlasBridge. If it is renamed, Atlas resources may not be able to find it.