8000 GitHub - LurgCraft-Forge/sgui: Library for creating custom, server side guis on Fabric
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LurgCraft-Forge/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.

About

Library for creating custom, server side guis on Fabric

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0