AutoMessage

Quick rating

Community listing page, reviews here may not be monitored by the author.

AutoMessage

By LupinOwner

No reviews yet

Now you can send automatic messages at any time during the game!

No Theme
No Genre
Automation & Processing
Server Utility
API/Library
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
[Neo/Fabric] AutoMessage - MC 26.1.2 - 3.0.0

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

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

BH_AM_Header.webp

Basically, AutoMessage is responsible for adding an option to create and send messages automatically in a fast and effective way. To do this, it adds a configuration file that can be modified from start to finish by the player, and that, for example, will allow them to promote their social networks when starting a game, or simply thank them for downloading.

Do you need a server to play with your friends?

BH_AM_PromoCard.webp

If you are looking for a server to play any mod or modpack with your friends, Bisect Hosting is your solution! They have the best quality-price Minecraft servers, and if you click on this link you will get a 25% discount, using the code "Lupin".

BH_AM_Summary.webp

This mod is intended for two types of people, either the creators of mod packs, or on the other hand, the creators of multiplayer servers, since it is in charge of facilitating the sending of automatic messages.

These messages are easily customizable, through the new file that will be generated when running the mod for the first time. Among other things, you can choose the text, the color or even the links.

Jason13 Ko-Fi

BH_AM_FAQ.webp

Update 3.0 and higher.

  • No more "limits" or "delays", messages are sent when they are scheduled to.
  • No limits/delays means no more data saved onto the player for tracking, just basic (separate) tags for the server and client, so there's no incompatibility with LabyMod or other mods that change player data significantly.
  • There are four message schedules:
    • on_first_join (sent when a player joins a level for the first time
    • on_join_level (sends every time a player joins a level)
    • on_death (sent every time the player dies)
    • on_respawn (sent every time the player respawns)
  • There are two message types:
    • chat (sends like a regular chat message)
    • overlay (displays centered on the client, above the action bar)
  • Messages are constructed with key names: identifier, schedule, type, repeats, pack_intro, link, and text.
  • This is how you send a chat message with a link, that never repeats, when the player joins a server for the first time. You can also display the player's name and the message's link in the message.

{

"identifier": "default_message",

"schedule": "on_first_join",

"type": "chat", "repeats": false,

"pack_intro": false, "link": "https://www.google.com",

"text": "Hi, %player%! Visit %link% for more info on this server!"

}

  • Some key names are not required, like repeats, link, and pack_intro.
    • if link is not present, no link will be attached.
    • if repeats is not present, it will default to false.
    • if pack_intro is not present, it will default to false.
  • pack_intro is slightly different from repeats, it will check if the client has ever received the "identifier.firstJoin" tag from joining any level, and will never repeat first join messages if the message has pack_intro as true.

How do you configure this mod?

An example would be the following:

["AutoMessage Configuration"]
MESSAGES = ["§2Thank you very much for downloading AutoMessage§f", "§cDon't worry, this message will not appear again.§f"]
INTERVALS = [5, 5]
LIMITS = [1, 1]
LINKS = ["https://www.curseforge.com/members/lupiiin_/projects", "https://www.curseforge.com/members/lupiiin_/projects"]
HARD LIMITS = [1, 1]

A more detailed explanation...

The message is obviously the text that will appear on the screen, several texts can be put on different lines, separated by commas, and opening and closing with quotation marks. Color codes and guide: https://www.codewizardshq.com/minecraft-color-codes/
The interval is the time that will pass until the message is displayed on the screen.
The soft limit is the number of times the message will be sent in a single session.
The hard limit is the number of times the message will be sent for the lifetime of the player.
In links, a link should be placed if necessary.

An Important Note...

The values you place in your Soft Limit and Hard Limit configuration are tracked individually for separate worlds. For Modpack Developers, this means your message will be repeated if the player creates a new world. For Server Owners, this means that resetting your world will cause the messages to be repeated as well.

Compatibility Issues

Other mods which change player data extensively may be causing compatibility issues.
The following mods are currently incompatible:
- LabyMod

Does it work on servers?

Sure! It works perfectly! Remember that the best way to play with mods and friends is with BisectHosting, and by clicking on this link you can get a 25% discount.

Can this mod be used in modpacks?

Of course! As long as it is published only on Modrinth or CurseForge. Uploading it to any other platform would be violating our rights and is not allowed at all.

However, we are really grateful if you consider adding it to your Modrinth or CurseForge modpack. If you need any small changes or have any questions, contact us!

Can I record a video of this mod and show it on my channel?

Sure, you are free to play this mod or any of our modpacks on your channel and make a video about it, in fact, we would be very grateful for it!

BH_AM_Screenshots.webp

2023-06-13_21.png

AUTOMESSAGE BANNER

Basically, AutoMessage is responsible for adding an option to create and send messages automatically in a fast and effective way. To do this, it adds a configuration file that can be modified from start to finish by the player, and that, for example, will allow them to promote their social networks when starting a game, or simply thank them for downloading.

Do you need a server to play with your friends?

BH_AM_PromoCard.webp

For exceptional server hosting services, look no further than BisectHosting. Of course, you can install all the mods or modpacks you want, and their support team is always available to help you.

With the code "Lupin" you will get a 25% discount! Click here!

AUTOMESSAGE SUMMARY

This mod is intended for two types of people, either the creators of mod packs, or on the other hand, the creators of multiplayer servers, since it is in charge of facilitating the sending of automatic messages.

These messages are easily customizable, through the new file that will be generated when running the mod for the first time. Among other things, you can choose the text, the color or even the links.

AUTOMESSAGE F.A.Q

How do you configure this mod?

An example would be the following:

["AutoMessage Configuration"]

  • MESSAGES = ["§2Thank you very much for downloading AutoMessage§f", "§cDon't worry, this message will not appear again.§f"]
  • INTERVALS = [5, 5]
  • LIMITS = [1, 1]
  • LINKS = ["https://www.curseforge.com/members/lupiiin_/projects", "https://www.curseforge.com/members/lupiiin_/projects"]
  • HARD LIMITS = [1, 1]

A more detailed explanation...

  • The message is obviously the text that will appear on the screen, several texts can be put on different lines, separated by commas, and opening and closing with quotation marks. Color codes and guide: https://www.codewizardshq.com/minecraft-color-codes/
  • The interval is the time that will pass until the message is displayed on the screen.
  • The soft limit is the number of times the message will be sent in a single session.
  • The hard limit is the number of times the message will be sent for the lifetime of the player.
  • In links, a link should be placed if necessary.

An Important Note...

The values you place in your Soft Limit and Hard Limit configuration are tracked individually for separate worlds. For Modpack Developers, this means your message will be repeated if the player creates a new world. For Server Owners, this means that resetting your world will cause the messages to be repeated as well.

Does it work on servers?

Sure! Remember that the best way to play with mods and friends is with BisectHosting, and by clicking on this link you can get a 25% discount.

Can this mod be used in modpacks?

Of course! As long as it is published only on Modrinth or CurseForge. Uploading it to any other platform would be violating our rights and is not allowed at all.

However, we are really grateful if you consider adding it to your Modrinth or CurseForge modpack. If you need any small changes or have any questions, contact us!

AUTOMESSAGE SCREENSHOTS

AUTOMESSAGE IMAGE 1

DISCORD

.

Screenshots

Gallery

  • AutoMessage
    AutoMessage

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

6.3m
Total Downloads
CurseForge
5.8m
Modrinth
~530,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
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