Skip to content

Commit

Permalink
remove unnecessary sections from ox_inventory page
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Aug 17, 2024
1 parent 32952a0 commit 28caab7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
23 changes: 0 additions & 23 deletions pages/ox_inventory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -218,26 +218,3 @@ end
```

</Steps>

## ESX

- You will need a [compatible version of ESX Legacy](https://github.com/esx-framework/esx_core) (1.6.0 or higher).
- You can convert player inventories with `convertinventory esx`.
- All items in the database will be migrated to the internal item data.
- Always restart the resource when items are migrated!

## QBCore

<Callout type="warning">QBCore is unsupported. You must use Qbox if you wish to use QB resources with ox_inventory </Callout>


### Qbox Project

- [Qbox Project GitHub](https://github.com/Qbox-project/)
- [Qbox txAdmin Recipe](https://github.com/Qbox-project/txAdminRecipe)

Qbox is a fork of QBCore developed by former team members and contributors to QBCore.

- Improved security and performance of QB resources.
- Integrated support for ox_inventory, with improved compatibility.
- Support for ox_lib and ox_target.
5 changes: 5 additions & 0 deletions pages/ox_inventory/Frameworks/esx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import { Tabs, Tab } from 'nextra-theme-docs';

# ESX

- You will need a [compatible version of ESX Legacy](https://github.com/esx-framework/esx_core) (1.6.0 or higher).
- You can convert player inventories with `convertinventory esx`.
- All items in the database will be migrated to the internal item data.
- Always restart the resource when items are migrated!

## Compatibility

Ox Inventory is a complete replacement for existing item, inventory, and weapon systems; it is inherently incompatible with ESX and any resources that rely on default behaviour.
Expand Down
6 changes: 0 additions & 6 deletions pages/ox_inventory/Frameworks/qbx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ We _strongly_ advise using Qbox as an alternative to QBCore.
- Edit your `server.cfg`.
- Add `setr inventory:framework "qbx"` before starting your resources.
- Start ox_inventory immediately after qbx_core.

## QBCore

<Callout type="warning">
QBCore is unsupported. You must use Qbox if you want to use QB based resources with ox_inventory
</Callout>

0 comments on commit 28caab7

Please sign in to comment.