Skip to content

Adding your own custom reactions

Example

social allows server owners to create custom reactions through a simple configuration. Each reaction can include a texture, sound, and trigger words.

reactions.yml
  reactions:
  # ...
  - name: SURPRISED
    texture: https://textures.minecraft.net/texture/9d2920406b136385d2ce35d64f0183ea74ff268368cdf3d02031c06de37c434
    sound: block.note_block.bass
    particle: 'minecraft:block.note_block.bell'
    triggerWords:
    - :o
    - :0

This configuration adds a SURPRISED reaction, which triggers when a player writes ':0' or ':o' in chat.

  • name: Unique identifier for the reaction.
  • texture: URL pointing to the skin image used for the reaction.
  • sound: Optional sound to play when the reaction is triggered.
  • particle: Optional particle to display when the reaction is triggered.
  • triggerWords: List of words that automatically trigger this reaction in chat.

Note

This reaction can also be triggered with command /reaction server SURPRISED

Getting a skin's URL

Most popular skin/heads websites provide an URL with the skin. Examples include:

minecraftskins.com
minecraftskins.com
mcheads.ru
mcheads.ru
minecraft-heads.com
minecraft-heads.com