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
- Diff configuration, SQL, client/server events, item names, and persistence queries.
- Test planting, growth, watering, harvesting, cleanup, reconnects, and resource restarts.
- Back up the database and retain both the previous code and schema rollback procedure.
Last updated on