Last updated 1 month ago
Download & Extract
Obtain the script (e.g., from Tebex ).
Place its folder into your resources directory. For example:
resources
resources/[local]/farming_system
Add to Server Config ensure farming_system
ensure farming_system
Change farming_system to the folderβs actual name if it differs.
farming_system
Verify Dependencies
Framework Detection: The script can automatically detect ESX/QBCore if RS.Framework = "auto". Otherwise, manually set "esx" or "qbcore" in the config.
RS.Framework = "auto"
"esx"
"qbcore"
Discord Webhook (Optional): If you want dynamic price updates or admin logs in Discord, be sure to add your Webhook URLs in the config (DCConfig.WebhookURL, DCConfig.AdminWebhookURL).
DCConfig.WebhookURL
DCConfig.AdminWebhookURL
Optional Integrations
If youβre using a custom notification or progress bar system, update the relevant functions in the config (RS.notify, RS.CustomProgressBar, etc.).
RS.notify
RS.CustomProgressBar