From 06ea5e72d5b6e342e992bd122b6fa9e190517b57 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:45:38 +0200 Subject: [PATCH] Add Permission and feature to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5cde745..77c6618 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ or [on GitHub](https://github.com/alexcrea/CustomAnvil/releases/latest) - Display xp cost instead of "to expensive" when above lv 40. (need ProtocoLib) - Can handle some custom enchantment plugins (see bellow for more information) - Gui to configure the plugin in game. +- Support of color code and hexadecimal color --- ### Permissions: ```yml @@ -34,6 +35,9 @@ ca.bypass.fuse: Allow player to combine every enchantments to every item (no cus ca.bypass.level: Allow player to bypass every level limit (no custom limit) ca.command.reload: Allow administrator to reload the plugin's configs ca.config.edit: Allow administrator to edit the plugin's config in game +# Related to use of color (usage of permission for color is toggleable in basic config gui or config.yml) +ca.color.code: Allow player to use color code if permission is required (toggleable) +ca.color.hex: Allow player to use hexadecimal color if permission is required (toggleable) ``` /!\ version under 1.3.1 use other permission. from 1.2.0 to 1.3.1-A1 use ua.unsafe instead of ca.affected under 1.2.0 replace ca prefix by ue and use ue.unsafe. some permission/features may not exist before the last version.