skLib is a library designed to make it easier for developers to build Minecraft plugins. It provides a set of utility functions and classes that simplify common coding tasks, streamlining plugin development and reducing boilerplate code.
- Easy-to-use utility methods for common tasks.
- Provides robust and reusable functions for handling data structures, file I/O, and more.
- Designed to be lightweight and efficient, without unnecessary dependencies.
- Aims to improve code readability and reduce development time.
To add skLib to your Minecraft plugin project, include it as a dependency in your build.gradle
file:
maven {
url 'https://jitpack.io'
}
dependencies {
implementation 'com.github.lmaoskript:skLib:<version>'
}
Replace <version>
with the version you want to use.
skLib is not affiliated with SkriptLang or any Skript addon.