LavaNotify
LavaNotify is a convenient plugin for Velocity server proxy, designed for sending various notifications and messages to players through administrator commands. A simple but functional tool for server communication.

Main Features
Support for Various Text Formats
- Works with both modern MiniMessage and classic coloring style encoding
- Support for HEX colors for creating colorful messages
<red><bold>I'm red and bold.</bold></red> &r&fI'm white! <reset><color:#f082ff>Additional</color> 𞉀 colors!
Flexible Notification Delivery System
- Sending messages to all server chats or to a specific server
- Support for different display types: regular chat, ActionBar, BossBar, and titles
Commands and Usage
Main command: /notify <type> <channel> ...
Available Notification Types:
actionbar— message in the action barbossbar— information in the boss bar (blue bar lasting 10 seconds)chat— regular chat messagetitle— on-screen titlebroadcast— broadcast message in chat with <!> prefix
Sending Channels:
all— to all players on the Velocity serverserver— only to players on the specified server
More About Titles
Command format for titles:
/notify title <channel> [title] [subtitle] [fadeIn] [stay] [fadeOut]
/notify title server lobby "This is <green>title</green>!" "This is subtitle." 500 1000 1000
Title Features:
- Single or double quotes can be used to separate different lines
- Time is specified in milliseconds (default: fadeIn - 500ms, stay - 3000ms, fadeOut - 500ms)
Quick Access
For faster access, aliases for the broadcast command are available:
/broadcast, /alert, /bc — equivalent to executing /notify broadcast all