Patbox / sgui

Library for creating custom, server side guis on Fabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Library for creating custom, server side guis on Fabric

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%