Documentation
Optional Addon

Vcore-porchpiracy

VCORE doorstep-theft activity with configurable routes, police alerts, neighbours, prank parcels and weighted loot. Configure the contact, routes, cooldowns, parcel placement and loot pools in `config.lua`. `Config.Dispatch` controls central VCORE dispatch alerts. A job-filtered blip fallback is used if `dispatch` is unavailable. `Config.Logging` controls central VCORE crime logging. Discord delivery is disabled by default. Every loot item must exist in Core Shared and have an inventory image. `core` `inventory` `dispatch` is optional. Restart `porchpiracy` after changing its configuration.

Introduction

VCORE doorstep-theft activity with configurable routes, police alerts, neighbours, prank parcels and weighted loot. Configure the contact, routes, cooldowns, parcel placement and loot pools in `config.lua`. `Config.Dispatch` controls central VCORE dispatch alerts. A job-filtered blip fallback is used if `dispatch` is unavailable. `Config.Logging` controls central VCORE crime logging. Discord delivery is disabled by default. Every loot item must exist in Core Shared and have an inventory image. `core` `inventory` `dispatch` is optional. Restart `porchpiracy` after changing its configuration.

Version: 1.0.0Optional Resource4 Lua files0 SQL files

Exports

No exports are documented for this resource.

Callbacks

servervcore_porchpiracy:server:canSteal

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

servervcore_porchpiracy:server:startRoute

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

Registered network events

clientvcore_porchpiracy:client:notify

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

clientvcore_porchpiracy:client:openParcel

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

clientvcore_porchpiracy:client:policeAlert

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

servervcore_porchpiracy:server:finishPrank

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

servervcore_porchpiracy:server:finishSteal

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

servervcore_porchpiracy:server:openParcel

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.