A library containing different util methods and common code for KettleMC.net plugins.
- LuckPerms Utils for getting prefixes and suffixes
- Adventure Utils for sending (mini)messages to players
- Java Utils containing different methods for simplifying code
repositories {
maven { url "https://repo.kettlemc.net/repository/maven-public/" }
}
dependencies {
implementation "net.kettlemc:kcommon:VERSION"
}