Skip to content
/ UILabs Public

UILabs is an API for Spigot plugins, enabling efficient and safe custom inventory GUIs in Minecraft.

Notifications You must be signed in to change notification settings

sieadev/UILabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UILabs

uilabs

UILabs is an API for Spigot plugins, enabling efficient and safe custom inventory GUIs in Minecraft.

Why UILabs?

  • Efficient: UILabs is designed to be resource efficient, with minimal impact on server performance.
  • Safe: UILabs handles all interactions with the GUI ─ you don't have to worry about players messing with your GUIs.
  • Easy to Use: Creating GUIs with UILabs is simple and intuitive, with a clean and easy-to-understand API.
  • Lightweight: No need to include a bunch of dependencies in your plugin, UILabs is a standalone API.
  • Open Source: UILabs is completely open source, so you can contribute to the project and help make it better.
  • Customizable: Customize your GUIs with to your liking, using UILabs' built-in components and utilities.

Maven

<dependency>
    <groupId>dev.siea.uilabs</groupId>
    <artifactId>UILabs</artifactId>
    <version>{version}</version>
</dependency>

Gradle

dependencies {
    implementation "dev.siea.uilabs:UILabs:{version}"
}

About

UILabs is an API for Spigot plugins, enabling efficient and safe custom inventory GUIs in Minecraft.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages