From cab2b60abf7ff5480a9693d8a6cc39a58a5631cd Mon Sep 17 00:00:00 2001 From: Carm <36306882+CarmJos@users.noreply.github.com> Date: Sun, 3 Oct 2021 17:57:22 +0800 Subject: [PATCH] add code link --- README-en.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README-en.md b/README-en.md index 8f41a14..392ac97 100644 --- a/README-en.md +++ b/README-en.md @@ -37,15 +37,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. +- 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) - 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) -- GUI with automatic sorting and page turning! -- Support PlaceholderAPI variables! -- Support Hex color! (Version 1.16 and above) `&(#Color)` +- 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) - Example: LightSlateBlue `&(#8470FF)` 、 DarkSlateBlue `&(#483D8B)` ## Notice