★ EpicGreetings – Make Every Join Special!
Welcome players in style with EpicGreetings!
Tired of boring join messages? EpicGreetings lets you create fun, unique, and fully customizable welcome messages to make every player feel special when they join your server!
✨ Features:
✅ Customizable Messages – Personalize join messages with player names, colors, and formatting!
✅ Randomized Greetings – Keep things fresh by setting multiple greetings that cycle randomly.
✅ Sound Effects – Play a sound when a player joins!
✅ Easy Configuration – Set up everything in config.yml or change settings in-game!
Example Join Messages:
"&aWelcome to the server %player%!"
"&a%player% just showed up... try to act normal."
"&a%player% has joined the simulation."
Config File Overview (yaml):
# The join message for all players
join-message: "&aWelcome to the server %player%!"
# Join sound settings
join-sound:
enabled: true
sound: "ENTITY_PLAYER_LEVELUP"
# Random join messages
random-join-messages:
enabled: false
messages:
- "&a%player% just showed up... try to act normal."
- "&a%player% hatched into the world!"
- "&a%player% has joined the simulation."
- "&a%player% arrived, but only for the free pizza."
Download & Setup:
1️⃣ Drop the plugin into your plugins folder.
2️⃣ Restart your server and edit the config.yml to customize messages!
⚙️ Commands & Permissions:
/setjoinmessage <message> |
epicgreetings.use |
Sets greeting message. |
/randomjoinmessage <enable/disable> |
epicgreetings.use |
Enables or disables the random join message option. |
/randomjoinmessage add <message> |
epicgreetings.use |
Adds a message to the random join message list. |
/randomjoinmessage remove <message index> |
epicgreetings.use |
Removes a join message at a certain index from the random join message list. |
/randomjoinmessage list |
epicgreetings.use |
Lists the messages and indexes of the random join messages. |
/joinsound <enable/disable> |
epicgreetings.use |
Enables or disables the join sound. |
/joinsound set <sound> |
epicgreetings.use |
Sets the join sound to the specified sound. (Must be a minecraft spigot sound) |