# Interactions

Using "Interactions" you can modify what is gonna happen on defined interaction types. For example when you left click the crate, it shows up preview, right click opens the crate & so on...

```yaml
interaction:
  RIGHT: # Click type
    type: "open-crate" # Action type
  SHIFT_RIGHT:
    type: "open-crate-instant"
  LEFT:
    type: "preview-crate"
  SHIFT_LEFT:
    type: "destroy-crate" # Only players with "aquaticcrates.admin" can really break it
```

### Interaction Types

* LEFT
* SHIFT\_LEFT
* RIGHT
* SHIFT\_RIGHT

### Action Types

* open-crate
* open-crate-instant
* preview-crate
* destroy-crate
* execute-actions&#x20;

  Arguments:

  * actions: List of actions ([Check all actions here](https://mrlarkyy.gitbook.io/aquaticcrates-v3/configuring/rewards/actions))
