Kompatibilität
- Frameworks
- QBCore, ESX, Standalone
- Spielmodus
- FiveM

Free download (ad supported)
Free downloads are supported by a brief ad page (Linkvertise) to keep this service running.
Produktionsserver?
Entdecke bezahlte Scripts mit Sofortlieferung, Support-Signalen und ohne Werbeschritt.
**Yoda Tasks - Modern Task UI System for FiveM**
## Transform Your Job Scripts with a Sleek Task Interface
Give your FiveM job systems a professional, modern interface that players will actually enjoy using. Yoda Tasks is a free, standalone task UI system that makes managing jobs, objectives, and missions more intuitive and visually appealing. Whether you're running delivery jobs, collection tasks, or multi-step missions, this script provides a clean, organized way to display progress and objectives.
Unlike cluttered, text-heavy interfaces that overwhelm players, Yoda Tasks uses a minimal design philosophy. Players see exactly what they need - current task, progress, and next steps - without distracting elements. The smooth animations and responsive design make it feel polished and professional, elevating your server's overall quality.
### What Makes Yoda Tasks Different?
This isn't just another notification system. Yoda Tasks is specifically designed for job-based gameplay, providing persistent task tracking that stays visible while players work. The system supports both simple single-task displays and complex multi-objective missions, adapting to whatever your job scripts require.
The UI is built with customization in mind. Server owners can adjust colors to match their branding, modify positioning to fit their HUD layout, and configure display styles to suit different job types. Everything is controlled through a straightforward config file - no coding expertise required for basic customization.
### Key Features
- **Clean, Modern Interface** - Minimalist design that doesn't clutter the screen or distract from gameplay
- **Fully Customizable Colors** - Adjust gradient colors and borders to match your server theme
- **Standalone Framework** - Works with ESX, QBCore, QBOX, VRP, or any custom framework
- **Simple Setup Process** - Install in minutes with clear documentation
- **Multiple Display Modes** - Choose between simple (title/message) or detailed (title/task/amount/icon) views
- **Progress Tracking** - Visual progress indicators for collection and delivery tasks
- **Smooth Animations** - Polished transitions when tasks update or complete
- **Icon Support** - Display custom icons for different task types
- **Performance Optimized** - Lightweight UI with minimal resource usage (0.00-0.01ms)
- **Responsive Design** - Adapts to different screen resolutions and aspect ratios
- **Easy Integration** - Simple exports for triggering task displays from any script
- **Active Development** - Regular updates from Yoda Things development team
### Perfect For
- Delivery job scripts (package delivery, food delivery, postal service)
- Collection tasks (garbage collection, farming, mining, fishing)
- Multi-step missions (heists, investigations, tutorial sequences)
- Crafting systems (showing required materials and progress)
- Achievement tracking (displaying objectives and completion status)
- Quest systems (RPG-style objective tracking)
- Any job that needs clear, persistent task display
### Compatibility
Yoda Tasks is built as a **standalone** resource, meaning it works independently of specific frameworks. This universal compatibility is one of its biggest strengths:
- ✅ **ESX** - Fully compatible with all ESX versions and job scripts
- ✅ **QBCore** - Works seamlessly with QBCore framework and jobs
- ✅ **QBOX** - Supports QBOX implementations
- ✅ **VRP** - Compatible with VRP-based servers
- ✅ **Custom Frameworks** - Easy to integrate with any custom framework
- ✅ **No Dependencies** - Doesn't require specific libraries or frameworks
### Installation Guide
Step 1: Download the Resource
Click the download link below to get the latest version from GitHub. Extract the ZIP file to access the resource folder.
Step 2: Install to Your Server
Copy the `yoda-tasks` folder to your server's resources directory (usually `server-data/resources/`). Make sure all files are present in the folder.
Step 3: Add to server.cfg
Open your `server.cfg` file and add this line:
```
ensure yoda-tasks
```
Step 4: Configure Settings (Optional)
Open the `config.lua` file to customize colors, positioning, and display options. The default settings work great, but customization options include:
- Gradient color values (primary and secondary colors)
- Border color and thickness
- UI position on screen
- Animation speed and style
- Display mode (simple or detailed)
Step 5: Restart Your Server
Restart your FiveM server to load the new resource. You can verify it loaded by checking the server console for any errors.
Step 6: Integrate with Job Scripts
Use the provided exports to trigger task displays from your existing job scripts. Basic usage example:
```
exports['yoda-tasks']:ShowTask({
title = "Delivery Job",
task = "Deliver package to Vinewood",
amount = "3/10",
icon = "fa-box"
})
```
### Integration Examples
Here's how to integrate Yoda Tasks with common job types:
Delivery Jobs
```
-- Show delivery task
exports['yoda-tasks']:ShowTask({
title = "Package Delivery",
task = "Drop off at marked location",
amount = deliveriesComplete .. "/" .. totalDeliveries,
icon = "fa-truck"
})
```
Collection Tasks
```
-- Show garbage collection progress
exports['yoda-tasks']:ShowTask({
title = "Garbage Collection",
task = "Collect from marked bins",
amount = binsCollected .. "/15",
icon = "fa-trash"
})
```
Simple Message
```
-- Show simple task without progress
exports['yoda-tasks']:ShowTask({
title = "Welcome",
message = "Check your map for the next objective"
})
```
### Common Issues & Solutions
Issue: UI not appearing on screen
**Solution:** Check F8 console for errors. Verify the resource is started (type `ensure yoda-tasks` in server console). Make sure you're using the correct export syntax. Try restarting the resource with `restart yoda-tasks`.
Issue: Colors not changing after config edit
**Solution:** After editing config.lua, you must restart the resource completely. Use `restart yoda-tasks` in the server console. Clear your FiveM cache if changes still don't appear.
Issue: UI position conflicts with other HUD elements
**Solution:** Adjust the position settings in config.lua. You can move the task UI to different corners or sides of the screen to avoid overlapping with other interfaces.
Issue: Icons not displaying
**Solution:** Yoda Tasks uses Font Awesome icons. Make sure you're using valid Font Awesome 5 icon names (e.g., "fa-box", "fa-truck"). Check the Font Awesome documentation for available icons.
### Customization Tips
- **Match Your Server Theme:** Use your server's brand colors in the gradient settings for a cohesive look
- **Icon Library:** Browse Font Awesome for hundreds of free icons to represent different task types
- **Position Testing:** Test different positions with various screen resolutions to ensure visibility
- **Animation Speed:** Adjust animation timing to match your server's overall UI feel
- **Contrast:** Ensure text is readable against your chosen background colors
### FAQ
Q: Does this work with my existing job scripts?
A: Yes! Yoda Tasks integrates with any job script using simple exports. You just need to add the export calls where you want tasks to display.
Q: Can I have multiple tasks showing simultaneously?
A: The current version shows one task at a time (the most recent). For multiple concurrent tasks, you'd need to modify the script or check for updates from Yoda Things.
Q: Is this script still being updated?
A: Yes, Yoda Things actively maintains their [free resources](/free-mods/fivem) on GitHub. Check the repository for the latest updates and new features.
Q: How do I hide/remove the task UI?
A: Use the hide export: `exports['yoda-tasks']:HideTask()` to remove the UI when tasks complete or are canceled.
Q: Does this work on all screen resolutions?
A: Yes, the responsive design adapts to different resolutions. Test on your target resolutions to ensure optimal placement.
Q: Can I use this commercially on my server?
A: Yes, this is a free resource available for use on any FiveM server, including commercial ones. Check the license in the GitHub repository for specific terms.
### Get It Now
Ready to upgrade your job system UI? Download Yoda Tasks and give your players a modern, polished task tracking experience.
[Download Yoda Tasks System](https://github.com/Yoda-Things/yoda-tasks)
### Related Resources
- Explore other Yoda Things free resources - notification systems, clipboards, and more
- Check out free FiveM job scripts that pair perfectly with task UI systems
- Browse our tutorials for guides on integrating UI systems with your scripts
**Support Note:** For issues, features requests, or questions, visit the Yoda Things GitHub repository or join their Discord community. The development team is active and responsive to community feedback.
### Related Premium Job Scripts on FiveMX
- [CodeM JobSelector](/shop/codem-jobselector)
- [[ESX] Bus Job Advanced](/shop/esx-bus-job-advanced)
- [Woodcutter job](/shop/woodcutter-job)
- [[ESX] Advanced Gardener Job](/shop/esx-advanced-gardener-job)
### Need More Job Scripts?
Check out our curated collection of FiveM job scripts on [FiveMX](/fivem-job-scripts) — ready-to-install resources for ESX, QBCore & QBOX with instant download.
---
### Related Articles
- [3 Maps for Builder Job - Free FiveM Job Scripts](/blog/3-maps-for-builder-job)
- [Animals/Pets Job (Free) - Free FiveM Job Scripts](/blog/animals-pets-job)
- [Basic HUD for QBCore - Free FiveM Job Scripts](/blog/basic-hud-for-qbcore)
Explore our [premium FiveM mods](/shop) and [free mods collection](/free-mods/fivem) for ready-to-use resources.
Premium Alternative
Hol dir Premium-Scripts mit dediziertem Support, lebenslangen Updates und Ein-Klick-Installation.
Schnelle Antworten basierend auf den veröffentlichten Informationen zu Yoda Tasks - Task UI System.
Noch eine Frage? Prüfe die Mod-Beschreibung oben für weitere Details.
Erfahre mehr über die Einrichtung, Konfiguration und Nutzung dieses Produkttyps.
Entdecke weitere Ressourcen für deinen FiveM oder GTA 5 Server.
Kostenlose Mods sind ein guter Start. Wenn dein Server mehr Support, sauberere Installation und staerkere Premium-Systeme braucht, wechsle in die Hubs unten.
Framework hub
Move from free QBCore resources into verified paid systems with support, updates, and cleaner install paths.
Open QBCore hubPremium catalog
See paid scripts, framework labels, bundles, and install-ready products once the free version no longer covers your server needs.
Open premium shopMoney page
Add police, mechanic, gang, and economy systems around this mod with stronger commercial scripts.
See job scriptsLaunch faster
Bundles shorten setup time by grouping the highest-leverage systems into one commercial starting point.
Geschrieben vom FiveMX Redaktionsteam basierend auf dem aktuellen CitizenFX-Artefakt und jedem unterstützten Framework — nicht kopiert vom ursprünglichen Post.
resources/[qb]/yoda-tasks-task-ui-system auf deinem Server. Behalte den Ordnernamen bei — die meisten Manifests referenzieren ihn direkt.*.sql), importiere sie in deine FiveM-Datenbank — FiveMX-Testserver nutzen oxmysql mit MariaDB 10.6.ensure yoda-tasks-task-ui-system in deine server.cfg ein, nach der qb-core ensure-Zeile.config.lua mitliefert, öffne sie vor dem ersten Start und gleiche Job-Namen, Inventar-Items und Locale mit deinem eigenen qb-core Setup ab — sonst greifen die Ziele nicht.ensure yoda-tasks-task-ui-system in der Live-Konsole aus, um zu bestätigen dass der Mod ohne rote Fehler lädt. Bei einem Abhängigkeitsfehler braucht der Mod wahrscheinlich oder — installiere diese zuerst und versuche es erneut.resources/[esx]/yoda-tasks-task-ui-system auf deinem Server. Behalte den Ordnernamen bei — die meisten Manifests referenzieren ihn direkt.*.sql), importiere sie in deine FiveM-Datenbank — FiveMX-Testserver nutzen oxmysql mit MariaDB 10.6.ensure yoda-tasks-task-ui-system in deine server.cfg ein, nach es_extended.TriggerEvent("esx:getSharedObject") Aufruf verwendet — ältere Versionen brauchen einen Einzeiler-Patch auf ESX = exports["es_extended"]:getSharedObject().ensure yoda-tasks-task-ui-system in der Live-Konsole aus, um zu bestätigen dass der Mod ohne rote Fehler lädt. Bei einem Abhängigkeitsfehler braucht der Mod wahrscheinlich oder — installiere diese zuerst und versuche es erneut.resources/[standalone]/yoda-tasks-task-ui-system auf deinem Server. Behalte den Ordnernamen bei — die meisten Manifests referenzieren ihn direkt.ensure yoda-tasks-task-ui-system in deine server.cfg ein.ensure yoda-tasks-task-ui-system in der Live-Konsole aus, um zu bestätigen dass der Mod ohne rote Fehler lädt. Bei einem Abhängigkeitsfehler braucht der Mod wahrscheinlich ox_lib oder ox_inventory — installiere diese zuerst und versuche es erneut.Weitere beliebte kostenlose Mods, die für deinen Server nützlich sein könnten.
ox_libox_inventoryox_libox_inventoryDer Download bleibt kostenlos. Vergleiche trotzdem produktionsreife Scripts und Server-Packs, bevor diese Ressource Teil eines Live-Roleplay-Stacks wird.

Premium FiveM vehicle HUD with speed, gear, mileage tracking, and steering wheel controls for ESX and QBCore servers.
6,99 $
Produkt ansehen
This mod will make the streets european (German Roads)! Hand-crafted mod, for your server. With the Roads mod, you'll experience an authentic European feel with every step you take. Hand-crafted with precision and attention to detail, this mod is designed to give your server a unique touch
4,49 $
Produkt ansehen
FiveM Anticheat script/mod | OPTIMIZED and perfect for ESX detects modders and ban them instantly. Many server owners struggle because of cheaters, modders and hackers. There are a couple of hacks and mod menus for FiveM and money hacks for ESX framework. ? Hackers are quite annoying but the
21,99 $
Produkt ansehen
The #1 FiveM Jobs Creator Script - that allows server administrators to easily create generic jobs with many customizable interaction points.
22,99 $
Produkt ansehen