Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moore authored Nov 19, 2023
1 parent 98687da commit 1d49edd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d49edd

Please sign in to comment.