Skip to content
/ ph Public

A collection of tools to help with plugin development for Minecraft

Notifications You must be signed in to change notification settings

TeamMDD/ph

Repository files navigation

Plugin Development Helper

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.

Installation

Important

Replace {{version}} with the latest version number on maven central.

Paper

repositories {
    mavenCentral()
}

dependencies {
    implementation("kr.alpha93.ph:paper:{{version}}")
}

About

A collection of tools to help with plugin development for Minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published