Welcomer is a customizable plugin that enhances the player experience by displaying a welcome message, a title on the screen, particles around the player, and a sound effect when they join the server. All of these elements are fully configurable, allowing you to create a personalized welcome for a player.
• Send a custom welcome message to players when they join the server.
• Display a customizable title on the screen.
• Spawn particles around the player upon joining.
• Play a sound effect to greet players.
• Easy-to-use configuration file where you can modify all parameters (messages, titles, particles, sounds, and more).
• /welcomer test
Test the welcome message, title, particles, and sound as if you just joined the server. This allows you to preview and adjust the configuration easily.
• /welcomer reload
Reload the plugin’s configuration without restarting the server. Any changes m ade in the config file will be applied immediately.
Example config
#Example config for Welcomer Plugin
#You can use color codes the list of them is here: https://minecraft.fandom.com/wiki/Formatting_codes
JoinMessage:
enabled: true
messages:
- ""
- "&a&l Welcome to the server!"
- ""
- "&e www.examplewebsite.com"
- "&b dsc.gg/yourserver"
- "&5 www.tiktok.com/yourname"
- ""
#Here you can also use color codes.
JoinTitle:
enabled: true
title: "&6 hello!"
subtitle: "&a welcome to the server"
#you can find list of sounds here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
PlaySound:
enabled: true
sound: ENTITY_EXPERIENCE_ORB_PICKUP
volume: 1
pitch: 1
#you can find list of particles here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
SpawnParticle:
enabled: true
particle: TOTEM_OF_UNDYING
count: 350
#Guess what? here you can also use color codes
JoinActionBarMessage:
enabled: true
message: "&e welcome to the server"