Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
CustomWelcomeMessage
PluginGPL-3.0-only

CustomWelcomeMessage

Simple plugin for custom join/leave message

359
Downloads
1
Followers
10 months ago
Updated
📦
4
Versions
socialbukkitpaperpurpurspigot
Download Latestv2.2.0View on Modrinth

📖About CustomWelcomeMessage

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 (✅️ on SpigotMC)

Plugin features
  • Custom join message

  • Custom leave message

  • Executing commands, when a player joins the server (Added in 2.2.0)

  • 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

# messages sent to player who joins the server
personal-join-message-setting: true
personal-join-message: "&a&lWelcome &2&l{PLAYER}&a&l!"
# sound played to player who joins the server
personal-join-playsound: true
personal-join-sound: "ENTITY_EXPERIENCE_ORB_PICKUP" # you can find any sound here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
personal-join-sound-volume: 1.0 # default is 1.0
personal-join-sound-pitch: 1 # speed of playing sound. 1.0 is normal, 0.5 is half of normal speed and 2.0 is 2 times faster than normal speed
# title displayed to player who joins the server
personal-join-show-title: true
personal-join-title: "&x&D&E&B&D&F&F&lWelcome"
personal-join-subtitle: "&6Welcome, {PLAYER}"
personal-join-title-fadein: 20 # time in ticks. 1 second = 20 ticks
personal-join-title-fadeout: 20
personal-join-title-stay: 100 # how long should title stay after fade in

# blank messages sent to player who joins the server to clear the chat
personal-clear-chat: true
clear-chat-lines-amount: 100 # amount of blank lines to send when player joins the server

# messages sent to all players, after a player joins or leaves the server
global-join-message: "&8[&2+&8] &f{PLAYER}"
global-leave-message: "&8[&4-&8] &f{PLAYER}"

# Only {PLAYER} placeholder works here
join-commands:
  - "give {PLAYER} minecraft:gold_ingot"
  - "effect give {PLAYER} minecraft:absorption 30"

command-usage: "&6Usage: &e/cwm <info | reload>"
plugin-reloaded: "&aPlugin reloaded!"
no-permission: "&4&lSORRY! &cYou don't have permission to run this command!"

# checks for plugin updates
check-updates: true

# message sent to all players, when a player joins the server for the first time
unique-player-join: true
unique-player-join-message: "&b&l{PLAYER} &fjoined the server for the first time!"

# custom join messsages sent to all players, if a player has a custom permission
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!"

# custom leave messsages sent to all players, if a player has a custom permission
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)

Stats

👥 Team & Contributors

deejvgames_
deejvgames_Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+24 more

🔗 Links

Modrinth Page