Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Patbox/sgui
Library for creating custom, server side guis on Fabric
https://github.com/Patbox/sgui
Last synced: 2 months ago
JSON representation
Library for creating custom, server side guis on Fabric
- Host: GitHub
- URL: https://github.com/Patbox/sgui
- Owner: Patbox
- License: lgpl-3.0
- Created: 2021-04-02T12:35:12.000Z (almost 4 years ago)
- Default Branch: 1.21.2
- Last Pushed: 2024-10-22T20:38:55.000Z (3 months ago)
- Last Synced: 2024-10-31T04:04:20.657Z (3 months ago)
- Language: Java
- Homepage:
- Size: 309 KB
- Stars: 90
- Watchers: 5
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fabric-server-mods - \[GitHub\
README
# 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.