JoinMSG is a simple and lightweight plugin created for you to greet your new members, returning members as well as wave your hand when they leave.
Configuration The plugin provides you easy to use config.yml where you can just simply set up everything you need, from join/quit messages to titles and subtitles. You can also set up a custom join sound.
Code (YAML):
# # JoinMSG by Trixxie # https://github.com/NotTrixxie/JoinMSG # # You can use placeholder %player% to display their name #
# If you don't want join, quit or first join message to be sent replace the string with "none" # join-message: "none" first-join-message: "&6Welcome new member, %player%!" join-message: "&a%player% has joined the server :)" quit-message: "&c%player% has left the server :("
# You must use sounds found in https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html # Remember that some of these sounds do not work on older versions of Minecraft. join-sound:
enabled: true
sound: BLOCK_CONDUIT_ACTIVATE
join-fireworks:
enabled: true
amount: 3
join-message-title:
enabled: true
title: "&6Welcome to the server!" subtitle: "&eHope you are having great day" fadeIn: 2
stay: 10
fadeOut: 3
# FadeIn, stay and fadeOut are all seconds
Usage
Download the plugin
Place the plugin in your /plugins directory
Restart the server
Configure the plugin through config.yml
After all the steps you are ready to go, just remember to reload your changes to the plugin by restarting the server or by using command
/joinmsg reload
Support/Github issues I will provide support to this plugin through
Github and my Discord server (
Feline Development)