WelcomePlugin is a lightweight and customizable Spigot/Paper plugin that sends a welcome message whenever a player joins the server. It works perfectly on Minecraft 1.16 up to 1.21.7.
✨ Features
Fully configurable welcome message
Supports color codes (&a, &b, &c ...)
%player% placeholder to show the player’s name
Option to broadcast the message to everyone or only to the joining player
Lightweight and easy to use
Configuration (config.yml)
welcome: message: "&aWelcome, %player%! Enjoy the server!" broadcast: true
How it works
broadcast: true → sends the message to all players
broadcast: false → sends the message only to the joining player