Compatibility
Minecraft: Java Edition
1.21β1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 9 months ago
Updated 9 months 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


