Message

Description

Sends a chat message to the target, if the target is a player. Color codes and variables are useable in this mechanic.

  • Allows hex colors in the format <#FFFFFF>
  • Supports gradients in the format <gradient:#color1:#color2>text</gradient>
  • Supports <rainbow>text</rainbow>
  • Supports hover text in the format <hover:show_text:'hover text??'>hover over me!</hover>
  • Supports clickable text in the format <click:run_command:/say hello>click me!</click>

Attributes

Attribute Aliases Description Default
message msg,m The message to send None
audience the audience of the message

Examples

   Skills:
   - message{m="<caster.name>&f<&co> Hahaha! You will all die!"} @PlayersInRadius{r=30}

Aliases

  • m
  • msg
Updated Aug 19, 2026