NextAnnouncers
A quick and optimized repeatable broadcast(announcers) to help server owner that has multiple server and doesn't want to change each backend broadcast everytime.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
NextAnnouncers
NextAnnouncers
NextAnnouncers is a plugin designed for Server Owners that has too many backends broadcast making it quite a hassle to edit each one. But this plugin does it all in a single instance without any hassle whatsoever!
Features
- Repeatable Broadcast to all backends server - Blacklist Server - Playsound to all backends server - Adjustable interval - Customizeable Settings - Customizeable Language Settings - Turn on / off announcers
Commands
> <> = Required [] = Optional - /nextannouncers - /nextannouncers <reload>
Permissions
- nextannouncers.reload
Configuration
```yaml
You can set the interval of every announcers in seconds
Default: 10 seconds
announcer-interval: 10
Blacklist a list of servers that's players should not see the announcers
Default: []
blacklist-servers: []
You can disable the announcers by setting this to false
Default: true
announcers-enabled: true
You can add as many announcers as you want
Just add a new section with a unique id
announcers: 1: # This must be a unique id and it must be a number!
You can add as many messages as you want
Just add a new line with a message
You can use color codes and hex colors
Example: &aHello World! or &#RRGGBBHello World!
messages: - "&aHello World!" - "&aThis is a test!"
You can add as many sounds as you want
Just add a new line with a sound
You can use any sound from the minecraft namespace
Example: minecraft:block.note_block.pling;0.5;1.0
delimiter are ;
sounds: - "minecraft:block.note_block.pling;0.5;1.0"
```
This plugin will still be maintained and will post every update only here!