AmazingTitles Core 2.0
  • ๐Ÿ’กWelcome
  • ๐Ÿ“œPlugin Details
  • ๐ŸงFunctions
    • Plugin Functions
    • Sending Animations
    • Sending Notifications
    • Sending Interactive Messages
    • HEX & Gradient colors
  • ๐ŸงจAnimations
    • NONE
    • PULSING
    • RAINBOW
    • SPLIT
    • WAVES
    • WORDS_SPLIT
    • BOUNCE
    • FADE_IN
    • FADE_IN_WRITER
    • FLASHING
    • FLASHING_SYMBOL_WRAP
    • FROM_BOTH_SIDES
    • FROM_RIGHT
    • FROM_LEFT
  • ๐Ÿ”Integrations
    • CMI Integration
  • ๐ŸŽƒExtensions
    • In Development ...
  • Plugin's API
    • Creating AmazingExtension
    • Creating Custom Animations
    • Creating Custom SubCommand
    • Other API stuff
Powered by GitBook
On this page
  • Creating raw message
  • Command example
  1. Functions

Sending Interactive Messages

Every command in this module begins with /at sendMessage

All system messages are handled! If you're using version below 1.16, plugin will automatically send you prepared legacy message with the same text!

Creating raw message

If you want to send message with click or hover event. Wrap your text into format! Also you can include RGB and Gradient colors into wrapped text! HoverFormat: <HOVER=Text>Text</> ClickFormat: <SUGGEST_COMMAND=/command>Click!</> Both: <HOVER=Text,SUGGEST_COMMAND=/command>Click!</>

Command example

/at sendMessage all <HOVER=Click to say hello...,SUGGEST_COMMAND=Hello!>&eWelcome here!</>

Before asking question, try to use CTRL+F5. This wiki is constantly updated!

PreviousSending NotificationsNextHEX & Gradient colors

Last updated 1 year ago

๐Ÿง