Go to file
2021-02-13 18:39:16 +01:00
src/main/java/de/studiocode/invui Moved ItemBuilder 2021-02-13 18:39:16 +01:00
.gitattributes Initial commit 2021-01-20 22:27:13 +01:00
.gitignore Renamed to InvUI 2021-02-02 21:10:08 +01:00
LICENSE Create LICENSE 2021-02-06 16:48:56 +01:00
pom.xml Update to latest InventoryAccess 2021-02-09 15:51:26 +01: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