🎭Message format

Available formats to send message.

Can be merged into one message and send in multiple places in the same time.

Available colors format:

Example:

  • <chat><#D5BC0E>[Vip] {player} <#911A3E>join on the server!</chat> <bossbar:4><RAINBOW:35>Bossbar message</RAINBOW></bossbar><title:4:1:1><GRADIENT:D5BC0E>Title message|subtitle message</GRADIENT:911A3E></title> <toast:book:task><#ff053b>Get archivement</toast>

Components:

To made component you need put in message:

<component><text>Message to send</text></component>

Example:

<component><text>Part message of component</text><hover>Hover message</hover><append> second part of message</append><hover>Second hover</hover></component>

Available options:

  • <text>Message</text> - In this include message

  • <hover>Text hover</hover> - Include text that will be show after hover on text

  • <permission>example.permission</permission> - Required permission ti view component

  • <replace>text|replaced text</replace> - Replace text

  • <onClick>Action|execute string</onClick> - Execute specific action. Available action: INSERT - Insert text into the chat component are clicked while pressing the shift key. RUN_COMMAND - Execute specific command SUGGEST_COMMAND - Suggest text on chat OPEN_URL - Open URL site

  • <append>Message</append> - Create a new part of component, after that you can put again options above

Component can be used only on chat message

Last updated