Server GUI
No reviews yet
A user-interface based library useful for creating front-end UIs for existing game screens on both NeoForge and Fabric
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Adds tools to customize the user interface and menus.
A modified or ported version of an existing mod.
Provides a framework or library for other mods to use.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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 is to allow Fabric mods that uses the original SGui to be ported on Neoforge, using this build.
Usage (for mod developpers):
Add it to your dependencies like this:
- create a
libdirectory and put the jar in it. - Add the local repository to your build.gradle:
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
}
Example 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.
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:
- create a
libdirectory and put the jar in it. - Add the local repository to your build.gradle:
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers