← Назад к ресурсам

GUILib

Developer tool to create & design GUIs for datapacks easily.

Modrinth economy library utility

Описание

# GUILib [![Download on Modrinth](https://img.shields.io/badge/Download-Modrinth-1bd96a?style=for-the-badge&logo=modrinth&logoColor=white)](https://modrinth.com/datapack/guilib-beta0.0)[![Discord](https://img.shields.io/badge/Join-Andy71_Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/ETzFRjAFSZ) ## Overview **GUILib** is a library datapack made to create GUIs in your datapacks ## Features ### Help Center **/trigger guilib-help** to open the help center int the chat ### Function **/function gui:create.item** to make your mainhand item into a GUI Open item ### To Change one of the eight GUIs go to **data/gui/gui/(there is your GUI number 1..8)** and change the item replace air commands with your items ### Custom Data Items **minecraft:YOUR_ITEM[minecraft:custom_data={ui_item:1b}]** - locks the item in its GUI Slot (Can't be dropped) **minecraft:YOUR_ITEM[minecraft:custom_data={navigate_to:gui1}]** - navigates you to the gui1,gui2...