HomeJavaModsRockLib
RockLib
Welcome the RockLib!
This is a general use library for Minecraft plugin development! (Not legacy)
Make sure to check out the GitHub

Server owners:
If you are here it means a plugin required this, in which case, ignore everything below, just download this and add it to your server as if it was a plugin.

Important:
This is not the best library currently, it does not do too much, but it is a good learning experience and so this will all be open source and free. (Licensed under Creative Commons Zero v1.0 Universal)
But I still plan on adding many things and really getting the most out of this!

Also I plan on making a discord so that link will be right here when I do that!

Features:
Objects:
Utilities:
Extra:
Installation:
You can use the .jar attached to this, or you can install with a build tool (Maven/Gradle)
Spoiler: Maven
Maven:
Code (Text):
<dependency>
    <groupId>me.rockyers</groupId>
    <artifactId>rocklib</artifactId>
    <version>RELEASE</version>
    <scope>compile</scope>
</dependency>

Spoiler: Gradle
Gradle:
I do not use Gradle so I have to use JitPack to upload it here.
Code (Text):
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
        implementation 'com.github.Rockyers:RockLib:RELEASE'
}

Wiki:
I have the wiki on github but I am also making a discord server where you can ask for help, report bugs, and suggest things (I will link it here when Ive created it)

License :
This project is open source and free, but I still have this licensed under Creative Commons Zero v1.0 Universal

Commands

Plugin details

Read from the plugin's own plugin.yml.

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.

RockLib is a free Minecraft Java mod. Compatible with Minecraft 1.16, 1.17, 1.18. Downloaded 133 times (via Spigot). Download it and open it directly in the game.

Explore more