> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/custom-plates-with-flipper/commands.md).

# Commands

### `/rm_flipper_toggle`

Toggles the plate flipper on the vehicle the player is currently driving. Default keybind: **G**.

The flipper must already be installed on the vehicle and the player must be in the driver seat. A 2-second cooldown prevents spam. Plays the flip animation and sound, then attaches the alternate plate.

**Parameters** — none.

**Permission** — open to all players. Validated server-side (ownership check if enabled in `cfg.script.requireOwnership`).

**Example**

```
/rm_flipper_toggle
```

Or simply press **G** while sitting in the driver seat of a flipper-equipped vehicle.

***

### Developer Commands

These commands are registered only when `cfg.debug = true` in `cfg.lua`. Keep them off in production.&#x20;

#### `/fake_plate`

Opens the paint editor for a `rectangle_l` plate on the nearest vehicle, bypassing the item check on the client side. The server still validates ownership and item possession before applying.

**Parameters** — none.

**Example**

```
/fake_plate
```

***

#### `/plate_remover`

Triggers the plate remover flow on the nearest vehicle.

**Parameters** — none.

**Example**

```
/plate_remover
```

***

#### `/plate_flipper`

Triggers the flipper install flow (size/type selection, gizmo placement, editor) on the nearest vehicle, bypassing the item check on the client side.

**Parameters** — none.

**Example**

```
/plate_flipper
```
