diff --git a/README-en.md b/README-en.md index 65be42a..2aed76c 100644 --- a/README-en.md +++ b/README-en.md @@ -26,8 +26,7 @@ development. ## Dependencies -- **[Necessary]** Plugin developed based on [Spigot-API](https://hub.spigotmc.org/stash/projects/SPIGOT) - and [BukkitAPI](http://bukkit.org/). +- **[Necessary]** Plugin developed based on [Spigot-API](https://hub.spigotmc.org/stash/projects/SPIGOT) and [BukkitAPI](http://bukkit.org/). - **[Necessary]** Plugin data storage base on [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/). - **[Recommend]** Placeholders based on [PlaceholderAPI](https://www.spigotmc.org/resources/6245/) . @@ -37,22 +36,16 @@ For development dependencies, please see [Dependencies](https://github.com/Carm - **Theoretically** support ALL MineCraft Versions. - Reloading the configuration will automatically refresh the prefix of all players. -- Real-time judgment and feedback to the player when permissions are - changed. [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/listener/processor/UserNodeUpdateProcessor.java) +- Real-time judgment and feedback to the player when permissions are changed. - Configurable sounds and messages. - The prefix icon can be configured as "Selected", "Has Permission" and “No Permission”. - Item configuration is natively configured through ItemStack, which supports all MC settings! - TabList is automatically sorted according to the weight of the prefix (if there is a conflict, it can be turned off) -- The prefix display on the player name (can be turned off if there is a - conflict) [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/nametag/UserNameTag.java) -- Simple Chat Format Placeholder support. (Not - Recommended) [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/listener/ChatListener.java) -- GUI with automatic sorting and page - turning! [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/ui/PrefixSelectGUI.java) -- Support PlaceholderAPI - variables! [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/hooker/UserPrefixExpansion.java) -- Support [Hex Color](https://www.hexcolortool.com/)! (Version 1.16 and - above) `&(#Color)` [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/util/ColorParser.java) +- The prefix display on the player name (can be turned off if there has any conflict) +- Simple Chat Format Placeholder support. (Not Recommended) +- GUI with automatic sorting and page turning! +- Support PlaceholderAPI variables! +- Support [Hex Color](https://www.hexcolortool.com/)! (Version 1.16 and above) `&(#Color)` - Example: LightSlateBlue `&(#8470FF)` 、 DarkSlateBlue `&(#483D8B)` ## Notice diff --git a/README.md b/README.md index b7d9c8e..01d98a3 100644 --- a/README.md +++ b/README.md @@ -33,23 +33,17 @@ The **English version** of the introduction is [here](https://github.com/CarmJos - 理论上全版本支持! - 游戏内重载配置文件并实时更新到玩家! -- -当玩家权限变更时会实时监测前缀,若权限不足则自动更换前缀并提示![✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/listener/processor/UserNodeUpdateProcessor.java) +- 当玩家权限变更时会实时监测前缀,若权限不足则自动更换前缀并提示 - 可配置的声音、消息! - 前缀图标可配置“选中”、“有权限”与“无权限”三种状态的物品 - 物品的配置通过ItemStack原生配置,支持MC所有的设定! - 具体的设定请参考其他文档哦~ - TabList自动按照前缀的权重排序 (如有冲突可关掉) -- 玩家头顶前缀显示 ( - 如有冲突可关掉) [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/nametag/UserNameTag.java) -- 简单的聊天变量修改功能!( - 不推荐使用) [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/listener/ChatListener.java) -- -自动排序,且可翻页的GUI![✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/ui/PrefixSelectGUI.java) -- 支持PlaceholderAPI变量!( - 凡支持的都可以使用,如BungeeTabListPlus) [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/hooker/UserPrefixExpansion.java) -- -支持[Hex颜色](https://www.hexcolortool.com/)!(1.16以上版本) [✈](https://github.com/CarmJos/UserPrefix/blob/master/src/main/java/cc/carm/plugin/userprefix/util/ColorParser.java) +- 玩家头顶前缀显示 (如有冲突可关掉) +- 简单的聊天变量修改功能!(不推荐使用) `[自 v2.1.0 版本起]` +- 自动排序,且可翻页的GUI! +- 支持PlaceholderAPI变量!(凡支持的都可以使用,如BungeeTabListPlus) +- 支持[Hex颜色](https://www.hexcolortool.com/)!(1.16以上版本) `[自 v1.2.3 版本起]` - 格式: `&(#颜色代码)` - 示例: LightSlateBlue `&(#8470FF)` 、 DarkSlateBlue `&(#483D8B)`