# Changelog

Version history and updates for the Multiplayer Garbage Job.

***

## Current Version: 2.06

{% hint style="success" %}
You are using the latest version of Multiplayer Garbage Job.
{% endhint %}

***

## Update Instructions

### Automatic Updates

Scripts purchased through Cfx.re automatically receive updates:

1. Go to [portal.cfx.re](https://portal.cfx.re)
2. Navigate to **Granted Assets**
3. Find **tw-garbagev2**
4. Click **Download** to get the latest version

### Manual Update Process

1. **Backup your current files**
   * Save your `config/config.lua`
   * Save your `config/coordinate.lua` (if modified)
2. **Download the new version**
3. **Extract and replace files**
   * Replace all files except your config files
   * Or compare and merge changes carefully
4. **Check for new config options**
   * Compare your config with the new default
   * Add any new settings that were added
5. **Restart your server**

{% hint style="warning" %}
**Important:** Always backup your configuration files before updating! New versions may add new config options that need to be added to your existing config.
{% endhint %}

***

## Reporting Issues

Found a bug or have a suggestion?

{% hint style="info" %}
Join our [Discord server](https://discord.gg/tworst) and open a support ticket with:

* Current script version
* Detailed description of the issue
* Steps to reproduce
* Server console errors (if any)
* Screenshots or videos (if applicable)
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.tworst.com/scripts/garbage-job/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
