Lilliputian
Never shade again! The only dependency you will ever need!
Lilliputian benefits
Installation
![[IMG]](//proxy.spigotmc.org/88071acc1a26646888b76d6c74c058f73b66d02e?url=https%3A%2F%2Fjitpack.io%2Fv%2Fgodead%2Flilliputian.svg)
Using Lilliputian is extremely easy. Please check how to use it in the example!
Support
For support, please join the official support server
License
Lilliputian is licensed under the MIT License
Never shade again! The only dependency you will ever need!
Lilliputian benefits
- Reduce Jar size, no longer have to shade dependencies.
- Other plugins can use the same pool of dependencies.
- Incredibly small, only 8kb!
Installation
Using Lilliputian is extremely easy. Please check how to use it in the example!
Code (Java):
public
class ExampleMain
extends JavaPlugin
{
@Override
public void onEnable ( ) {
final Lilliputian lilliputian = new Lilliputian ( this ) ;
lilliputian. getDependencyBuilder ( )
// Jitpack
. addDependency ( new Dependency (
Repository. JITPACK,
"com.github.retrooper",
"packetevents",
"1.6.9" ) )
// Maven Central
. addDependency ( new Dependency (
Repository. MAVENCENTRAL,
"commons-io",
"commons-io",
"2.8.0" ) )
// Custom repository
. addDependency ( new Dependency (
"https://jitpack.io",
"com.github.ProtocolSupport",
"ProtocolSupport",
"4fdd683" ) )
. loadDependencies ( ) ;
PacketEvents. init ( this ) ;
PacketEvents. getSettings ( ). setIdentifier ( "Lilliputian" ) ;
System. out. println (PacketEvents. getSettings ( ). getIdentifier ( ) ) ;
System. out. println (FileUtils. getTempDirectory ( ). getAbsolutePath ( ) ) ;
}
}
@Override
public void onEnable ( ) {
final Lilliputian lilliputian = new Lilliputian ( this ) ;
lilliputian. getDependencyBuilder ( )
// Jitpack
. addDependency ( new Dependency (
Repository. JITPACK,
"com.github.retrooper",
"packetevents",
"1.6.9" ) )
// Maven Central
. addDependency ( new Dependency (
Repository. MAVENCENTRAL,
"commons-io",
"commons-io",
"2.8.0" ) )
// Custom repository
. addDependency ( new Dependency (
"https://jitpack.io",
"com.github.ProtocolSupport",
"ProtocolSupport",
"4fdd683" ) )
. loadDependencies ( ) ;
PacketEvents. init ( this ) ;
PacketEvents. getSettings ( ). setIdentifier ( "Lilliputian" ) ;
System. out. println (PacketEvents. getSettings ( ). getIdentifier ( ) ) ;
System. out. println (FileUtils. getTempDirectory ( ). getAbsolutePath ( ) ) ;
}
}
Support
For support, please join the official support server
License
Lilliputian is licensed under the MIT License
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Lilliputian | The only Library you will ever need! is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 143 times (via Spigot). Download it and open it directly in the game.