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:
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.
triggerWords: Words that will automatically trigger this reaction when written in the chat.
Getting a skin's URL
Most popular skin/heads websites provide an URL with the skin. Here's a few examples:



Last updated