skLib
PluginMIT

skLib

Not a Skript Addon

38
Downloads
1
Followers
12 months ago
Updated
📦
1
Versions

📖About skLib

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.