
Send a welcome message on join to player with MiniMessage formatting. Only sends message to LAN players.
A simple PaperMC plugin that sends a custom MiniMessage-formatted welcome message to players when they join the server, but only if they are connecting from a LAN (Local Area Network).
This plugin was created to share a web browser map that is only available on LAN, ensuring that only players who can access it will receive the link.
config.yml.LanJoinMessage-1.x.x.jar file into your server's plugins/ directory.config.yml file.config.yml file to customize your welcome message. Use MiniMessage formatting for colors, hover text, and more.The plugin generates a config.yml file on first run. You can define the LAN-only welcome message here:
# MiniMessage-formatted welcome message for LAN players.
lan-message: "<green>Welcome to the <bold>LAN Server</bold>! <hover:show_text:'Enjoy your stay!'><click:open_url:'https://example.com'>[Click here]</click></hover>"