/
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.
%player%, %server_name%, etc.)motd.yml fileconfig.ymlplugins/ folderconfig.yml and motd.yml to customize your messagesmessages:
first:
enabled: true
text: "&aWelcome to %server_name%, %player%!"
returning:
enabled: true
text: "&bWelcome back, %player%!"
Main class:
de.scholle.motDAnnouncer.MotDAnnouncer
Core listener:
de.scholle.motDAnnouncer.listeners.JoinListener
Behavior:
motd.ymlconfig.ymlDeveloper: Scholle
Package: de.scholle.motDAnnouncer
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

Announces a welcome message to new and returning players.