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

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
RGBJoinLeave
PluginCC-BY-SA-4.0

RGBJoinLeave

RGBJoinLeave is a welcome message plugin designed for servers, supporting RGB gradient colors and special characters, making your server's join or leave messages more vivid and beautiful. RGBJoinLeave 是一款为服务器设计的欢迎消息插件,支持 RGB 渐变色彩和特殊字符,让您的服务器欢迎或退出消息更加生动美观。

45
Downloads
0
Followers
4 months ago
Updated
📦
4
Versions
decorationbukkitpaperpurpurspigot
Download Latestv1.7View on Modrinth

📖About RGBJoinLeave

# Main Features

🎨 Support for RGB gradient welcome and leave messages

🔄 Customizable message content, supports player name variable

🚫 Optionally hide original join/leave messages

💫 Custom particle effects displayed when joining to enhance visual experience

🎯 Supports command to reload configuration

👑 Support for exclusive welcome messages and gradient colors for different permission groups

Configuration Instructions

The plugin configuration file is located at plugins/RGBJoinLeave/config.yml:

# Welcome message content (server-wide broadcast)
welcome-message: "<player> joined the server"  # Default message, only used when there are no specific permissions
# Exit message content (server-wide broadcast)
Quit-message: "< player > exited the server"
# Whether to hide the original server entry prompt
hide-default-join-message: true
#Whether to hide the original version unloading prompt
hide-default-quit-message: true
# Particle effect settings (triggered only when a player joins)
particles:  
Enabled: true #Whether to enable particle effects  
type: "FIREWORKS_SPARK" # Particle type (supports FIREWORKS_SPARK, FLAME, HEART, etc.)
offset-x: 0.5           # X-axis offset
offset-y: 1.0           # Y-axis offset (recommended to be above the player's head)
offset-z: 0.5           # Z-axis offset
Count: 50 #Number of particles
# Exclusive welcome message and gradual change color settings for permission groups
permission-messages:  
default:    
message: "<player> joined the server!"
join-gradient:      
Start-color: "#FF0000" #Start color (e.g. #FF0000 represents red)      
End-color: "#0000FF" #End color (e.g. #0000FF represents blue)  
rgbjoinleave.vip:    
message: "<player> - VIP player makes a dazzling entrance!"
join-gradient:      
Start-color: "#FFD700" #Start color (e.g. #FFD700 represents gold)      
end-color: "#00FF00"    # End color (e.g., #00FF00 represents green)
rgbjoinleave.admin:    
message: "<player> - The administrator has arrived!"
join-gradient:      
start-color: "#800080"  # Starting color (e.g., #800080 represents purple)
end-color: "#FF4500"    # End color (e.g., #FF4500 represents orange-red)

Usage

Command
/RGBJoinLeave reload - Reload configuration file (Permission required: welcome.reload)
/rl reload - Abbreviated command, same function
Permission nodes
welcome.use - Use basic plugin functions (Default: true)
welcome.reload - Reload configuration (Default: op)
rgbjoinleave.vip - Enable VIP exclusive welcome message and gradient colors (Default: false)
rgbjoinleave.admin - Enable admin exclusive welcome message and gradient colors (Default: false)

# 主要功能

🎨 支持 RGB 渐变色彩的欢迎和退出消息

🔄 可自定义消息内容,支持玩家名称变量

🚫 可选择性隐藏原版进服/退服提示消息

💫 加入时显示自定义粒子效果,增强视觉体验

🎯 支持命令重新加载配置

👑 不同权限组支持专属欢迎消息和渐变颜色

配置说明

插件配置文件位于 plugins/RGBJoinLeave/config.yml:

# 欢迎消息内容 (全服广播)
welcome-message: "<player>加入服务器"  # 默认消息,仅在无特定权限时使用

# 退出消息内容 (全服广播)
quit-message: "<player>退出了服务器"

# 是否隐藏原版进服提示
hide-default-join-message: true

# 是否隐藏原版退服提示
hide-default-quit-message: true

# 粒子效果设置 (仅在玩家加入时触发)
particles:
  enabled: true           # 是否启用粒子效果
  type: "FIREWORKS_SPARK" # 粒子类型 (支持FIREWORKS_SPARK, FLAME, HEART等)
  offset-x: 0.5           # X 轴偏移
  offset-y: 1.0           # Y 轴偏移 (建议高于玩家头顶)
  offset-z: 0.5           # Z 轴偏移
  count: 50               # 粒子数量

# 权限组专属欢迎消息和渐变颜色设置
permission-messages:
  default:
    message: "<player>加入了服务器!"
    join-gradient:
      start-color: "#FF0000"  # 起始颜色 (例如 #FF0000 代表红色)
      end-color: "#0000FF"    # 结束颜色 (例如 #0000FF 代表蓝色)
  rgbjoinleave.vip:
    message: "<player> - VIP玩家闪亮登场!"
    join-gradient:
      start-color: "#FFD700"  # 起始颜色 (例如 #FFD700 代表金色)
      end-color: "#00FF00"    # 结束颜色 (例如 #00FF00 代表绿色)
  rgbjoinleave.admin:
    message: "<player> - 管理员驾到!"
    join-gradient:
      start-color: "#800080"  # 起始颜色 (例如 #800080 代表紫色)
      end-color: "#FF4500"    # 结束颜色 (例如 #FF4500 代表橙红色)

使用方法

命令
/RGBJoinLeave reload - 重新加载配置文件 (需要权限: welcome.reload)
/rl reload - 缩写命令,功能相同
权限节点
welcome.use - 使用插件基本功能 (默认: true)
welcome.reload - 重新加载配置 (默认: op)
rgbjoinleave.vip - 启用 VIP 专属欢迎消息和渐变颜色 (默认: false)
rgbjoinleave.admin - 启用管理员专属欢迎消息和渐变颜色 (默认: false)

👥 Team & Contributors

PluralTeam
PluralTeamOwner
AuraEric2024
AuraEric2024
Member

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.201.21

🔗 Links

Modrinth Page