Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Dedicated servers only
Links
Tags
Creators
Details
Licensed MIT
Published 5 days ago
Updated last month
This project is still in [beta], so a few features don't funtion as they should.
The project page and the first version aren't finished, but the main features do work. Feel free to report issues and malfunctions in the discord, this helps me very much as I'm working towards finishing a completely working mod.
๐ฌ Better Join Messages
Features
- Custom templates for join, leave, and first-time join messages, using
{player}as a placeholder for the player's name - First-time join detection โ greet new players and tell everyone else with a special message the first time they join, then switch to your regular join message afterward
- Color code support using standard
&codes (e.g.&efor yellow,&6for gold) - Send global or local broadcast messages to the entire server, or only to players within a configurable distance
- Lightweight, no dependencies besides Fabric API
โ๏ธ Configuration
The config file is located at config/betterjoinmessages.json (fabric).
| Option | Description | Default |
|---|---|---|
joinMessage |
Custom message sent when players join | &e{player} joined the game |
leaveMessage |
Custom message sent when players leave | &e{player} left the game |
firstJoinMessage |
Custom message sent when a player joins the server for the first time | ยงa{player} joined the game for the first time!" |
sendGlobal |
Determines whether the messages should be visible global | true |
distance |
Only players within this range can see the messages if sendGlobal is set to false |
50.0 |
Use
{player}for the player name and all&codes for colours.
๐ My Discord
Need help? Found a bug? Have good mod / plugin ideas?
My own official Discord is out now! You can now report bugs, get support, ask questions, make suggestions for other mods/plugins or features, chat with others and the dev, and more! https://discord.gg/4RSMa6w5nF


