Documentation
Optional Addon

Vcore-stolengoods

Vcore-stolengoods is part of Vcore Framework.

Introduction

Vcore-stolengoods is part of Vcore Framework.

Version: 1.0.0Optional Resource4 Lua files0 SQL files

Dependencies

DependencyStatus
coreIncluded Vcore resource
inventoryIncluded Vcore resource

Installation / Start Order

Install the resource with its required dependencies, then enable it in your resource start order.

server.cfg
ensure stolengoods

Configuration

Config files

  • config.lua

Detected config keys

  • StolenGoods

Events & Exports

Exports

No exports are documented for this resource.

Callbacks

No callbacks are documented for this resource.

Registered network events

clientstolengoods:client:clearBuyer

Registered event for this resource. Confirm the expected payload and intended scope before using it.

clientstolengoods:client:packageGoods

Registered event for this resource. Confirm the expected payload and intended scope before using it.

serverstolengoods:server:endRun

Registered event for this resource. Confirm the expected payload and intended scope before using it.

serverstolengoods:server:finishPackage

Registered event for this resource. Confirm the expected payload and intended scope before using it.

serverstolengoods:server:recoverPackage

Registered event for this resource. Confirm the expected payload and intended scope before using it.

Commands

No registered commands were detected.

Database / SQL

SQL files

None detected in source.

Detected tables

None detected in source.

Troubleshooting

  • Confirm every manifest dependency above is started first.
  • Import the SQL where the resource includes database files.
  • Use the exact resource folder name shown on this page unless you intentionally change both the folder and configuration.
  • Do not copy internal event names into integrations without checking their implementation.