HomeJavaModsWoodLib
WoodLib
ModsJava

WoodLib

by WoodEXPLOSIVE · on Modrinth

A Bukkit PluginLib featuring many usefull things. Builders, Libraries, Utilities and more!

⬇ Download on Modrinth

jitpack

WoodLib

WoodLib is an Bukkit Plugin library made by me (WoodEXPLOSIVE).

Features:

Spoiler

Gui Lib:

Elements:

Guis:

##Utilities:

And many more to come

You can use this Library the following way:

Standalone Plugin

for example

build.gradle

repositories {
    mavenCentral()
    maven {
      url "https://jitpack.io"
    }
}

dependencies {
     compileOnly 'com.github.EXPLOSIVEGAMER:woodlib-core:%version%'
}

Shaded Library

In your build file:

for example:

build.gradle

plugins {
  id 'com.gradleup.shadow' version '9.0.0'
}

repositories {
    mavenCentral()
    maven {
      url "https://jitpack.io"
    }
}

dependencies {
     implementation 'com.github.EXPLOSIVEGAMER:woodlib-core:%version%'
}

If you shade woodlib into your own plugin jar via the Shadow plugin, you should relocate the package so it doesn't collide with a different WoodLib version another plugin on the same server might bundle:

shadowJar {
    relocate 'at.woodexplosive.woodlib', 'org.example.artifact.shaded'
}

org.example.artifact.shaded is a placeholder — replace it with your own package (e.g. com.yourname.yourplugin.libs.woodlib).

Info regarding AI:

Moast of the comments and javadocs in this project was made by AI.

WoodLib is a free Minecraft Java mod. Compatible with Minecraft 1.21, 1.21.1, 1.21.2, 1.21.3 and newer. Downloaded 5 times (via Modrinth). Download it and open it directly in the game.

Explore more