Documentation
Optional Addon

Vcore-moonshine

Optional VCORE addon providing crop harvesting, ingredient purchasing, potato mashing, five-stage moonshine production and bulk selling. 1. Add the required items below to Core shared items and inventory images. 2. Configure items, crops, props, production, suppliers, prices and logging in `config.lua`. 3. Start `moonshine` after `core` and `inventory`. The resource uses Core prompts, menus, progress, notifications and currency formatting. It has no custom NUI or database dependency, and Base does not depend on it. The original Bzzz crop props remain the defaults; native fallback models are used when those streamed models are unavailable. | Item | Suggested image | | --- | --- | | `m-barley` | `barley.webp` |

Introduction

Optional VCORE addon providing crop harvesting, ingredient purchasing, potato mashing, five-stage moonshine production and bulk selling. 1. Add the required items below to Core shared items and inventory images. 2. Configure items, crops, props, production, suppliers, prices and logging in `config.lua`. 3. Start `moonshine` after `core` and `inventory`. The resource uses Core prompts, menus, progress, notifications and currency formatting. It has no custom NUI or database dependency, and Base does not depend on it. The original Bzzz crop props remain the defaults; native fallback models are used when those streamed models are unavailable. | Item | Suggested image | | --- | --- | | `m-barley` | `barley.webp` |

Version: 2.0.0Optional Resource6 Lua files0 SQL files

Exports

No exports are documented for this resource.

Callbacks

servermoonshine:server:buySupply

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

servermoonshine:server:cancelAction

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

servermoonshine:server:completeAction

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

servermoonshine:server:getState

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

servermoonshine:server:requestAction

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

Registered network events

clientVCORE:Client:OnPlayerLoaded

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

clientVCORE:Client:OnPlayerUnload

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

clientmoonshine:client:beginMash

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

clientmoonshine:client:cropState

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.