This plugin lets you easily change a minecraft servers default join and leave message, and a message if a new player joins.
The first time you start your server with this plugin, a folder named the same as the plugin will be created, in the folder, you will find the config file needed to customize the messages. The messages supports all minecraft colorcodes.
The plugin doesn't have any commands to modify the messages, it's only done through the config file for now.
# Don't touch this
version: 1.0
# Placeholders:
# [displayName] <- The display name of the user joining.
# You can use the colorcodes and formats at the buttom of this file
# If you leave first-join-message empty, then it will send the message from welcome-message instead.
# If welcome-message or leave-message, the default join/leave message will be sent.
# The message sent, when a user joins the server for the first time
# first-join-message: "&6&l[displayName] joined for the first time!"
first-join-message:
# The message sent, when a user joins the server
# welcome-message: "&a[displayName] joined the server!"
welcome-message:
# The message sent, when a user leaves the server
# leave-message: "&c[displayName] left the server!"
leave-message:
Since it's one of my first plugins, i try to add support for previous versions. I have tested the versions below, and the plugin should be working down to 1.13, but let me know if you get i working on any other versions than the ones below.
Confirmed working on:
1.17.1
1.16.5
It's one of my first plugins, and if you're a plugin developer yourself, you can checkout the open source and maybe give some feedback, if you want to.