Go to file
2022-01-27 20:01:19 +01:00
InventoryAccess Generate remapped-mojang artifacts 2022-01-27 20:01:19 +01:00
InvUI Fixed ScrollGUI#canScroll 2022-01-14 21:35:55 +01:00
ResourcePack Set resource pack url after generating hash 2022-01-15 15:41:49 +01:00
.gitattributes Initial commit 2021-01-20 22:27:13 +01:00
.gitignore Update .gitignore 2021-12-12 12:13:14 +01:00
jitpack.yml Update jitpack.yml 2021-12-01 20:04:57 +01:00
LICENSE Create LICENSE 2021-02-06 16:48:56 +01:00
pom.xml Bumped version 2022-01-14 21:28:19 +01:00
README.md 1.18 Support 2021-12-01 14:57:25 +01:00

Logo

Stars GitHub issues License

InvUI

An Inventory API for Minecraft Spigot servers.

Supports all versions from 1.14 to 1.18.

Wiki

Features

  • Different types of inventories (Chest, Anvil, Cartography Table, 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)
  • VirtualInventories to store actual items in GUIs
  • Easy way to add localization using the ItemProvider system and the built-in ItemBuilder
  • Supports custom textures (Forced ResourcePack)
  • Uncloseable inventories
  • GUI Builder

Examples

1 2