Minecraft ScheduledAnnouncer mod 2026 download
logo
minecraft mod ScheduledAnnouncer

ScheduledAnnouncer

Game Version: CB 1.7.9-R0.2
Total Downloads: 114,316
Updated: Jul 21, 2014
Created: Apr 7, 2012
Download ScheduledAnnouncerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Scheduled Announcer v2.8.5 release 24.19 KB Jul 21, 2014 CB 1.7.9-R0.2 14,790 download ScheduledAnnouncer Scheduled Announcer v2.8.5 releaseDownload
Scheduled Announcer v2.8.4 release 22.63 KB Jul 19, 2014 CB 1.7.9-R0.1 484 download ScheduledAnnouncer Scheduled Announcer  v2.8.4 releaseDownload
Scheduled Announcer v2.8.3 release 21.91 KB Nov 6, 2013 CB 1.6.4-R2.0 11,930 download ScheduledAnnouncer Scheduled Announcer v2.8.3 releaseDownload
ScheduledAnnouncer v2.8 release 22.11 KB Jul 3, 2013 1.6.1 10,198 download ScheduledAnnouncer ScheduledAnnouncer v2.8 releaseDownload
ScheduledAnnouncer v2.7 release 19.07 KB Jun 29, 2013 CB 1.5.2-R1.0 1,856 download ScheduledAnnouncer ScheduledAnnouncer v2.7 releaseDownload
ScheduledAnnouncer 2.6.1 release 12.59 KB Apr 8, 2013 CB 1.5.1-R0.1 11,436 download ScheduledAnnouncer ScheduledAnnouncer 2.6.1 releaseDownload
ScheduledAnnouncer 2.6 release 12.58 KB Mar 15, 2013 1.5.0 5,937 download ScheduledAnnouncer ScheduledAnnouncer 2.6 releaseDownload
ScheduledAnnouncer v2.5.2 release 12.73 KB Dec 2, 2012 CB 1.4.5-R0.2 23,974 download ScheduledAnnouncer ScheduledAnnouncer v2.5.2 releaseDownload
ScheduledAnnouncer v2.5.1 release 12.72 KB Nov 28, 2012 CB 1.4.5-R0.2 1,346 download ScheduledAnnouncer ScheduledAnnouncer v2.5.1 releaseDownload
ScheduledAnnouncer v2.5 release 20.82 KB Nov 22, 2012 CB 1.4.5-R0.2 4,479 download ScheduledAnnouncer ScheduledAnnouncer v2.5 releaseDownload
ScheduledAnnouncer - v2.4 release 24.54 KB Jun 2, 2012 CB 1.2.5-R3.0 16,971 download ScheduledAnnouncer ScheduledAnnouncer - v2.4 releaseDownload
ScheduledAnnouncer - v2.3.2 release 20.77 KB Apr 28, 2012 CB 1.2.5-R1.2 5,424 download ScheduledAnnouncer ScheduledAnnouncer - v2.3.2 releaseDownload
ScheduledAnnouncer v2.3.1 release 41.07 KB Apr 26, 2012 CB 1.2.5-R1.2 623 download ScheduledAnnouncer ScheduledAnnouncer v2.3.1 releaseDownload
ScheduledAnnouncer v2.3 release 41.36 KB Apr 26, 2012 CB 1.2.5-R1.2 268 download ScheduledAnnouncer ScheduledAnnouncer v2.3 releaseDownload
ScheduledAnnouncer 2.2 release 24.91 KB Apr 15, 2012 1.2.5 2,956 download ScheduledAnnouncer ScheduledAnnouncer 2.2 releaseDownload
ScheduledAnnouncer 2.1 release 24.86 KB Apr 15, 2012 1.2.5 202 download ScheduledAnnouncer ScheduledAnnouncer 2.1 releaseDownload
ScheduledAnnouncer 2.0 release 24.80 KB Apr 7, 2012 CB 1.2.5-R1.0 1,442 download ScheduledAnnouncer ScheduledAnnouncer 2.0 releaseDownload

