Installation
Steps
Place the resource
Copy the pyra-bridge folder into your server's resources/ directory (e.g. resources/[pyra]/pyra-bridge).
Add to server.cfg
pyra-bridge must start before any Pyra script that depends on it:
ensure pyra-bridge
ensure pyra-reports
ensure pyra-airdropsRestart the server
refresh
start pyra-bridgeOne install, all scripts. You only need one copy of pyra-bridge no matter how many Pyra scripts you run. Do not add duplicate ensure pyra-bridge lines.
Load order
pyra-bridge must always be ensured before any Pyra script. A safe full order depends on your framework — pick the tab that matches your server:
ensure oxmysql
ensure qb-core
ensure ox_lib
ensure qb-target
ensure qb-inventory
ensure pyra-bridge
ensure pyra-reports
ensure pyra-airdropsThese are example orders for common setups. BridgeConfig auto-detects your framework, inventory, and target resources by default — you don't need to match this exactly, just make sure pyra-bridge loads before any Pyra script.