HomeJavaModsLilliputian | The only Library you will ever need!
ModsJava

Lilliputian | The only Library you will ever need!

⬇ Download on Spigot
Lilliputian

Never shade again! The only dependency you will ever need!


Lilliputian benefits


Installation


[​IMG]

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 ( ) ) ;
    }
}
 

Support

For support, please join the official support server


[​IMG]

License


[​IMG]

Lilliputian is licensed under the MIT License
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.

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.

Explore more