HomeJavaModsServUI
ServUI
ModsJava

ServUI

by Plus200 · on Modrinth

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

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.10–1.21.11 · Fabric⬇ Download for 1.21.10–1.21.11 · NeoForge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
ServUI — screenshot 1ServUI — screenshot 2ServUI — screenshot 3ServUI — screenshot 4ServUI — screenshot 5ServUI — screenshot 6ServUI — screenshot 7

Servui

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:

repositories {
    flatDir { 
        dir 'libs'
    }
}

dependencies {
	modImplementation include("co.lemee:servui: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.

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.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more