{"id":14969479,"url":"https://github.com/nichtstudiocode/invui","last_synced_at":"2026-05-10T11:01:56.718Z","repository":{"id":38011808,"uuid":"331436728","full_name":"NichtStudioCode/InvUI","owner":"NichtStudioCode","description":"A spigot library for creating custom inventory-based GUIs.","archived":false,"fork":false,"pushed_at":"2025-03-29T10:24:03.000Z","size":5495,"stargazers_count":282,"open_issues_count":3,"forks_count":24,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-03T15:11:47.601Z","etag":null,"topics":["api","bukkit","gui","inventories","inventory","java","library","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NichtStudioCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"xenondevs"}},"created_at":"2021-01-20T21:27:19.000Z","updated_at":"2025-03-31T10:42:53.000Z","dependencies_parsed_at":"2024-03-06T10:30:28.161Z","dependency_job_id":"16b5214c-c7ca-4359-b61f-c280b483e755","html_url":"https://github.com/NichtStudioCode/InvUI","commit_stats":{"total_commits":431,"total_committers":3,"mean_commits":"143.66666666666666","dds":"0.016241299303944357","last_synced_commit":"86468c9e9e9301a4a66ff7550ab7df2eea2418e7"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NichtStudioCode%2FInvUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NichtStudioCode%2FInvUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NichtStudioCode%2FInvUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NichtStudioCode%2FInvUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NichtStudioCode","download_url":"https://codeload.github.com/NichtStudioCode/InvUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590574,"owners_count":21129850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bukkit","gui","inventories","inventory","java","library","spigot"],"created_at":"2024-09-24T13:41:55.344Z","updated_at":"2026-05-10T11:01:56.690Z","avatar_url":"https://github.com/NichtStudioCode.png","language":"Java","funding_links":["https://patreon.com/xenondevs"],"categories":[],"sub_categories":[],"readme":"![Logo](https://i.imgur.com/yim89HQ.png)\n\n[![Stars](https://img.shields.io/github/stars/NichtStudioCode/InvUI?color=ffa200)](https://github.com/NichtStudioCode/InvUI/stargazers)\n![GitHub issues](https://img.shields.io/github/issues/NichtStudioCode/InvUI)\n![License](https://img.shields.io/github/license/NichtStudioCode/InvUI)\n\n# InvUI\n\nAn Inventory GUI library for Minecraft Paper servers.  \n\nHighlighted features:\n* Supports most inventory types: Chest, Anvil, Brewer, Cartography, Crafter, Crafting, Furnace, Grindstone, Merchant, Smithing, Stonecutter\n* Different Gui types: Normal, Paged, Tab, Scroll\n* Gui-embeddable inventories with a powerful event system (e.g. only allow input for certain item types, customize maximum stack size per slot, etc.)\n* First-class [MiniMessage](https://docs.advntr.dev/minimessage/index.html) support\n* Easy localization of UI items using the built-in ItemBuilder\n\nCheck out the [InvUI Documentation](https://xenondevs.xyz/docs/invui/) to learn more.  \nIf you have any questions, feel free to join the [Discord](https://discord.com/invite/EpVMXtXB2t) or ask them in [GitHub Discussions](https://github.com/NichtStudioCode/InvUI/discussions).\n\n## Version Compatibility\n\nStarting with v2, InvUI is no longer a multi-version library.\nSee the table below for an overview of which InvUI version is compatible with which Minecraft version.\n\n| Minecraft version    | InvUI version     |\n|----------------------|-------------------|\n| `26.1.2`             | `2.0.0` - `2.1.x` |\n| `1.14.0` - `1.21.11` | `1.49`            |\n\n## Maven\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003exenondevs\u003c/id\u003e\n    \u003curl\u003ehttps://repo.xenondevs.xyz/releases\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003exyz.xenondevs.invui\u003c/groupId\u003e\n    \u003cartifactId\u003einvui\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nCheck out the [InvUI documentation](https://xenondevs.xyz/docs/invui/) for more information.\n\n## Examples\n_These examples are taken from the documentation linked above. To keep the code examples there short, button names are often omitted._\n\n\u003cp\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/gui/#paged-gui\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/gui/paged2.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/gui/#scroll-gui\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/gui/scroll.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/gui/#tab-gui\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/gui/tab.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/gui/#animations\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/gui/animation2.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/inventory/#itempreupdateevent\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/inventory/item_pre_update_event.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/inventory/#inventoryclickevent\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/inventory/inventory_click_event.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/window/#anvil-window\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/window/anvil_search.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/window/#stonecutter-window\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/window/stonecutter_buttons_as_inventory.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/window/#cartography-window\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/window/cartography_drawing.avif\" width=\"256\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/window/#merchant-window\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/window/merchant_tabs.avif\" width=\"426\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.xenondevs.xyz/invui/item/#bundle-selection\"\u003e\u003cimg src=\"https://docs.xenondevs.xyz/invui/assets/img/item/bundleSelect.avif\" width=\"344\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichtstudiocode%2Finvui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnichtstudiocode%2Finvui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichtstudiocode%2Finvui/lists"}