Documentation
Docs/Resources/Base/adventcalender
Base Resource

adventcalender

The supplied manifest describes this resource as “VCore - Adventcalender”.

v1.0.0VCore FrameworkGameplay systems

Introduction

The supplied manifest describes this resource as “VCore - Adventcalender”.

1Client Lua
2Server Lua
1Exports
2Events
0SQL tables

No manifest UI page detected.

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
inventoryManifest dependencyIncluded in Base
oxmysqlManifest dependencyExternal / prerequisite
logsReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
inventoryAddItem, RemoveItem
logsLog

Installation / Start Order

The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 47. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.

server.cfg
ensure adventcalender

Configuration

Config files

  • config.lua
  • server/config.lua

Top-level config keys detected

CommandDaysEventMaxDaysNameRequestCooldownRestrictOpeningToTheDay

Events, Exports & Callbacks

Exports

Client exports1
  • OpenCalendar

Callbacks

Server callbacks2
  • adventcalendar:server:claim
  • adventcalendar:server:getData

Registered network events

Client registered events2
  • VCORE:Client:OnPlayerUnload
  • adventcalendar:client:openMenu

Commands

No commands were detected.

Database / SQL

No resource-local SQL file was detected.

No CREATE TABLE statements detected inside this resource.

The root Base package also ships the consolidated VCORE_INSTALL.sql.

Source Layout

AreaDetected files
Client Lua1
Server Lua2
Other/shared Lua2
JavaScript0
HTML0
CSS0
SQL0

Troubleshooting

  • Confirm all manifest dependencies are started before adventcalender.
  • Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
  • If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
  • If the UI fails, verify the resource's NUI files and ui_page when one is declared.