Framework
rcore_housing supports ESX, QBCore, and QBox. The framework provides player identity, jobs, banking, and the inventory bridge.
๐ Auto Detection
Config.Framework = AUTO_DETECTAuto detection checks the active resource list and picks the first match. Override with Framework.ESX, Framework.QBCORE, or Framework.QBOX only when detection is wrong.
๐งฉ Per-Framework Setup
Resource: es_extended
rcore_housinglistens foresx:playerLoadedandesx:playerLogout.Society / banking uses
esx_societyandesx_addonaccountby default - see society integration.Make sure ESX is started before
rcore_housing.
ensure es_extended
ensure rcore_housing_assets
ensure rcore_housingResource: qb-core
Listens for
QBCore:Server:OnPlayerLoaded,QBCore:Server:OnPlayerUnload,QBCore:Server:OnJobUpdate.Banking via
qb-bankingandqb-management- see society integration.
ensure qb-core
ensure rcore_housing_assets
ensure rcore_housingResource: qbx_core
Listens for the same events as QBCore (QBox preserves the
QBCore:*event names by default).Banking via
qbx_management.
ensure qbx_core
ensure rcore_housing_assets
ensure rcore_housing๐ก๏ธ Admin Groups
Per-framework admin groups are defined in integrations configuration:
ESX
admin
QBCore
god, admin, mod, support
QBox
god, admin, mod, support
Admin groups receive every nil-permission action in the property creator - see Commands and Permissions.
๐ ๏ธ Custom Event Names
If you've forked your framework and renamed events, override them in Config.Events - see integrations configuration.
Last updated