Skip to content
/ sgui Public

Library for creating custom, server side guis on Fabric

License

Notifications You must be signed in to change notification settings

Patbox/sgui

Repository files navigation

SGui (Server Gui)

It's a small, jij-able library that allows creation of server side guis.

Usage:

Add it to your dependencies like this:

repositories {
	maven { url 'https://maven.nucleoid.xyz' }
}

dependencies {
	modImplementation include("eu.pb4:sgui:[TAG]")
}

After that you are ready to go! You can use SimpleGUI and other classes directly for simple ones or extend them for more complex guis.