GUI: The GUI framework that powers plugins such as Editor and Refer, with multiple page types and automatic bread-crumbing!
THIS IS A UTILITY/API - THIS IS NOT A PLUGIN
Example showcase plugin: https://www.spigotmc.org/resources/heads.26467/
To include this util in your plugin, use Maven and put this in your pom.xml:
Don't forget to use some sort of maven shading plugin such as maven-shade-plugin or alternatively maven-assembly-plugin.
===== USEFUL LINKS =====
Source Code
Development Builds
Maven Build
Website
========================
THIS IS A UTILITY/API - THIS IS NOT A PLUGIN
Example showcase plugin: https://www.spigotmc.org/resources/heads.26467/
To include this util in your plugin, use Maven and put this in your pom.xml:
Code (XML):
<dependencies>
<dependency>
<groupId>co.insou </groupId>
<artifactId>gui </artifactId>
<version>1.0.2-SNAPSHOT </version>
<scope>compile </scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>insou-repo </id>
<url>http://repo.insouciance.co/snapshots </url>
</repository>
</repositories>
<dependency>
<groupId>co.insou </groupId>
<artifactId>gui </artifactId>
<version>1.0.2-SNAPSHOT </version>
<scope>compile </scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>insou-repo </id>
<url>http://repo.insouciance.co/snapshots </url>
</repository>
</repositories>
===== USEFUL LINKS =====
Source Code
Development Builds
Maven Build
Website
========================
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
[API] gui is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10. Downloaded 800 times (via Spigot). Download it and open it directly in the game.