Skip to content

A library that helps make developing Minecraft Bukkit API plugins easier

License

Notifications You must be signed in to change notification settings

AcogKR/PluginHelper

Repository files navigation

PluginHelper

PluginHelper is a library that provides various features for Minecraft plugin development. With PluginHelper, you can easily develop Minecraft plugins without having to write boilerplate code.

Features

PluginHelper provides the following features:

  • Automatic support for TypeCraft libraries
  • Convenient programming support with various extension functions
  • And more!

Installation

You can install PluginHelper in your project by adding the following dependency to your build.gradle file:

repositories {
    mavenCentral()
}

dependencies {
    implementation 'kr.acog:pluginhelper-core:2.0.0'
}

Thank you for contributing to PluginHelper!

About

A library that helps make developing Minecraft Bukkit API plugins easier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages