Broadcasty

Broadcasty

221 Downloads

This mod is only needed on the server and not on the client!

Overview:
With the mod it is possible to broadcast messages at a certain interval.
You can edit the mod via the config/broadcasty.json file, and ingame via commands.
Here is the default config

Basically you can create several lists (Auto Broadcast Message)
Multiple messages can be added to each list.
When the ticks have expired, a random message will be sent to all players.

Minecraft Color codes can be used in the prefix and text of the messages

e.g. "& c" = red, "& 6" = gold.....

Commands:

/broadcasty auto list
    Displays all lists
/broadcasty auto create <bc-id> <ticks> <prefix>
    create a new list with
    <bc-id> is an id to identify the list
    <ticks> how often a random message should be sent
    <prefix> is the first part of the message which always remains the same
/broadcasty auto delete <bc-id>
    Deletes a list
/broadcasty auto enable <bc-id>
    activates a list, messages are only sent if the list is activated. newly created lists are always deactivated
/broadcasty auto disable <bc-id>
    disables a list
/broadcasty auto ticks <bc-id> <new-ticks>
    changes the ticks for a list
/broadcasty auto prefix <bc-id> <new-prefix>
    changes the prefix for a list
/broadcasty auto now <bc-id>
    immediately sends a random message from a list to all players
/broadcasty auto list <bc-id>
    Displays all messages from a list, with messageID
/broadcasty auto add <bc-id> <text>
    adds a message to a list
/broadcasty auto remove <bc-id> <messageID> (messageID from "/bcy auto list <bc-id>")
    Deletes a message from a list
/broadcasty auto test <TEXT>
    Displays all messages with prefixed from a list
/broadcasty reload
    reloaded the config file
/broadcasty live prefix <new prefix>
    sets the live prefix
/broadcasty live send <TEXT>
     Immediately sends a message to all players (live prefix + text)

 Permissions:

Command /broadcasty = "boradcasty.edit"

If a player has the permission "boradcasty.ignore", no auto broadcast messages will be displayed to that player. Live messages are always displayed!

The mod may only be downloaded from curseforge. The mod can be used in modpacks without my consent.

If you have any questions please write them as a comment. If you have found an issue, please report it to the git repo. Thank you