promotional bannermobile promotional banner

Server GUI

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

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 lib directory 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.

The Server GUI Team

profile avatar
  • 1
    Followers
  • 7
    Projects
  • 10.4K
    Downloads
Donate

More from plus_200View all

  • Chicken Feather project image

    Chicken Feather

    • 2.3K
    • Mods

    Get feather by right-clicking on chicken

    • 2.3K
    • February 1, 2026
    • Mods
    • +3
  • Broken Tool project image

    Broken Tool

    • 3.4K
    • Mods

    Replace Broken Tool

    • 3.4K
    • February 1, 2026
    • Mods
    • +1
  • Auction House Plus project image

    Auction House Plus

    • 1.3K
    • Mods

    A server-side mod (or plugin) that allows users to sell items to all other players.

    • 1.3K
    • January 5, 2026
    • Mods
    • +2
  • Real Economy project image

    Real Economy

    • 1.7K
    • Mods

    A Minecraft economy plugin (or server-side-only mod) for Fabric, Forge and NeoForge that supports multiple currencies.

    • 1.7K
    • January 5, 2026
    • Mods
    • +1
  • Chicken Feather project image

    Chicken Feather

    • 2.3K
    • Mods

    Get feather by right-clicking on chicken

    • 2.3K
    • February 1, 2026
    • Mods
    • +3
  • Broken Tool project image

    Broken Tool

    • 3.4K
    • Mods

    Replace Broken Tool

    • 3.4K
    • February 1, 2026
    • Mods
    • +1
  • Auction House Plus project image

    Auction House Plus

    • 1.3K
    • Mods

    A server-side mod (or plugin) that allows users to sell items to all other players.

    • 1.3K
    • January 5, 2026
    • Mods
    • +2
  • Real Economy project image

    Real Economy

    • 1.7K
    • Mods

    A Minecraft economy plugin (or server-side-only mod) for Fabric, Forge and NeoForge that supports multiple currencies.

    • 1.7K
    • January 5, 2026
    • Mods
    • +1