TitanInventories
create clickable inventories, paginated or auto updating!
Features
Using the plugin
Creating a simple inventory
All you need to do is make a class that extends TitanInv, override the constructor to set title and size, and the init function where you will be setting inventory content and pagination, as follows:
The InventoryContens is the management of the contents.
create clickable inventories, paginated or auto updating!
Features
- Clickable items
- Make a paginated GUI with a single method!
- open & close listeners.
- Make auto updating GUIs as simple as making a normal GUI!
- Custom title and size.
- Ability to fill borders, specific columns & rows
- A util class to make items super easy!
HTML:
Maven Repository
<repositories>
<repository>
<id>jitpack.io </id>
<url>https://jitpack.io </url>
</repository>
</repositories>
<dependency>
<groupId>com.github.TitanDevX </groupId>
<artifactId>TitanInventories </artifactId>
<version>LATEST </version>
</dependency>
<repositories>
<repository>
<id>jitpack.io </id>
<url>https://jitpack.io </url>
</repository>
</repositories>
<dependency>
<groupId>com.github.TitanDevX </groupId>
<artifactId>TitanInventories </artifactId>
<version>LATEST </version>
</dependency>
Using the plugin
Creating a simple inventory
All you need to do is make a class that extends TitanInv, override the constructor to set title and size, and the init function where you will be setting inventory content and pagination, as follows:
Code (Text):
public class UsersGUI extends TitanInv {
public UsersGUI() {
super(Title, Size);
}
@Override
public void init(Player p, InventoryContents con, Object[] data) {
}
public UsersGUI() {
super(Title, Size);
}
@Override
public void init(Player p, InventoryContents con, Object[] data) {
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- 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.
TitanInventories - GUI Creation API is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 72 times (via Spigot). Download it and open it directly in the game.