HomeJavaModsInjectLib
InjectLib

InjectLib

A lightweight Kotlin library for Paper/Spigot 1.21+ that provides useful extensions and helper functions for plugin development. Perfect for reducing boilerplate and utilizing modern MiniMessage texts.

✨ Features

📦 Installation

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.notKolja</groupId>
        <artifactId>InjectLib</artifactId>
        <version>0.1.1</version>
    </dependency>
</dependencies>

Gradle Kotlin DSL

repositories {
    maven("https://jitpack.io")
}
dependencies {
    implementation("com.github.notKolja:InjectLib:0.1.1")
}

Gradle Groovy DSL

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.notKolja:InjectLib:0.1.1'
}

📚 Requirements

⚠️ Note (Alpha)

InjectLib is currently in Alpha:

🤝 Contributing

  1. Report issues: Issues
  2. Contribute code: Pull requests welcome!

Made with ❤️ for the Minecraft plugin community. Trusted by TransientRealm.de

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more