Yoda Things Documentation
  • 💚Yoda Things Documentation
  • INFORMATION
    • 📃Discord Roles
    • 📀Assets Updates
    • ✅Ensure/Start Order
  • PAID RESOURCES
    • 🗑ïļAdvanced Garbage Job
      • 🧰Installation
      • ⚙ïļConfiguration
    • 🚚PostOP Deliveries
      • 🧰Installation
      • ⚙ïļConfiguration
    • 📋Reputation System
      • 🧰Installation
      • ⚙ïļConfiguration
        • ✅Add New Job's
        • 📎Exports
  • FREE RESOURCES
    • 🌐Notify System
    • ðŸ’ĻOxy/Drug Runs
      • 🧰Installation
    • 🗑ïļGarbage Job
      • 🧰Installation
    • ðŸŠĶCemetery Robbery
      • 🧰Installation
      • ⚙ïļConfiguration
Powered by GitBook
On this page
  • Language and Locales
  • Systems and Frameworks
  • Translations

Was this helpful?

  1. PAID RESOURCES
  2. Reputation System

Configuration

In config.lua you have everything you need to change to make the script to your liking

PreviousInstallationNextAdd New Job's

Last updated 5 months ago

Was this helpful?

Language and Locales

At the moment there are only the following language: en

If you have translated it into any other language not available by us, feel free to share it on our

To change the language simply change the config.lua from en to the language you want. All translations are available in the locales folder.

Config.Locale = 'en'

Systems and Frameworks

At the moment we work with QB-CORE , QBX and ESX frameworks. All those frameworks with ox_lib.

To change the framework or system just change it with the options given

Config.UI = 'YODA' -- YODA OR OX
Config.Inventory = 'OX' -- OX OR QB
Config.Notify = 'OX' -- OX OR QB

Translations

In the yoda reputation system, there are two types of translations, one in the config for the custom ui and one in the locales for the ox_lib ui.

Config.yodaui = {
    jobLevel = 'Level',
    xpBadge = 'XP',
    NoRewardsForNextLevel = 'No rewards for next level',
    NoAvatarAvailable = 'No Avatar Available',
    title = 'Work Reputation',
    subtitle = 'See your progress on your jobs',
}
return {
    reputationUi = {
        title = 'Work Reputation',
        level = 'Level',
        XP = 'XP',
        NEXTLEVELREWARD = 'Next level reward',
        NoRewardsForNextLevel = 'No rewards for next level',
    }
}
📋
⚙ïļ
discord