skLib
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: paper
标签: library utility
skLib
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.
⚠️ skLib is NOT compatible with Spigot servers ⚠️
Features
- 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.
Installation
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.
请登录后举报
暂无评论,抢个沙发吧~