Documentation
Optional Addon

Vcore-forkliftjob

VCORE forklift warehouse job supporting solo workers and optional `parties` teams. Configure payouts, payment account, shipment counts and cooldowns in `config.lua`. `Config.Warehouse.useInteriorLayout` selects the warehouse interior; the exterior yard is used as a fallback. Configure the employer, forklift, conveyor, pallet and completion positions in `config.lua`. `Config.Logging` controls central VCORE job logging. Discord delivery remains disabled by default. `core` `vehiclelocks` `parties` is optional and enables team shifts. `clothing` is optional and supplies the configured Alpha Mail job outfit. Restart `forkliftjob` after changing its configuration.

Introduction

VCORE forklift warehouse job supporting solo workers and optional `parties` teams. Configure payouts, payment account, shipment counts and cooldowns in `config.lua`. `Config.Warehouse.useInteriorLayout` selects the warehouse interior; the exterior yard is used as a fallback. Configure the employer, forklift, conveyor, pallet and completion positions in `config.lua`. `Config.Logging` controls central VCORE job logging. Discord delivery remains disabled by default. `core` `vehiclelocks` `parties` is optional and enables team shifts. `clothing` is optional and supplies the configured Alpha Mail job outfit. Restart `forkliftjob` after changing its configuration.

Version: 1.0.0Optional Resource4 Lua files0 SQL files

Exports

No exports are documented for this resource.

Callbacks

servervcore_forkliftjob:server:activateConveyor

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_forkliftjob:server:complete

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_forkliftjob:server:ensureParty

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_forkliftjob:server:getTeam

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_forkliftjob:server:markLoaded

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_forkliftjob:server:registerForklift

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_forkliftjob:server:start

Callback available from this resource. Confirm parameters and return values before using it.

Registered network events

clientvcore_forkliftjob:client:cleanup

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

clientvcore_forkliftjob:client:completeCleanup

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

servervcore_forkliftjob:server:cancel

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.