Minecraft SimpleAnnounce mod 2026 download
logo
minecraft mod SimpleAnnounce

SimpleAnnounce

Game Version: 1.5.1
Total Downloads: 5,184
Updated: Mar 29, 2013
Created: Dec 23, 2011
Download SimpleAnnounceDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SimpleAnnounce v0.6.0 beta 16.92 KB Mar 29, 2013 1.5.1 1,544 download SimpleAnnounce SimpleAnnounce v0.6.0 betaDownload
SimpleAnnounce v0.5.2 beta 8.37 KB Dec 24, 2011 CB 1.0.1-R1 1,336 download SimpleAnnounce SimpleAnnounce v0.5.2 betaDownload
SimpleAnnounce v0.2.0 beta 5.52 KB Dec 24, 2011 CB 1.0.1-R1 243 download SimpleAnnounce SimpleAnnounce v0.2.0 betaDownload
SimpleAnnounce v0.5.4 alpha 8.13 KB Mar 11, 2012 CB 1.2.3-R0.1 724 download SimpleAnnounce SimpleAnnounce v0.5.4 alphaDownload
r10 alpha 5.94 KB Mar 10, 2012 CB 1.1-R7 217 download SimpleAnnounce r10 alphaDownload
r9 alpha 5.92 KB Mar 10, 2012 CB 1.1-R7 211 download SimpleAnnounce r9 alphaDownload
r8 alpha 5.82 KB Feb 18, 2012 CB 1.1-R4 265 download SimpleAnnounce r8 alphaDownload
r7 alpha 6.59 KB Dec 24, 2011 1.0.0 97 download SimpleAnnounce r7 alphaDownload
r6 alpha 6.46 KB Dec 24, 2011 1.0.0 98 download SimpleAnnounce r6 alphaDownload
r5 alpha 4.89 KB Dec 24, 2011 1.0.0 159 download SimpleAnnounce r5 alphaDownload
r4 alpha 4.76 KB Dec 24, 2011 1.0.0 104 download SimpleAnnounce r4 alphaDownload
r3 alpha 4.12 KB Dec 24, 2011 1.0.0 92 download SimpleAnnounce r3 alphaDownload
r2 alpha 3.88 KB Dec 23, 2011 1.0.0 94 download SimpleAnnounce r2 alphaDownload

Description

Share this:

SimpleAnnounce

SimpleAnnounce

Create timed announcements/news messages with ease with SimpleAnnounce

You can create messages that are printed server-wide after a certain delay, and have it repeat every x seconds if you'd like. If you wish to send it only to users with certain permissions, or a lack of certain permissions, so it sends to exactly those whom you wish the message to send to.

Features

  • Timed server-wide announcements/news messages
  • Easily configurable
  • Configure one-time or repeating messages
  • Configure messages to only send to users with or without certain permission nodes
  • Config auto-generation on first-run
  • Optional debug mode to track down who is/isn't receiving messages and why
  • Optional automatic config reloading to retrieve new messages
  • '/simpleannounce reload' to reload on command!
    • Permissions:
      • simpleannounce to use '/simpleannounce' for help
      • simpleannounce.reload to use '/simpleannounce reload' or '/simpleannounce r'

Configuration Overview

Details

Config Nodes
auto-reloadconfig(int): <Time in minutes to check/reload config for message updates(0 for off)>
    NOTE: When config is reloaded, will reset delays for messages and cause one-time messages to resend
debug-mode(boolean): <Should we pring debug to server.log(true/false)?>
    NOTE: Look for fine and finer level log messages in server.log
messages: Add messages below this, see below
Messages config overview
<message label>(String, req.):
    message: <Message to send>(String, req.)
    delay: <Delay to send message on in secs>(int, optnl - default 0)
    repeat: <time between repeat sends in secs>(int, optnl)
    includesperms: (String list, optnl)
    - <only send to those with this perm>
    - <and this one>
    excludesperms: (String list, optional)
    - <don't send to those with this perm>
    - <and this one>

Default/Example config

auto-reloadconfig: 20
debug-mode: false
messages:
    default1:
        message: Repeating message!
        delay: 15
        repeat: 60
    default2:
        message: Repeating message for those w/ build perm
        delay: 30
        repeat: 60
        includesperms:
        - permissions.build
    default3:
        message: One-time message!
        delay: 45

Project & Source

See our project page for activity and source instructions.

Comments

Add a comment