Server Announce

Quick rating

Server Announce

No reviews yet

A Fabric serverside mod to send chat messages when certain MC server events occur.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
2.0.0-mc1.21.5
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Server Announce

Simple, Configurable Server Announcements

Release Available For

Modrinth Downloads GitHub Downloads (all releases)

Server Announce is a serverside Fabric mod to send chat messages when certain Minecraft server events occur.

It is built on the Fabric mod loader and is available for modern versions of Minecraft Java Edition.

Overview

Server Announce allows you to schedule messages in the future (optionally recurring!)

Messages Text can be provided in the same format as Minecraft's /tellraw, so "Quoting text like this works", as does {"text":"Minecraft's built-in JSON format","color":"gold"}.

This means that tellraw generators like MinecraftJson will work with Server Announce.

Message Types

  • SingleMessage - A message that executes once, after the specified duration has elapsed. Runs that long after the command is executed (and after that duration has elapsed from server start)
  • PeriodicSingleMessage - A message that executes repeatedly, in intervals of the specified duration.
  • PeriodicMessageGroup - A collection of messages that will by cycled through repeatedly, one message per interval of the specified duration.

New Commands

Note: All commands start with /serverannounce and require OP level 4.

For reference, it takes 20 Minecraft "tick"s to make a real-life second.

create

subcommands:

  • periodic_message_group <message_group_name> <period_ticks>
  • periodic_single_message <message_name> <period_ticks> <message_text>
  • single_message <message_name> <duration_ticks> <message_text>

edit

subcommands:

  • periodic_message_group <message_group_name> addMessage <message_name> <message_text>

executeAll

This one's pretty simple. Immediately sends out all scheduled messages, and resets their timers, starting at the current time. Primarily intended to aid with testing newly-added messages.

Contributing

Thank you for considering contributing to Server Announce! Please see the Contribution Guidelines.

Licence

Server Announce is open-sourced software licenced under the MIT licence.

Icon credit!

Icon graciously provided by the fancy fella, @Andrew6rant

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works