Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
Updated 4 months ago
CustomWelcomeMessage plugin
Plugin shows custom player join/leave message
Plugin is also available on SpigotMC.org!
Since version 2.0.0 you can use plugin on 1.16.5+ (instead of 1.18.2+)
Downloads goal:
✅50 downloads
✅️100 downloads (✅ on SpigotMC)
❌200 downloads (✅ on SpigotMC)
❌250 downloads (✅ on SpigotMC)
❌300 downloads (✅️ on SpigotMC)
❌500 downloads
Plugin features
-
Custom join message
-
Custom leave message
-
Custom join message for premium ranks
-
Custom leave message for premium ranks
-
Custom unique join message
-
Personal join message
-
Chat clear on join
-
Hex support (read config.yml!!!)
-
Plugin variables
-
Update check
Config.yml
# {PLAYER} - player
# {ONLINE} - amount of players online on the server
# {UNIQUE_PLAYERS} - amount of unique players
# use \n to make new line
# you can generate HEX color on the internet, the type of HEX using in this plugin is "Legacy".
# For example &x&D&E&B&D&F&F&lWelcome is saying Welcome in light-purple color
personal-join-message-setting: true
personal-join-message: "&a&lWelcome &2&l{PLAYER}&a&l!"
personal-clear-chat: true
clear-chat-lines-amount: 100 # amount of blank lines to send when player joins the server
global-join-message: "&8[&2+&8] &f{PLAYER}"
global-leave-message: "&8[&4-&8] &f{PLAYER}"
command-usage: "&6Usage: &e/cwm <info | reload>"
plugin-reloaded: "&aPlugin reloaded!"
no-permission: "&4&lSORRY! &cYou don't have permission to run this command!"
check-updates: true
unique-player-join: true
unique-player-join-message: "&b&l{PLAYER} &fjoined the server for the first time!"
premium-join-message: true
premium-join-message-list:
cwm.vip: "&e&lVIP &f{PLAYER} &7has joined the server!"
cwm.admin: "&c&lADMIN &f{PLAYER} &7has joined the server!"
cwm.owner: "&4&lOWNER &f{PLAYER} &7has joined the server!"
premium-leave-message: true
premium-leave-message-list:
cwm.vip: "&e&lVIP &f{PLAYER} &7has left the server!"
cwm.admin: "&c&lADMIN &f{PLAYER} &7has left the server!"
cwm.owner: "&4&lOWNER &f{PLAYER} &7has left the server!"
Commands:
- /cwm reload
- /cwm info
Variables:
- {PLAYER} - player's nickname
- {ONLINE} - amount of players on the server
- {UNIQUE_PLAYERS} - amount of unique players
Permissions:
- cwm.usage (for /cwm reload and /cwm info command)