# Disabling punishments

{% hint style="info" %}

### detections-config.yml

If you want to disable some type of punishments temporarily (maybe for testing) you can set this in `detections-config.yml`

```yaml
handlers:
  tp-back: false
  commands: false
  spawn-killaura-bot: false
```

{% endhint %}

{% hint style="info" %}

### other-detections-config.yml

If you want to disable some type of punishments temporarily (maybe for testing) you can set this in `other-detections-config.yml`

```yaml
execute-commands:
  enabled: false
```

{% endhint %}
