Getting started
This resource does not have a stable (v1.0) release; breaking changes are likely.
Documentation may not be kept updated in some cases.
We strongly recommend using Git to help with version control and separating your own changes from the original source code.
Refer to GitHub's guide to setting up Git.
You can also download a Git GUI client, such as GitKraken, to improve your workflow and more easily maintain changes.
Dependencies
These resources are required for ox_core to function, and must start before it.
Installation
- Recommended
- Lazy
Recommended resources
The following resources aren't required, but should offer the best experience for your server.
ox_inventory
Slot-based inventory system with support for item metadata (uniqueness), shops, crafting, and much more.
npwd
Phone with many built-in apps such as Twitter, Marketplace, and Notes; with support for 3rd party app integration.
pefcl
Banking and financing, with support for multiple, unique, and shared accounts.
If using it with ox_inventory, open pefcl/config.json
and enable framework integration.
"frameworkIntegration": {
"enabled": true,
"resource": "ox_inventory",
"syncInitialBankBalance": false
},