#plugin that shows like an announcement or text on the top of everyone's screen at all times?

1 messages · Page 1 of 1 (latest)

cerulean remnant
#

Need this for my server to display something at all times. 1.21.5

heavy crypt
#

You could do this in vanilla with /bossbar, although you'd need a repeating command block or redstone clock to show it to newly joined players

Setup

/bossbar add announcement "YOUR ANNOUNCEMENT HERE"
/bossbar set announcement value 100
/bossbar set announcement color (blue|green|pink|purple|red|white|yellow)

Run periodicially

/bossbar set announcement players @a
cerulean remnant
#

is there a way to change the msg of the same bossbar?

heavy crypt
heavy crypt