JoinMessage
🟠 Updated over a year agoPreview

🔍 Analysis
- 🏆 #195 of 235 management mods in this game by downloads
📋 About This Mod
# JoinMessage A lightweight Minecraft plugin for displaying configurable multi-line join messages with minimal resource usage. Designed for Minecraft 1.21.4. ## Features - Customizable number of message lines through configuration - Dynamic creation and management of message files - Extremely lightweight with minimal resource usage - Messages are loaded into memory only when needed (on plugin load/reload) - Color code support in messages using the `&` symbol - Console-only reload command to ensure server security ## Installation 1. Download the latest release from the project page 2. Place the JAR file in your server's `plugins` folder 3. Start or restart your server 4. The plugin will generate a default configuration and message files ## Configuration The plugin uses a simple configuration file located at `plugins/JoinMessage/config.yml`: ```yaml # Number of join message lines to display # Changing this value will create or delete message files in the join-messages folder message-lines: 3 ``` ## Message Files When the plugin starts for the first time, it creates a directory structure in your plugins folder: ``` plugins/ └── JoinMessage/ ├── config.yml └── join-messages/ ├── line_1.txt ├── line_2.txt └── line_3.txt ``` Each `line_*.txt` file contains a single line of text that will be shown to players when they join. You can edit these files to customize your join messages. ## Commands The plugin provides the following commands: - `/joinmessagereload` or `/jmreload` - Reloads the plugin configuration and messages (console-only) ## Permissions - `joinmessage.reload` - Permission to use the reload command (default: op)
# JoinMessage
A lightweight Minecraft plugin for displaying configurable multi-line join messages with minimal resource usage. Designed for Minecraft 1. 21. 4.
## Features
- Customizable number of message lines through configuration
- Dynamic creation and management of message files
- Extremely lightweight with minimal resource usage
- Messages are loaded into memory only when needed (on plugin load/reload)
- Color code support in messages using the `&` symbol
- Console-only reload command to ensure server security
## Installation
1. Download the latest release from the project page 2. Place the JAR file in your server's `plugins` folder 3. Start or restart your server 4. The plugin will generate a default configuration and message files
## Configuration
The plugin uses a simple configuration file located at `plugins/JoinMessage/config.yml`:
```yaml # Number of join message lines to display # Changing this value will create or delete message files in the join-messages folder message-lines: 3 ```
## Message Files
When the plugin starts for the first time, it creates a directory structure in your plugins folder: ``` plugins/ └── JoinMessage/ ├── config.yml └── join-messages/ ├── line_1.txt ├── line_2.txt └── line_3.txt ```
Each `line_*.txt` file contains a single line of text that will be shown to players when they join. You can edit these files to customize your join messages.
## Commands
The plugin provides the following commands:
- `/joinmessagereload` or `/jmreload` - Reloads the plugin configuration and messages (console-only)
## Permissions
- `joinmessage.reload` - Permission to use the reload command (default: op)
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- therealmangoosey
- Version
- 1.0.0
- Downloads
- 184
- Endorsements
- 0
- Category
- management
- Created
- 4/18/2025
- Updated
- 4/12/2025
- Game Versions
- 1.21.4
- Tags
- management, social, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does JoinMessage support?
The author lists 1.21.4. Other versions may work but are untested by the author.
What is the latest version of JoinMessage?
Version 1.0.0, published 2025-04-12 with 184 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await