Mineuniverse
Log in Register
Plugins

SmartUI API

Easily create GUIs like SwiftUI
by TheFruxz
Download Claim this project
274 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools Mechanics Miscellaneous

LOGO  The SmartUI API makes your UI smart

Here is SmartUI

The SmartUI API makes it possible to build GUIs or inventories in a very simple and straightforward way.

 

It also greatly simplifies creating and adding ItemStacks and inventories, making the workflow simpler and easier than ever before.

 

With the API, existing Bukkit ItemStacks can also be converted to SmartItems and backwards, so that later use of the API does not cause any after-effects or side effects.

 

Examples

To show how simple and structured the use of the SmartUI API is in contrast to the BukkitAPI, some examples are shown here.

Simple Inventory

 

Extremely simple inventory

 

Fusion with Bukkit-Inventory

 

Fusion with Bukkit-Itemstack

 

Create an Item

SmartItem item = new SmartItem().name("An Item").type(Material.CAKE);

Create an Inventory

SmartInventory inventory = new SmartInventory();

Apply the Item to the Inventory

inventory.place(12, item);

That's all there is to it! Incredibly fast and easy!

SmartUI >> 1.0
MC 1.9, 1.16, 1.11, 1.14, 1.8.3, 1.8.1, 1.13, 1.8, 1.12, 1.10, 1.15
Release 2020-07-16 Get

More from TheFruxz

PortableWorkbench - The remote Crafting Table
962
ModifiedChat - Custom Chat Style
960
Team-Chat
911
SkyPvP - System
847
Kotlin
8,155
MakeThisPlaceAHome
8,108

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677