Description

Share this:

Please use the ticket link to the right for issues! ->

Accepting new feature requests! Please use the ticket link to the right! ->

Scheduled Announcer is a very simple tool, which only does what's its name told us. It automatically sends a broadcast out of a list controlled by a scheduled.

Features:

  • Sends Scheduled Broadcast to all Players
  • Easy to configure by 'config.yml' or ingame with the '/announce' command.
  • Supports colors (&1, &2… &9, &a, &b… &f) and newlines with &n.
  • Supports executing commands inside Announcements. (Like "Now it will become day!&n/time day")
  • Supports newest Bukkit permissions system!

Setup:

  1. Download the latest Release
  2. Upload it into your plugin/ directory
  3. Restart or reload your server

Or have a look at the Video Tutorial by BrandonHopkins

Configuration:

#
# ScheduledAnnouncer Configuration File
# =====================================
#
# Don't use tabs in *.yml file!
# 
# Please note that there is a 85 (with the default prefix) character
# limit on announcements.
# 
# If you mess this config up, feel free to delete this one, and let
# the plugin create you a new one!
#

announcement:
    # Use this flag to temporary disable the announcements.
    # enabled: false, means that there wouldn't be any announcements.
    enabled: true

    # Set this to true will announce in random order.
    # 'false' will announce in sequential (one after another) order.
    random: false

    # Defines the prefix for the announcement. Use & + hex char for color codes.
    prefix: '&c[Announcement] '

    # The time of one interval in seconds.
    interval: 100

    # List of messages to announce. You could use color codes by using & + hex chars too.
    messages:
    - 'This is the first default announcement!'
    - 'Use /announce help to get info how to config this plugin.'
    - 'You can also configure this plugin with its config.yml too!'
    
    # Use to enable or disable the motd.
    motdEnabled: true
    
    # Use to define the motd.
    motd: 'Test announcement.'

Commands:

/announce add <message>

Needed Permission: announcer.add
Adds a new announcement with the Message: <message>

/announce broadcast [<index>]

Needed Permissions: announcer.broadcast
Broadcast an existing announcement NOW.

/announce delete <index>

Needed Permissions: announcer.delete
Removes the announcement with the passed index.

/announce enable [true|false]

Needed Permissions: announcer.moderate
Enables or disables the announcer.

/announce interval <seconds>

Needed Permissions: announcer.moderate
Sets the seconds between the announcements.
Calling it without an interval to set will return the current interval.

/announce list

Needed Permissions: announcer.moderate
Lists all announcements.

/announce random [true|false]

Needed Permissions: announcer.moderate
Enables or disables the random announcing mode.
Only calling /announce random without true or false, will return current mode.

/announce setmotd [motd]

Needed Permissions: announcer.moderate
Sets the MOTD
Only calling /announce motd without string will return current motd.

/announce motdenabled [true|false]

Needed Permissions: announcer.moderate
Enables or disables the motd
Only calling /announce motdenabled without true or false, will return current mode.

/announce say [message]

Needed Permissions: announcer.moderate
Announces a message to the server without saving it to the config.

/announce reload

Needed Permissions: announcer.admin
Reloads the config.yml.

/announce prefix <prefix>

This sets a new prefix. Note that you need to place the ['s in there again. Color codes also work.

Permissions:

Only people with the permissions announcer.receiver will receive announcements, but everybody owns the permissions by default.

Source can be found at https://github.com/mjoell/ScheduledAnnouncer

Supported Color/Formatting Codes:

http://wiskr.net/img/hG2jWW.png

http://api.mcstats.org/signature/ScheduledAnnouncer2.png
http://mcstats.org/plugin/ScheduledAnnouncer2
Added Metrics 4 days ago, and already that many servers. I see it in the top 100 soon!

Comments

Add a comment