Skip to content

Advanced Message Format

PQguanfang edited this page Mar 18, 2026 · 1 revision

Advanced Message Format

The default language text is directly filled into the text content that needs to be output, along with color codes. However, you can also utilize this feature to enable the plugin to display not only regular chat box messages, but also actionbars, titles, bossbars, sounds, and more!

You can still use color codes (including MiniMessage) while using our advanced message format.

Common Usage

welcome: 'Welcome to the server!'

Chat Message

welcome: '[message]&aWelcome![/message]'

Title

welcome: '[title=20,60,20]&6Welcome;;&eThis is sub title[/title]'
# Format: [title=fadeIn,Stay,fadeOut]title;;subTitle[/title]

Both Chat Message and Title will be sent

You can mix and match these different message types, just like this.

welcome: '[message]&aGood day![/message][title=20,60,20]&6Welcome;;&eThis is sub title[/title]'

Action Bar

welcome: '[actionbar]&7Please wait...[/actionbar]'

Boss Bar - Early Alpha

welcome: '[bossbar=GREEN,SOLID,1.0]&aHappy Today[/bossbar]'

Sound

welcome: '[sound=ENTITY_EXPERIENCE_ORB_PICKUP,1,1][/sound][sound=ENTITY_PLAYER_LEVELUP,1,1][/sound]'

Clone this wiki locally