BubbleAnnounce

Auto announcements for Minecraft servers. Super easy to configure.

BubbleAnnounce

Auto announcements for Minecraft servers. Super easy to configure.

🚀 Quick Start (3 Steps)

  1. Put BubbleAnnounce.jar in your plugins folder
  2. Start server (creates config.yml)
  3. Edit config.yml - change the messages and type /bubbleannounce reload

Done! 🎉

✏️ How to Edit Announcements

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.

➕ Add New Announcement (Copy & Paste)

  1. Copy any announcement in config.yml
  2. Change the name (like discord:vote:)
  3. Edit the messages
  4. /bubbleannounce reload

Example:

  vote:              # ← New name
    enabled: true
    interval: 30
    messages:
      - "&eVote for us and get rewards!"

🎨 Color Codes

Add these to your messages:

  • &a = green
  • &c = red
  • &e = yellow
  • &b = blue
  • &6 = gold
  • &l = bold
  • &f = white

Example: "&a&lGREEN BOLD TEXT &cred text"

📋 Commands

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

💡 Cool Examples

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"

🎯 Requirements

  • Minecraft Paper/Purpur/Spigot 1.21+
  • Java 21

📚 More Help

Everything is explained in config.yml with comments. Just read the file! if confused still, Discord server

The BubbleAnnounce Team

profile avatar
  • 1
    Projects
  • 23
    Downloads