From f5d2022d8bafa7c8fa9fd2fa46822f498759334c Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 19 Feb 2023 04:27:11 +0800 Subject: [PATCH] =?UTF-8?q?docs(color):=20=E6=B7=BB=E5=8A=A0=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=BB=A3=E7=A0=81=E5=B8=AE=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ extension/papi/pom.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 83f4bc0..1c8aa6c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ ### 主要部分 (`/base`) +- Color [`easyplugin-color`](base/color) + - 颜色工具类模块,提供功能全面的MC颜色解析转换工具。 + - 支持 `&+颜色代码`(原版颜色)、`§(#XXXXXX)`(RGB颜色) 与 `&<#XXXXXX>`(前后标注RGB颜色渐变)。 - Utils [`easyplugin-utils`](base/utils) - 通用工具类模块,该模块中的内容支持在Bungee、Bukkit使用。 - 本模块提供 @@ -69,6 +72,7 @@ ### 附属部分 (`/extension`) - [PlaceholderAPI](https://www.spigotmc.org/resources/6245/) [`easyplugin-placeholderapi`](extension/papi) + - PlaceholderAPI 扩展模块,提供了方便的 PlaceholderAPI 变量注册方法。 - [Vault](https://github.com/MilkBowl/VaultAPI)* [`easyplugin-vault`](extension/vault) ## 开发 diff --git a/extension/papi/pom.xml b/extension/papi/pom.xml index 43ea780..608738d 100644 --- a/extension/papi/pom.xml +++ b/extension/papi/pom.xml @@ -21,6 +21,7 @@ jar EasyPlugin-PlaceholderAPI + EasyPlugin的 PlaceholderAPI 扩展模块,提供了方便的 PlaceholderAPI 变量注册方法。