Compatibility
Minecraft: Java Edition
1.21.5
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 20 hours ago
Supported Platforms
Server side plugin:
Client side mod:
Fabric (requires Fabric API)
How To (Players and Server Admins)
Guithium is a jar file that works on both Fabric clients as a mod and Paper servers as a plugin.
Just install it like you would any other mod or plugin.
[!IMPORTANT]
Guithium does nothing on its own. You will need plugins that hook into Guithium in order to take advantage of it.
Here is a list of known plugins that use Guithium:
How To (Plugin Developers)
Wiki: https://github.com/BillyGalbreath/Guithium/wiki
Javadoc: https://jd.pl3x.net/net/pl3x/guithium/guithium-api/0.0.1-SNAPSHOT
Repository (Maven)
<project>
<repository>
<id>pl3x-repo</id>
<url>https://repo.pl3x.net/public/</url>
</repository>
<dependency>
<groupId>net.pl3x.guithium</groupId>
<artifactId>guithium-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</project>
Repository (Gradle)
repositories {
maven { url = 'https://repo.pl3x.net/public/' }
}
dependencies {
compileOnly 'net.pl3x.guithium:guithium-api:0.0.1-SNAPSHOT'
}
How To (Compiling Jar From Source)
To compile Guithium you need JDK 21 and an internet connection.
Clone the GitHub repo, then run ./gradlew build
from your terminal.
The compiled jar will be in build/libs/