A notify plugin for Velocity. You can use it to send broadcasts via commands. Simple but works.
- Support both MiniMessage and legacy style code (included HEX color)
<red><bold>I'm red and bold.</bold></red> &r&fI'm white! <reset><color:#f082ff>More</color> 𞉀colors!
- Support send to all players or a single server.
- Notify display to Chat, ActionBar, BossBar and Title.
/notify <type> <channel> ...
<type>
: Can beactionbar
,bossbar
,chat
,title
andbroadcast
.broadcast
will send a chat message with<!>
prefix.bossbar
now only will send a blue bar with 10s.
<channel>
: filter players to send.all
send to all players in this Velocity server.server
send to specified server.
/notify title <channel> [title] [subtitle] [fadeIn] [stay] [fadeOut]
/notify title server lobby "This is a <green>title</green>!" "This is a subtitle." 500 1000 1000
title
andsubtitile
: Single or double quotation ('
/"
) can be used to separate different lines of a title.fadeIn
,stay
andfadeOut
: Using milliseconds. Default are 500, 3000, 500.
/broadcast
, /alert
, /bc
are some aliases of /notify broadcast all
.