> For the complete documentation index, see [llms.txt](https://docs.mythmc.ovh/social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mythmc.ovh/social/administration/making-your-own-custom-reactions.md).

# Making your own custom reactions

**social** allows server owners to easily make their own custom reactions through a simple straightforward configuration field. Let's have a look at this example:

```yaml
  reactions:
  ...
  - name: SURPRISED
    texture: https://textures.minecraft.net/texture/9d2920406b136385d2ce35d64f0183ea74ff268368cdf3d02031c06de37c434
    sound: BLOCK_NOTE_BLOCK_BASS
    triggerWords:
    - :o
    - :0
```

This configuration adds a susprised reaction that will be triggered when a player writes ':0' or ':o' in chat.

* **name**: Name of this reaction. Must be unique.
* **texture**: URL to get the skin's image from.
* **sound**: Sound that will be played when triggering this reaction. Full list [here](https://jd.papermc.io/paper/1.21.3/org/bukkit/Sound.html).
* **triggerWords**: Words that will automatically trigger this reaction when written in the chat.

{% hint style="info" %}
This reaction can also be triggered with command `/reaction server SURPRISED`.
{% endhint %}

## Getting a skin's URL

Most popular skin/heads websites provide an URL with the skin. Here's a few examples:

<figure><img src="https://4118553225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhIuZYDEHzi3qCMdABwKd%2Fuploads%2FY2YyAuI0W0oONZFZuYIq%2FScreenshot%202024-11-15%20at%2018.42.54.png?alt=media&amp;token=58a20307-a8c7-4e78-8b6b-54d7a62e96dd" alt=""><figcaption><p>minecraftskins.com</p></figcaption></figure>

<figure><img src="https://4118553225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhIuZYDEHzi3qCMdABwKd%2Fuploads%2FzeraEcmtWXsVtFNmztEK%2FScreenshot%202024-11-15%20at%2018.45.28.png?alt=media&amp;token=4afb2c88-7d4a-4847-9175-f6b66dcc7e57" alt=""><figcaption><p>mcheads.ru</p></figcaption></figure>

<figure><img src="https://4118553225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhIuZYDEHzi3qCMdABwKd%2Fuploads%2F6huGgxfiEp0cbVRG145A%2FScreenshot%202024-11-15%20at%2018.49.26.png?alt=media&amp;token=a3adb645-773f-4711-a6a2-da5748d74311" alt=""><figcaption><p>minecraft-heads.com</p></figcaption></figure>
