> ## Documentation Index
> Fetch the complete documentation index at: https://coolcars.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> Full list of commands for managing vehicles, fuel, and repairs.

In CoolCars, commands are divided into several categories for ease of management. Most commands require administrator (OP) permissions.

## Vehicle Management (`/car`)

The primary command for working with vehicles.

| Command                         | Description                                | Access       |
| :------------------------------ | :----------------------------------------- | :----------- |
| `/car spawn <model>`            | Spawn a vehicle of the specified model.    | Player/Admin |
| `/car list`                     | Show a list of all your vehicles.          | Player       |
| `/car remove <uuid>`            | Remove a vehicle by its unique ID.         | Owner/Admin  |
| `/car info <uuid>`              | Show detailed information about a vehicle. | Admin        |
| `/car tp <uuid> <player>`       | Teleport a vehicle to a player.            | Admin        |
| `/car reload`                   | Reload all configuration files.            | Admin        |
| `/car repairhitbox <on\|off>`   | Toggle damage zone visualization.          | Admin        |
| `/car key give <player> <uuid>` | Give a key for a specific vehicle.         | Admin        |

***

## Fuel and Repair

Commands for issuing and configuring consumables.

### Fuel (`/fuel`)

* `/fuel give [liters]` — Give a canister with the specified amount of liters.
* `/fuel set <liters>` — Set the amount of fuel in the canister you are holding.

### Repair (`/repair`)

* `/repair give [units]` — Give a repair kit with the specified amount of units.
* `/repair set <units>` — Set the amount of units in the repair kit in your hand.

***

## Heal Command (`/car heal`)

Allows instantly restoring the health of a vehicle or its individual parts.

**Syntax:** `/car heal <uuid> <target> <amount|full>`

**Available Targets (`<target>`):**

* `car` — Core health.
* `front` — Front part.
* `rear` — Rear part.
* `wheels` — All wheels at once.
* `wheel_fl`, `wheel_fr`, `wheel_rl`, `wheel_rr` — Specific wheel.
* `all` — Repair everything to maximum.

***

## Language and Localization (`/lang`)

* `/lang` — View current language.
* `/lang set <en|ru>` — Change personal interface language.
* `/lang auto` — Enable automatic language detection.
* `/lang server <en|ru>` — Set default server language (for admins).
