Speedgot
HanGuiBuilder | A simple gui builder API
-----
A simple gui builder
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
What is this project? HanGuiBuilder is a Minecraft Spigot plugin API that is designed for developers. It simplifies the process of building GUIs and assigning commands to items within them, and is compatible with all versions of Minecraft.
Maven
Code (Text):
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.BingulHan</groupId>
<artifactId>HanGuiBuilder</artifactId>
<version>1.0</version>
</dependency>
Example
Code (Text):
new HanGuiBuilder(HanGuiBuilder.Size.THREE, "&b&lExample Gui", this).setAccessibleOnDragItems(false).addPlayer(event.getPlayer()).
addItem(1, new GuiItem(new ItemStack(Material.GRASS), (p,g) -> {
p.sendMessage(ChatColor.GREEN+"You touched the grass!");
g.getPlugin().getServer().broadcastMessage(""+p.getName()+" touched the grass!");
})).open();
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
93
First Release:
Apr 18, 2023
Last Update:
Apr 18, 2023
Category:
---------------
All-Time Rating:
0 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support