FancyChat

一个简单但高度可配置的插件,帮助你的玩家脱颖而出。

资源图片
## 英文 This plugin will allow each player to change the color of their nickname and chat message using a convenient menu. Using the config, you can add any colors, items, names for this menu. Added support for prefixes and suffixes in chat! ## 俄文 Этот плагин позволит каждому игроку изменять цвет ника и сообщения в чате с помощью удобного меню. С помощью конфига вы можете добавить любые цвета, предметы, названия для этого меню. Добавлена поддержка префиксов и суффиксов в чате! ## 示例消息 ![Message example variants](https://cdn.modrinth.com/data/cached_images/631dc437eb5d473362f0fd5c8e4d2a58becc1227.png) ## 示例菜单 ![Color choosing menu](https://cdn.modrinth.com/data/cached_images/44ffe21a80708eae69c41f53483391aba582d74e.png) ### 命令 ``` /fancy-chat - opens menu /chat - opens menu ``` ``` /fancy-chat reload - reloads config [fancy-chat.reload] ```
配置 ``` config-version: 2 menu-name: "&6FancyChat Menu" # 考虑聊天和名称颜色槽之间的一行缩进 #Consider the indentation of one line of slots between the chat and name colors menu-size: 54 current-item-name: "Current colors" current-item-type: "glass" color-name-item-name: "Select name color" color-message-item-name: "Select message color" sample-message: "Hi everyone! I love this server ♥" name-message-separator: " > " # 支持 PlaceholderApi #Supports PlaceholderApi prefix: "%luckperms_prefix% " suffix: " %luckperms_suffix%" message-colors: white: item: "white_dye" color: "#ffffff" gray: item: "gray_dye" color: "#a8a8a8" name-colors: white: item: "white_dye" color: "#ffffff" gray: item: "gray_dye" color: "#a8a8a8" ```