# **CustomWelcomeMessage 插件**
## **插件显示自定义玩家加入/离开消息**
### **插件也可在 [SpigotMC.org](https://www.spigotmc.org/resources/customwelcomemessage.120213)!**
### **自版本 2.0.0 起,您可以在 1.16.5+ (而不是 1.18.2+) 上使用此插件**
**下载目标:**
✅ 50 下载
✅️ 100 下载 (✅ 在 SpigotMC 上)
❌ 200 下载 (✅ 在 SpigotMC 上)
❌ 250 下载 (✅ 在 SpigotMC 上)
❌ 300 下载 (✅️ 在 SpigotMC 上)
❌ 500 下载 (✅️ 在 SpigotMC 上)
"
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!"
```
### **命令:**
- /cwm reload
- /cwm info
### **变量:**
- {PLAYER} - 玩家的昵称
- {ONLINE} - 服务器上的玩家数量
- {UNIQUE_PLAYERS} - 唯一玩家数量
### **权限:**
- cwm.usage (用于 /cwm reload 和 /cwm info 命令)
