A collection of tools to help with plugin development for Minecraft
Plugin Development Helper – or ph for short – is a kotlin library that provides a collection of tools to help with plugin development for Minecraft.
Important
Replace {{version}}
with the latest version number on maven central.
repositories {
mavenCentral()
}
dependencies {
implementation("kr.alpha93.ph:paper:{{version}}")
}