Custom Menu Message

Quick rating

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

Custom Menu Message

No reviews yet

Allow to change the message in the main menu

Mod Loaders
Minecraft

About

Description

Edit 19/02/2026: I just found out Custom Main Menu exist, I didn't know the existence of this other mod before making mine.

This mod change the splash (menu message) of the game. After being launched once the mod automatically create a json config that can be used to add new messages which are going to be readed by the mod, in the goal to display one of these messages.

Example config:

"Add": "-add- a new message",
"Remove": "-remove- reroll until a different message is find",
"Replace": "-replace- a specific messages and display your own instead",
"Chance": "the -chance- of your message to appears. 1000 = 100%",

"addTestA1ùé$f": "Detect and support as much characters as possible!",
"chanceA1v$fn": 100,

"add": "Hello World",
"chance": 100,

"remove": "This message will not appears!",

"replaceTarget": "Bad Message",
"replaceTo": "Bad Message is now a Good Message"

As stated in the example of config just above, the chance value is a probability system.
0 = 0.0% and 1000 = 100.0%. Every chance value will be reduced by a random number between 1 and 1000.

After the probability maths, there is two conditions a message must met in order to be displayed in the menu ->
1. The result of the chance value must higher than 0
2. Has the higher chance value out of every other messages 

description_d530dd8c-e30c-43f5-a313-85e4cf1ba864.png

description_58e4676b-b4f4-4919-92ff-98f98489f077.png

Please add a comment if you want the mod to be added in another version, or a mod compat to be done!!