Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Server GUI (SGui)

Server GUI (SGui)

A user-interface based library useful for creating front-end UIs for existing game screens on both NeoForge and Fabric

203
3
Library

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.2

Platforms

Fabric
NeoForge

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on PayPalDonate

Creators

Plus200
Plus200 Member

Details

Licensed LGPL-3.0-only
Published last month
Updated last month
DescriptionGalleryChangelogVersions

SGui (Server Gui)

This is a port of the SGui Library that is a small, jij-able library that allows creation of server side guis.

The goal of this build is to allow Fabric mods that uses the original SGui library to be ported on Neoforge, using this build.

Usage (for mod developers):

Add it to your dependencies like this:

  • create a lib directory and put the jar in it.
  • Add the local repository to your build.gradle:
repositories {
    flatDir { 
        dir 'libs'
    }
}

dependencies {
	modImplementation include("eu.pb4:sgui:1.9.1+1.21.5-neoforge") // Adapt it, it should match the jar your are using
}

Exemple of a mod using it: AuctionHouse

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.

Modrinth is open source.

main@396f737

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.