Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated 2 weeks ago
๐ฌ MotDAnnouncer
MotDAnnouncer is a lightweight Minecraft plugin that welcomes players with custom join messages โ
different greetings for first-time players and returning ones.
Fully supports PlaceholderAPI placeholders for dynamic, personalized messages.
โ๏ธ Features
- ๐ Customizable join messages for new and returning players
- ๐ Automatically detects first-time joins
- ๐งฉ Supports PlaceholderAPI placeholders (
%player%,%server_name%, etc.) - ๐พ Stores player data in a simple
motd.ymlfile - โก Lightweight, no unnecessary overhead
- ๐จ Fully configurable through
config.yml
๐ Installation
- Download the latest version of MotDAnnouncer.jar
- Place it in your serverโs
plugins/folder - Start or reload your server
- Edit
config.ymlandmotd.ymlto customize your messages - (Optional) Install PlaceholderAPI to use placeholders in messages
config.yml
messages:
first:
enabled: true
text: "&aWelcome to %server_name%, %player%!"
returning:
enabled: true
text: "&bWelcome back, %player%!"
๐งฉ Developer Information
Main class:
de.scholle.motDAnnouncer.MotDAnnouncer
Core listener:
de.scholle.motDAnnouncer.listeners.JoinListener
Behavior:
- Detects whether a player is new or returning using stored UUIDs in
motd.yml - Sends personalized messages defined in
config.yml - Applies PlaceholderAPI placeholders automatically if available
๐งฐ Compatibility
- โ Compatible with Bukkit, Spigot, Paper, Purpur and Folia
- ๐งฑ Built for Minecraft 1.18+
- โ Requires Java 17+
๐งโ๐ป Author
Developer: Scholle
Package: de.scholle.motDAnnouncer
๐ License
This project is licensed under the Apache License 2.0.
You may use, modify, and distribute it under the terms of the license.
For more information, see: http://www.apache.org/licenses/LICENSE-2.0



