Update README.md

This commit is contained in:
NichtStudioCode 2022-06-13 12:25:24 +02:00 committed by GitHub
parent a5ad22cc2b
commit bc993f0e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,8 +7,7 @@
# InvUI # InvUI
An Inventory API for Minecraft Spigot servers. An Inventory API for Minecraft Spigot servers.
Supports all versions from 1.14 to 1.19.
Supports all versions from 1.14 to 1.18.
[Wiki](https://github.com/NichtStudioCode/InvUI/wiki) [Wiki](https://github.com/NichtStudioCode/InvUI/wiki)
@ -16,12 +15,15 @@ Supports all versions from 1.14 to 1.18.
* Different types of inventories (Chest, Anvil, Cartography Table, Dropper...) * Different types of inventories (Chest, Anvil, Cartography Table, Dropper...)
* Different GUI types (Normal, Paged, Tab, Scroll) * Different GUI types (Normal, Paged, Tab, Scroll)
* Nested GUIs (For example use another PagedGUI as a page) * Nested GUIs (For example use a Scroll-GUI as a tab page)
* Easily customizable (Create your own GUI types and Items) * Easily customizable (Create your own GUI types and Items)
* VirtualInventories to store actual items in GUIs * VirtualInventory: Store real items inside GUIs, customize maximum stack size per slot, etc.
* Easy way to add localization using the ItemProvider system and the built-in ItemBuilder * Easy way to add localization using the ItemProvider system and the built-in ItemBuilder
* Supports custom textures (Forced ResourcePack) * Supports custom textures (forced resource pack system, compatible with AuthMe)
* Advanced ItemBuilder (Normal, Potion, Skull) with BaseComponent support
* Support for BaseComponents in inventory titles
* Uncloseable inventories * Uncloseable inventories
* GUI Animations
* GUI Builder * GUI Builder
## Examples ## Examples