# Commands

Complete list of commands available in the Lite Jobs Pack.

***

## Player Commands

Each job has its own set of commands following the naming pattern below:

### Job Reset

Reset your current job progress and return to the job menu.

| Command                   | Job                |
| ------------------------- | ------------------ |
| `/jobresetminer`          | Miner              |
| `/jobresetlumberjack`     | Lumberjack         |
| `/jobresetfarmer`         | Farmer             |
| `/jobresetfruitpicker`    | Fruit Picker       |
| `/jobresetcleaner`        | Cleaner            |
| `/jobresetpowerwash`      | Power Washer       |
| `/jobresetwindowscleaner` | Window Cleaner     |
| `/jobresetcardetailer`    | Car Detailer       |
| `/jobresetscrapyard`      | Scrapyard          |
| `/jobresethunting`        | Hunting            |
| `/jobresetnewspaper`      | Newspaper Delivery |
| `/jobresetcleanup`        | Cleanup Collector  |
| `/jobresettrucker`        | Truck Driver       |
| `/jobresettreasurehunter` | Treasure Hunter    |
| `/jobresetdogwalking`     | Dog Walker         |
| `/jobresetpowerlines`     | Powerlines         |
| `/jobresetdelivery`       | Delivery           |
| `/jobresetwarehouse`      | Warehouse          |
| `/jobresetlandscaping`    | Landscaping        |
| `/jobresetfishing`        | Fishing            |
| `/jobresetdiving`         | Diving             |
| `/jobresetforklift`       | Forklift Operator  |
| `/jobresettiretechnician` | Tire Technician    |

### Job Leave

Leave the current lobby.

| Command                   | Job                |
| ------------------------- | ------------------ |
| `/jobleaveminer`          | Miner              |
| `/jobleavelumberjack`     | Lumberjack         |
| `/jobleavefarmer`         | Farmer             |
| `/jobleavefruitpicker`    | Fruit Picker       |
| `/jobleavecleaner`        | Cleaner            |
| `/jobleavepowerwash`      | Power Washer       |
| `/jobleavewindowscleaner` | Window Cleaner     |
| `/jobleavecardetailer`    | Car Detailer       |
| `/jobleavescrapyard`      | Scrapyard          |
| `/jobleavehunting`        | Hunting            |
| `/jobleavenewspaper`      | Newspaper Delivery |
| `/jobleavecleanup`        | Cleanup Collector  |
| `/jobleavetrucker`        | Truck Driver       |
| `/jobleavetreasurehunter` | Treasure Hunter    |
| `/jobleavedogwalking`     | Dog Walker         |
| `/jobleavepowerlines`     | Powerlines         |
| `/jobleavedelivery`       | Delivery           |
| `/jobleavewarehouse`      | Warehouse          |
| `/jobleavelandscaping`    | Landscaping        |
| `/jobleavefishing`        | Fishing            |
| `/jobleavediving`         | Diving             |
| `/jobleaveforklift`       | Forklift Operator  |
| `/jobleavetiretechnician` | Tire Technician    |

### Tutorial

Open the in-game tutorial for a specific job.

| Command                       | Job                |
| ----------------------------- | ------------------ |
| `/openTutorialminer`          | Miner              |
| `/openTutoriallumberjack`     | Lumberjack         |
| `/openTutorialfarmer`         | Farmer             |
| `/openTutorialfruitpicker`    | Fruit Picker       |
| `/openTutorialcleaner`        | Cleaner            |
| `/openTutorialpowerwash`      | Power Washer       |
| `/openTutorialwindowscleaner` | Window Cleaner     |
| `/openTutorialcardetailer`    | Car Detailer       |
| `/openTutorialscrapyard`      | Scrapyard          |
| `/openTutorialhunting`        | Hunting            |
| `/openTutorialnewspaper`      | Newspaper Delivery |
| `/openTutorialcleanup`        | Cleanup Collector  |
| `/openTutorialtrucker`        | Truck Driver       |
| `/openTutorialtreasurehunter` | Treasure Hunter    |
| `/openTutorialdogwalking`     | Dog Walker         |
| `/openTutorialpowerlines`     | Powerlines         |
| `/openTutorialdelivery`       | Delivery           |
| `/openTutorialwarehouse`      | Warehouse          |
| `/openTutoriallandscaping`    | Landscaping        |
| `/openTutorialfishing`        | Fishing            |
| `/openTutorialdiving`         | Diving             |
| `/openTutorialforklift`       | Forklift Operator  |
| `/openTutorialtiretechnician` | Tire Technician    |

***

## Admin Commands

| Command     | Description                    | Permission                             |
| ----------- | ------------------------------ | -------------------------------------- |
| `/jobadmin` | Open the admin panel dashboard | ACE permission or identifier whitelist |

### Admin Panel Features

The admin panel provides a full UI for managing the Lite Jobs Pack:

* **Dashboard** — Real-time economy statistics, job breakdowns, active lobbies, market prices
* **Player Management** — Search players, view stats, set levels, adjust perk points
* **Economy Editor** — View/edit pay rates, quality tiers, market multipliers per job
* **Job Editor** — Edit NPC locations, vehicle settings, spawn points at runtime
* **Market Control** — Set supply/demand multipliers, reset market prices

{% hint style="info" %}
Admin access is configured via ACE permissions (`Config.AdminPanel.acePermission`) or identifier whitelist (`Config.AdminPanel.identifierWhitelist`). See the [Configuration](/getting-started-installation/scripts/lite-jobs-pack/configuration.md) page for details.
{% endhint %}

***

## Need Help?

{% hint style="info" %}
Having issues with commands? Join our [Discord server](https://discord.gg/tworst) and open a support ticket.
{% 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/getting-started-installation/scripts/lite-jobs-pack/commands.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.
