Minecraft External Announcements mod 2026 download
logo
minecraft mod External Announcements

External Announcements

Game Version: 1.7.10
Total Downloads: 6,848
Updated: Mar 29, 2016
Created: Mar 29, 2016
Download External AnnouncementsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Announcement-Mod-1.7.10-0.0.1b3-universal.jar beta 7.16 KB Mar 29, 2016 1.7.10 4,604 download External Announcements Announcement-Mod-1.7.10-0.0.1b3-universal.jar betaDownload
Announcement-Mod 1.12.2-0.0.1b6-UNSTABLE build 6 for 1.12.2 +1 More alpha 12.34 KB Mar 2, 2018 1.12.2 994 download External Announcements Announcement-Mod 1.12.2-0.0.1b6-UNSTABLE build 6 for 1.12.2

+1 More alphaDownload
Announcement-Mod 1.12.2-0.0.1b5-UNSTABLE build 5 for 1.12.2 +1 More alpha 9.90 KB Feb 26, 2018 1.12.2 70 download External Announcements Announcement-Mod 1.12.2-0.0.1b5-UNSTABLE build 5 for 1.12.2

+1 More alphaDownload
Announcement-Mod 1.12.2-0.0.1b4-UNSTABLE build 4 for 1.12.2 +1 More alpha 9.89 KB Feb 26, 2018 1.12.2 76 download External Announcements Announcement-Mod 1.12.2-0.0.1b4-UNSTABLE build 4 for 1.12.2

+1 More alphaDownload
Announcement-Mod 1.8.9-0.0.1b2-UNSTABLE build 2 for 1.8.9 +1 More alpha 8.03 KB Feb 25, 2018 1.8.9 230 download External Announcements Announcement-Mod 1.8.9-0.0.1b2-UNSTABLE build 2 for 1.8.9

+1 More alphaDownload
Announcement-Mod 1.10.2-0.0.1b1-UNSTABLE build 1 for 1.10.2 +1 More alpha 8.01 KB Feb 25, 2018 1.10.2 275 download External Announcements Announcement-Mod 1.10.2-0.0.1b1-UNSTABLE build 1 for 1.10.2

+1 More alphaDownload
Announcement-Mod 1.11.2-0.0.1b1-UNSTABLE build 1 for 1.11.2 +1 More alpha 8.03 KB Feb 25, 2018 1.11.2 257 download External Announcements Announcement-Mod 1.11.2-0.0.1b1-UNSTABLE build 1 for 1.11.2

+1 More alphaDownload
Announcement-Mod 1.12.2-0.0.1b3-UNSTABLE build 3 for 1.12.2 +1 More alpha 8.65 KB Feb 25, 2018 1.12.2 73 download External Announcements Announcement-Mod 1.12.2-0.0.1b3-UNSTABLE build 3 for 1.12.2

+1 More alphaDownload

Description

Share this:

Akliz

Info

About

External Announcements is a very basic modpack maker utility mod. That allows creating an external news file that will display in-game as chat messages. To provide updates about modpacks, server, or just advertise information. 

 

Features

  • Read local text or json file
  • Read URL test file (.txt or JSON)
  • Multiple announcements
  • Announcement start delay
  • Announcement repeat interval

File Format

.TXT Format:

Each entry in the file needs to be as follows:

{"Message"} or

{"Message", 10s} or

{"Message", 10s, 100s}

 

.JSON Format:

Each entry needs to be as follows:

{
"messages": [{
"message": "Hello this is a test message",
"delayTime": "10s",
"waitTime": "100s"
},
{
"message": "Hello this is a second test message",
"delayTime": "20s",
"waitTime": "100s"
}
]
}

 

The first time value is the delay to first show the message. This can be set in seconds(s) or minutes(m). Second time value is how long to wait before showing the message again.

 

If there is more than one message it should be comma separated like so {}, {}, {} 

There is no limit on the number of messages.

Configuration

The path to the announcement file is set in the config file. Prefix the path with "FILE:" to note that it's local, and "URL:" for remote locations.

 

Planned Features

  • Better Colors support
  • Web link support
  • Opening GUIs with formatted news
  • HTML GUIs for adding images
  • Overlay GUIs for showing news while user plays
  • Constant Overlays that always show on the GUI
  • Server Side support for overriding or adding to existing news
  • Localization support for translating news

 

Comments

Add a comment