Auto announcements for Minecraft servers. Super easy to configure.
BubbleAnnounce.jar in your plugins folderconfig.yml)config.yml - change the messages and type /bubbleannounce reloadDone! 🎉
Open plugins/BubbleAnnounce/config.yml and scroll to the announcements:
announcements:
discord:
enabled: true # Turn on/off
interval: 39 # Every 39 minutes
messages: # ← EDIT THIS!
- ""
- "&9★ &fJoin our &9&lDiscord&f server!"
- ""
Change the text in messages: then type /bubbleannounce reload in-game.
config.ymldiscord: → vote:)/bubbleannounce reloadExample:
vote: # ← New name
enabled: true
interval: 30
messages:
- "&eVote for us and get rewards!"
Add these to your messages:
&a = green&c = red&e = yellow&b = blue&6 = gold&l = bold&f = whiteExample: "&a&lGREEN BOLD TEXT &cred text"
| Command | What it does |
|---|---|
/bubbleannounce reload |
Reload after editing config |
/bubbleannounce list |
See all announcements |
/bubbleannounce toggle <name> |
Turn announcement on/off |
/runannouncements |
Send all announcements now |
Every 30 minutes:
welcome:
enabled: true
interval: 30
messages:
- "&6★ Welcome to our server!"
Give coins to everyone:
thanks:
enabled: true
interval: 45
messages:
- "&aThanks for playing!"
coinsGiveAll: true # Everyone gets 1 coin!
Manual only (no timer):
event:
enabled: true
interval: 0 # 0 = never auto-send
messages:
- "&c&lEvent starting in 5 minutes!"
VIP only with sound:
vip_perk:
enabled: true
interval: 20
messages:
- "&6[VIP] &eSpecial VIP perk unlocked!"
permission: "group.vip"
sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
Everything is explained in config.yml with comments. Just read the file!
if confused still, Discord server