HomeJavaModsGUIControlsAPI -- Make Custom GUIs EASILY!!! (1.14-1.16)
GUIControlsAPI -- Make Custom GUIs EASILY!!! (1.14-1.16)
ModsJava

GUIControlsAPI -- Make Custom GUIs EASILY!!! (1.14-1.16)

⬇ Download on Spigot
GUIControlsAPI
A powerful GUI system for Bukkit developers, supporting labels, buttons, checkboxes, lights, and even scroll bars!
Features
  1. EASY usage!
  2. SCROLLABLE interface!
  3. Text input support!
  4. Updatable GUI
Usage
1. Add Jitpack Repository in your pom.xml
Code (Text):
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
2. Add dependency to your pom.xml
Code (Text):

<dependency>
    <groupId>com.github.DefinitlyEvil</groupId>
    <artifactId>GUIControlsAPI</artifactId>
    <version>1.2</version>
</dependency>
 
3. Make a simple Window
Code (Java):
    public static void test_updated (Player p ) {
        Window w = new Window ( "Test Window", 36, 20 ) {
            @Override
            public void onOpenInternal (HumanEntity target ) {
                target. sendMessage ( "wow you opened timer! " ) ;
            }

            @Override
            public boolean onCloseInternal (HumanEntity target ) {
                target. sendMessage ( "ok closed" ) ;
                return true ;
            }

            @Override
            public void onDestroy ( ) {
                System. out. println ( "destroyed" ) ;
            }
        } ;

        w. open (p, null ) ;
    }
 
Screenshots
[​IMG]
[​IMG]
[​IMG]

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

GUIControlsAPI -- Make Custom GUIs EASILY!!! (1.14-1.16) is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15, 1.16. Downloaded 113 times (via Spigot). Download it and open it directly in the game.

Explore more