From 1d49edd79c0de1f8951494be571cef36fdb72417 Mon Sep 17 00:00:00 2001 From: Jake Moore <38172916+Jake-Moore@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:58:47 -0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ac9aa8d..ce8766cc 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,17 @@ public class Config extends KamiConfig { } } ``` -- **Utility Classes** - - All of XSeries, DiscordWebhook utility, StringUtil, and StringUtilP (StringUtil with Placeholder methods) +- **Utility Classes (shaded)** + - org.yaml.snakeyaml (latest) + - org.json + - redis.clients.jedis + - org.apache.httpcomponents + - [NBT-API](https://github.com/tr7zw/Item-NBT-API) + - [XSeries](https://github.com/CryptoMorin/XSeries) +- **Utility Classes (other)** + - DiscordWebhook (for sending simple webhooks) + - StringUtil (spigot-independant translation from & to ยง, and other useful string / string-list methods) + - StringUtilP (spigot and PlaceholderAPI-dependant expansion of StringUtil. Includes .p(...) methods for parsing PAPI placeholders) - **Yaml Management** - YamlHandler and YamlHandlerStandalone (for using .yml files outside of spigot) - Utilized internally by AbstractConfig ``` java