Skip to Content
Resourcesqb-weed Reference

qb-weed

qb-weed implements plant growth and harvesting. The verified manifest loads config.lua, QBCore locales, client.lua, oxmysql, and server.lua; the repository contains qb-weed.sql.

Review config.lua and the exact SQL file at the commit you deploy. Apply schema changes through your normal migration/backup process. Treat coordinates, plant identifiers, growth state, item requirements, and rewards from clients as untrusted until checked on the server.

Update checklist

  1. Diff configuration, SQL, client/server events, item names, and persistence queries.
  2. Test planting, growth, watering, harvesting, cleanup, reconnects, and resource restarts.
  3. Back up the database and retain both the previous code and schema rollback procedure.

Sources: SQLΒ  Β· manifestΒ 

Last updated on