> For the complete documentation index, see [llms.txt](https://docs.tworst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tworst.com/getting-started-installation/scripts/lite-jobs-pack/changelog/v1.2.1.md).

# v1.2.1

## New: TMC Framework Support

* Full **TMC (The Migration Core)** framework integration — client, server, utility bridge
* Player load/unload/spawn events, job system, money, inventory, identifier
* `GetCore`, `SetFrameworkJob`, `AddMoney`/`RemoveMoney`, vehicle keys all TMC-aware

## New: UI Theme System

* `Config.UITheme` — accent, success, error, warning colors configurable from `config.lua`
* CSS migrated from hardcoded hex values to CSS variables
* Runtime theme application via NUI message

## New: Swedish Locale

* `sv.json` added to all locale directories
* Available in in-game language selector

## Fixes

* Hunting: ox\_inventory weapon duplication exploit fixed (`canDrop` + `canMoveItem` hooks)
* `AddMoney`/`RemoveMoney`: `reason` parameter added for transaction logging
* Job Editor: `devModeRequired`/`devModeHint` locale keys added to all 10 languages

## Changed Files

* **Shared:** `GetCore.lua`, `config.lua`
* **Server:** `server.lua`, `utility.lua`, `jobs/hunting.lua`
* **Client:** `utility.lua`
* **NUI:** `app.js`, `main.css`, `index.html`, `mock.js`
* **Locales:** de, es, fr, hu, ja, nl, pt, ru + new **sv**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tworst.com/getting-started-installation/scripts/lite-jobs-pack/changelog/v1.2.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
