OrigenNetwork
Docs

Dependencies · origen_propplacer

Required

ResourceNotes
oxmysqlDatabase persistence — props and permissions are stored in MySQL

Optional integrations

ResourceNotes
origen_adminIf running, grants access via origen_admin:HasPermission(src, "origen_propplacer")
origen_notifyEnhanced toast notifications — fallback to native GTA feed if not present

Framework compatibility

origen_propplacer is standalone and does not require any specific framework. It resolves permissions through the following chain, in order:

  1. origen_admin — if the resource is running and the player has the origen_propplacer permission node
  2. ACE permissions — via propplacer.admin, propplacer.editor, propplacer.viewer, propplacer.use, and standard groups (god, admin, mod, command)
  3. QBCore / QBX — checks PlayerData.group against Config.QBAdminGroups
  4. ESX — checks job group against Config.AdminGroups
  5. Manually granted players — via in-game management panel (stored in DB)

You do not need to configure the framework explicitly. The permission system auto-detects what is running on your server.