Documentation
Optional Addon

Vcore-graverobbing

Optional VCORE crime addon with configured grave zones, server-timed digging and searching, persistent character cooldowns, crime reputation, police alerts, jump scares, karma, hostiles, coffins and configurable loot. `core` `inventory` `dispatch` is optional; alerts are skipped when it is not running. `logs` is optional; activity uses its configurable `crime` category. Start `graverobbing` after Core and Inventory. VCORE Base does not depend on this addon. All gameplay settings and grave coordinates are in `shared/config.lua`. Important sections include: `Config.RequiredItem` and `Config.ConsumeRequiredItem` `Config.PlayerLootCooldown` `Config.Security` `Config.TimeRestriction` and police requirements

Introduction

Optional VCORE crime addon with configured grave zones, server-timed digging and searching, persistent character cooldowns, crime reputation, police alerts, jump scares, karma, hostiles, coffins and configurable loot. `core` `inventory` `dispatch` is optional; alerts are skipped when it is not running. `logs` is optional; activity uses its configurable `crime` category. Start `graverobbing` after Core and Inventory. VCORE Base does not depend on this addon. All gameplay settings and grave coordinates are in `shared/config.lua`. Important sections include: `Config.RequiredItem` and `Config.ConsumeRequiredItem` `Config.PlayerLootCooldown` `Config.Security` `Config.TimeRestriction` and police requirements

Version: 1.0.0Optional Resource4 Lua files0 SQL files

Exports

No exports are documented for this resource.

Callbacks

servervcore_graverobbing:server:beginSearch

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

servervcore_graverobbing:server:cancelDig

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

servervcore_graverobbing:server:cancelSearch

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

servervcore_graverobbing:server:finishDig

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

servervcore_graverobbing:server:robBody

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

servervcore_graverobbing:server:startDig

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

Registered network events

clientvcore_graverobbing:client:graveReset

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

clientvcore_graverobbing:client:graveUsed

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

clientvcore_graverobbing:client:notify

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

clientvcore_graverobbing:client:resetAll

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.