> For the complete documentation index, see [llms.txt](https://icestonkss-organization.gitbook.io/sumoplugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icestonkss-organization.gitbook.io/sumoplugin/plugin/sumo/skript-implementations/effects.md).

# Effects

Her er listen af alle effects

## Start Sumo

Starter et sumo event

{% tabs %}
{% tab title="Expression" %}

> ```java
> start sumo
> ```

{% endtab %}

{% tab title="Example" %}

```javascript
on command /test:
    trigger:
        start sumo
        send "Startede sumo"
```

{% endtab %}
{% endtabs %}
