> For the complete documentation index, see [llms.txt](https://tanitim.nourseproject.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tanitim.nourseproject.com/nmtp/action.md).

# Action

**Yeni bir taş oluştururken eklenti içindeki action türlerini kullanabilirsiniz.**

**5 tane action türü vardır:**

```yaml
type: msg value 'mesaj' -> Oyuncuya value değerindeki mesajı gönderebilirsiniz.
type: damage value 0.5 -> Oyuncuya value değerindeki hasarı verdirebilirsiniz.
type: cmdplayer value 'spawn' -> Oyuncuya value değerindeki komutu kullandırabilirsiniz.
type: cmdconsole value 'spawn' -> Konsola value değerindeki komutu kullandırabilirsiniz.
type: explosion value 0.15f -> Metin taşında value değerindeki bir patlama oluşturabilirsiniz.
type: STOP ACTION value null -> O actiondan sonra diğer actionlara geçmez, döngüyü durdurur.
```
