ArJoinMessage is a lightweight and customizable Minecraft plugin designed to enhance the server experience by displaying personalized messages when players join or leave the server.
Features
Custom Join & Quit Messages Displays configurable messages when players join or leave the server.
First-time players receive a special welcome message.
Returning players get a standard join message.
Quit messages are also customizable.
Config Reload Command Admins can reload the plugin configuration without restarting the server using:
/arjoinmessage reload
Permission Support
arjoinmessage.reload: Required to reload the config via command.
Color Code Support Messages support Minecraft color codes using & (e.g., &a, &c).
Configuration The plugin uses a config.yml file to store customizable messages:
#############################################
# ArJoinMessage Config #
# By Ar Development #
#############################################
messages:
FirstJoin: "&f[ &a+ &f] &aWelcome {player} To The Server For The First Time!"
Join: "&f[ &a+ &f] {player} Has Joined The Server!"
Left: "&f[ &c- &f] {player} Has Left The Server!"
ReloadSuccess: "&aArJoinMessage Config Reloaded Successfully!"
NoPermission: "&cYou Don't Have Permission!"
Usage: "&cUsage: /arjoinmessage reload"