Go to file
2021-06-12 21:07:31 +02:00
.github/workflows Create maven.yml 2021-06-12 21:07:31 +02:00
InventoryAccess Merged with InventoryAccess 2021-06-12 15:15:31 +02:00
InvUI Merged with InventoryAccess 2021-06-12 15:15:31 +02:00
.gitattributes Initial commit 2021-01-20 22:27:13 +01:00
.gitignore Merged with InventoryAccess 2021-06-12 15:15:31 +02:00
LICENSE Create LICENSE 2021-02-06 16:48:56 +01:00
pom.xml Merged with InventoryAccess 2021-06-12 15:15:31 +02:00
README.md Update README.md 2021-02-08 18:17:53 +01:00

Logo

HitCount Codacy Badge Stars GitHub issues License

InvUI

An Inventory API for Minecraft Spigot servers.

Supports all versions from 1.14 to 1.16.

Wiki

Features

  • Different types of inventories (Chest, Anvil, Dropper...)
  • Different GUI types (Normal, Paged, Tab, Scroll)
  • Nested GUIs (For example use another PagedGUI as a page)
  • Easily customizable (Create your own GUI types and Items)
  • Easy way to add localization using the built-in ItemBuilder
  • Supports custom textures (Forced ResourcePack)
  • Uncloseable inventories
  • GUI Builder

Examples

1 2