#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)
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
thx is the two msgs for 2 different command blocks?
is there a way to change the msg of the same bossbar?
The top one you only need to run once, you can do that as a player. The bottom one must be run so that newly joined players also see the bossbar, that would ideally go in a command block.
To change it do ```
/bossbar set announcement name "YOUR ANNOUNCEMENT HERE"