# "Use" Permissions

{% hint style="info" %}
Please make sure to read everything on this page! Permissions for shooting missiles or dropping bombs are on this page too!
{% endhint %}

{% hint style="warning" %}
We can help you understand these permissions better on our discord, but we can't explain how a permissions plugin (eg: LuckPerms) works. For that, please watch a tutorial or read the wiki for your permissions plugin.
{% endhint %}

***

## <mark style="color:orange;">Usage Permissions</mark>

Every vehicle type has its own permission node. These permissions are needed so players can buy and ride each vehicle. By default these permissions are: `<Vehicles>.type.<type>`. You can find a list of all default permissions below:&#x20;

| <p><mark style="color:orange;"><strong>Group Permission</strong></mark><br>This permission includes all on the right. That means, if you want to allow all types from one category, you simply need to add this column.</p> | <p><mark style="color:orange;"><strong>Type Permissions</strong></mark><br>These permissions are for each individual subtype. Use these if you want to only allow the use of a single type/color.</p> |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Bikes.type.*`                                                                                                                                                                                                              | <p><code>Bikes.type.BLACK</code></p><p><code>Bikes.type.ORANGE</code></p><p><code>Bikes.type.RED</code></p>                                                                                           |
| `Cars.type.*`                                                                                                                                                                                                               | <p><code>Cars.type.BLACK</code></p><p><code>Cars.type.YELLOW</code></p><p><code>Cars.type.MAGENTA</code></p>                                                                                          |
| `Trains.type.*`                                                                                                                                                                                                             | <p><code>Trains.type.T1</code></p><p><code>Trains.type.T2</code></p><p><code>Trains.type.T3</code></p>                                                                                                |
| `Rafts.type.*`                                                                                                                                                                                                              | <p><code>Rafts.type.OLD</code></p><p><code>Rafts.type.NETHER</code></p><p><code>Rafts.type.PIRATE</code></p>                                                                                          |
| `Planes.type.*`                                                                                                                                                                                                             | <p><code>Planes.type.P1</code></p><p><code>Planes.type.P2</code></p><p><code>Planes.type.P3</code></p>                                                                                                |
| `Parachutes.type.*`                                                                                                                                                                                                         | <p><code>Parachutes.type.PC1</code></p><p><code>Parachutes.type.PC2</code></p><p><code>Parachutes.type.PC3</code></p>                                                                                 |
| `Tanks.type.*`                                                                                                                                                                                                              | <p><code>Tanks.type.T1</code></p><p><code>Tanks.type.T2</code></p><p><code>Tanks.type.T3</code></p>                                                                                                   |
| `Helicopters.type.*`                                                                                                                                                                                                        | <p><code>Helicopters.type.H1</code></p><p><code>Helicopters.type.H2</code></p><p><code>Helicopters.type.H3</code></p>                                                                                 |
| `Submarines.type.*`                                                                                                                                                                                                         | <p><code>Submarines.type.S1</code></p><p><code>Submarines.type.S2</code></p><p><code>Submarines.type.S3</code></p>                                                                                    |
| `Brooms.type.*`                                                                                                                                                                                                             | <p><code>Brooms.type.B1</code></p><p><code>Brooms.type.B2</code></p><p><code>Brooms.type.B3</code></p>                                                                                                |
| `HoverBikes.type.*`                                                                                                                                                                                                         | <p><code>Hoverbikes.type.HB1</code></p><p><code>Hoverbikes.type.HB2</code></p><p><code>Hoverbikes.type.HB3</code></p>                                                                                 |
| `Drills.type.*`                                                                                                                                                                                                             | <p><code>Drills.type.D1</code></p><p><code>Drills.type.D2</code></p><p><code>Drills.type.D3</code></p>                                                                                                |
| `RacingCars.type.*`                                                                                                                                                                                                         | <p><code>RacingCars.type.YELLOW</code></p><p><code>RacingCars.type.PURPLE</code></p><p><code>RacingCars.type.RED</code></p>                                                                           |
| `SportBikes.type.*`                                                                                                                                                                                                         | <p><code>SportBikes.type.SB1</code></p><p><code>SportBikes.type.SB2</code></p><p><code>SportBikes.type.SB3</code></p>                                                                                 |
| `Tractors.type.*`                                                                                                                                                                                                           | <p><code>Tractors.type.YELLOW</code></p><p><code>Tractors.type.RED</code></p><p><code>Tractors.type.GREEN</code></p>                                                                                  |
| `Mechas.type.*`                                                                                                                                                                                                             | <p><code>Mechas.type.MKI</code></p><p><code>Mechas.type.MKII</code></p><p><code>Mechas.type.MKV</code></p>                                                                                            |

***

## <mark style="color:orange;">Firing missiles and bombs</mark>

| Permission               | Description                                                      |
| ------------------------ | ---------------------------------------------------------------- |
| `Tank.fireMissile`       | <p>Lets the player shoot fire</p><p>charges from their tank.</p> |
| `Helicopter.fireMissile` | <p>Lets the player drop tnt</p><p>from their helicopter.</p>     |
| `Planes.throwBombs`      | <p>Lets the player drop tnt</p><p>from their plane.</p>          |

{% hint style="info" %}
Mechas do not need additional permissions to shoot/hook.
{% endhint %}

***

## <mark style="color:orange;">Editing "Use Permissions"</mark>

{% hint style="danger" %}
Ignore this if you don't want to edit any of the permissions, or if you are a beginner with permissions! This will only confuse you!
{% endhint %}

You are able to edit these permissions in the `config.yml`, if you want to. If you don't want to edit them, you do not need to change anything in the config! To find out where you can change them, please check out the [<mark style="color:orange;">vehicle settings</mark>](https://docs.vehiclesplugin.com/configuration/vehicle-settings#vehicle-settings).
