▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
LengChat

LengChat

让你的服务器昵称系统焕发生机!具有渐变聊天颜色、经济系统集成和权限组继承功能——为每个玩家创建独特的身份。

6
1

🤔 Why use nickname plugins?

To be honest, I have used a lot of nickname plugins before, but I always feel that there are disadvantages. Either the functionality is too rudimentary, the configuration is too complex, or it conflicts with other plugins. Until I wrote LengChat myself, it is now running stably on multiple servers, and I will share it with you today!

✨Core features

🏷️ Flexible nickname system

Players can set their own nickname with /nick nickname Support color codes (&a & b &c, etc.) Customizable maximum length of nicknames Built-in sensitive word filtering to avoid indecent nicknames

💰 Economic system linkage

Support Vault Economy, setting a nickname can be charged Set different prices for the first time and modify a nickname No money? Then use your original name obediently~

🎨 Gradient Chat Colors (Featured Feature!) )

This is the feature that I personally like the most! Depending on the permissions (which you can find through luckperms), the chat text will automatically change to a gradient color:

admin nickpro.admin → red gradient
Co-managed by nickpro.liteadmin → orange gradient
Customer service nickpro.mod → green gradient
High play nickpro.pro → Purple gradient
Sponsor player nickpro.zanzhu → blue gradient

When the player speaks, the text automatically gradients from left to right, and the visual effect is directly full!

🔍 Practical information inquiries

/checknick playername See someone else's nickname Hover over the player's name to display the real ID, identity group, and online status Supports AFK status display (requires LengAFK)

🛡️ Permission grouping friendly

Supports LuckPerms permission group inheritance Set permissions such as nickpro.zanzhu and nickpro.pro to the permission group, and the players in the group will automatically take effect There is no need to set permissions individually for each player

🎁 More small details

[i] Tab shows the item in hand (hover over to see item information) SQLite/MySQL dual database support PlaceholderAPI variable support Chinese nickname automatic detection Title Prompt (animated when setting success/failure) Players can use color characters such as & when they speak, and the intelligent calculation of &r still maintains gradient color Make anvil naming support colored characters Support [i] display items 📥 # Download and configure The plugin itself is very small, only a few tens of KB, just put it in the plugins folder and restart the server. Basic configuration:

# Nickname maximum length
max-nick-length: 16

# Whether to enable economy
use-economy: true
create-nick-cost: 10000 # Set the price for the first time
change-nick-cost: 5000 # Modify nickname price

Example of permission group configuration (LuckPerms):

# To the Admin group
lp group admin permission set nickpro.admin true

# To the sponsoring group
lp group vip permission set nickpro.zanzhu true

💡 # Applicable scenarios 📌 RPG servers: Players can replace IDs with character names 📌 Public service service: distinguish between players with different identities (sponsorship, management, ordinary) 📌 Community server: Make the chat interface more layered 📌 Mini-games: Players can customize funny names

🎯 # Two final words This plugin was written by me according to my server needs, and I hope it can help you now. If you have good suggestions or encounter bugs, please feel free to give us feedback!

The plugin is currently compatible with version 1.21+, older versions may need to be adjusted In addition, I will post here if the plugin is needed PlaceholderAPI, LengAFK, LuckPerms,Vault These are all soft dependencies, if you don't install them, it won't affect the use of plugins, but I still hope to install them all~ ——————————————————

🤔 为什么要用昵称插件?

说实话,之前我也用过不少昵称插件,但总觉得缺点什么。要么功能太简陋,要么配置太复杂,要么跟其他插件冲突。直到我自己动手写了 LengChat,现在已经稳定运行在多个服务器,今天就分享给大家!

✨ 核心功能

🏷️ 灵活的昵称系统

玩家可以用 /nick 昵称 设置自己的昵称 支持颜色代码(&a &b &c 等等) 可自定义昵称最大长度 内置敏感词过滤,避免不雅昵称

💰 经济系统联动

支持 Vault 经济,设置昵称可以收费 首次设置和修改昵称可设置不同价格 没钱?那就乖乖用原名吧~ ##🎨 渐变聊天颜色(特色功能!) 这是我个人最满意的功能!根据不同权限(你可以通过luckperms来发现),聊天文字会自动变成渐变色:

管理员nickpro.admin → 红色渐变
协管nickpro.liteadmin → 橙色渐变  
客服nickpro.mod → 绿色渐变
高玩nickpro.pro → 紫色渐变
赞助玩家nickpro.zanzhu → 蓝色渐变

玩家说话时,文字从左到右自动渐变,视觉效果直接拉满!

🔍 实用的信息查询

/checknick 玩家名 查看别人的昵称 鼠标悬停在玩家名字上,可以显示真实ID、身份组、在线状态 支持 AFK 状态显示(需搭配 LengAFK)

🛡️ 权限分组友好

支持 LuckPerms 权限组继承 给权限组设置 nickpro.zanzhu、nickpro.pro 等权限,组内玩家自动生效 不需要一个个玩家单独设置权限 ##🎁 更多小细节 [i] 标签显示手中物品(鼠标悬停看物品信息) SQLite/MySQL 双数据库支持 PlaceholderAPI 变量支持 中文昵称自动检测 Title 标题提示(设置成功/失败时有动画) 让玩家说的话可使用&等彩色字符,并且智能计算&r还保持渐变色 让铁砧命名支持彩色字符 支持[i]展示物品

📥 下载与配置

插件本体很小,只有几十KB,放进 plugins 文件夹重启服务器就行。 基础配置:

# 昵称最大长度
max-nick-length: 16

# 是否启用经济
use-economy: true
create-nick-cost: 10000  # 首次设置价格
change-nick-cost: 5000   # 修改昵称价格

权限组配置示例(LuckPerms):

# 给管理员组
lp group admin permission set nickpro.admin true

# 给赞助组  
lp group vip permission set nickpro.zanzhu true

💡 适用场景

📌 RPG服务器:玩家可以用角色名代替ID 📌 公益服:区分不同身份的玩家(赞助、管理、普通) 📌 社区服:让聊天界面更有层次感 📌 小游戏:玩家可以自定义有趣的名字

🎯 最后说两句

这个插件是我根据自己服务器需求写的,现在分享出来希望能帮到大家。如果你有好的建议或者遇到BUG,欢迎随时反馈!

插件目前适配 1.21+ 版本,旧版本可能需要调整 另外插件需要的我也贴这里吧 PlaceholderAPI, LengAFK, LuckPerms,Vault 这些都是软依赖,你不装的话也不影响插件使用,但是还是希望都装一下哦~

Совместимость

Minecraft: Java Edition

1.21.x1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:3 недели назад
Главная