- ESX
- QBCore
- Qbox
Mining Job V3
Free open source FiveM mining job for ESX, QBCore and Qbox — four-stage chain from raw rock to smelted ore to crafted jewelry, with tool durability, quests, coal delivery missions, and a live XP leaderboard.
Player-to-player FiveM vehicle marketplace with fixed-price listings and timed auctions, real-time bidding, full mod spec preservation, dynamic lot entity management, and server-side validation. ESX, QBCore, Qbox.
Shelved in ESX Scripts110 products on this shelf QBCore Scripts119 products on this shelf Qbox Scripts120 products on this shelf
A /sell command that hands money from one player to another and despawns a vehicle is not an economy feature — it's a workaround. Player-to-player vehicle trading only functions as a meaningful part of server economy when the listing persists across sessions, mod specifications are preserved for the buyer, and the server doesn't take a performance hit every time someone browses the lot. This system covers all three.
Sellers choose between a fixed-price direct sale and a timed auction. Fixed listings run from 12 hours up to a full week, visible until the vehicle sells or the listing expires. Auctions work differently — every active bid is pushed to all bidding players in real time, showing the current highest offer and the countdown simultaneously. No polling, no refreshing: the UI updates live. That real-time loop is what turns a routine asset sale into something the server actually talks about.
On a busy server, an always-loaded vehicle lot is an entity problem. Vehicles that exist as entities in the world consume server slots and client render budget regardless of whether anyone is near them. This script handles that by spawning lot vehicles dynamically only when a player approaches a predefined lot location and despawning them when they leave. The lot holds many listings without adding permanent entity pressure — which matters on servers already near entity limits from traffic, peds, and player vehicles.
The listing UI surfaces the full mod spec: engine tier, transmission, suspension tune, brake upgrade, turbo state. Plate, price, and listing expiry are all visible in the same view. On servers where players spend real grinding hours on their vehicle builds, this matters for trust. A buyer knows exactly what they're bidding on before committing — not a description written by the seller in a Discord post.
All transaction logic runs through server-side callbacks with validation events — bids and purchases are verified before any ownership transfer or currency movement happens. The configurable eligibility check hooks let server owners gate who can list or bid: job restrictions, criminal record checks, or custom conditions tied to existing server systems. Nothing client-authoritative handles money or vehicle ownership.
resources directory.ensure line for it in server.cfg, below your framework core.Use the documentation included with the download as the final authority. This plan helps you prepare a rollback, install in the right order, and verify the resource before it reaches players.
Open the supplied documentation before moving files or changing the database. Build the install order from the package, not from assumptions.
Ready when Every dependency and required file has a place in your install plan.
Prepare the server so the change can be reversed cleanly if the resource conflicts with your current stack.
Ready when You can restore the previous database, files, and configuration.
Apply only the changes supplied for this resource, keeping dependency and startup order intact.
Ready when The resource starts without missing files, exports, tables, or dependencies.
Restart the test server, watch both server and client consoles, and exercise the resource before opening it to players.
Complete when The intended flow works twice with no new console errors.
Vehicle Selling and Auction System
Contact support
Reviews are moderated before appearing. Purchased the product? Your review gets a VERIFIED badge automatically.
Vehicle Selling and Auction System is a FiveM resource for esx, qbcore, qbox servers. Review the product details, requirements, and compatibility notes before ordering.
Use the included files and documentation as the source of truth for installation, configuration, dependencies, and any stated performance information.