
Welcome Plugin 3
When a player joins the server send a welcome message in Chat and say Welcome to the server {player}
00—hytaleServer2026.1mod
Welcome Plugin 3 sends a personal welcome chat message when players join the server. Each connecting player receives "Welcome to the server <username>" via the built-in message system.
Main class: com.playergames.welcomeplugin3.WelcomePlugin3 (registered in the manifest) listens for PlayerConnectEvent during setup and sends the Message.raw welcome text to the joining player.
Known limitations / suggestions: The greeting targets only the joining player and uses plain text. Adjust formatting or broadcast behavior if you want the message styled differently or visible to everyone online.