GUI API Example Datapack
🟡 Updated this year🔍 Analysis
- 🏆 #1572 of 1745 datapack mods in this game by downloads
📋 About This Mod
# GUI API — Example Datapack This datapack is a reference/showcase collection for the (https://modrinth.com/mod/gui-api) Fabric mod. It is **not standalone content** — it requires the guiAPI mod to be installed on the server. **Target version:** Minecraft 26.2 (`pack_format: 107`) ## Contents - **`welcome`** — Simple accept/decline menu demonstrating `run_command` and `close` actions. - **`admin_panel`** — Multi-button main menu: `toggle` state (PvP on/off), permission gating via `condition` (`has_tag`), left/right-click separation (`click_type`), and navigation to a sub-menu (`open_gui`). - **`sub_menu`** — Second-level menu linked from `admin_panel`, with `open_gui` used to navigate back. - **`counter`** — Variable system demo: `set_var`, `add_var`, `sub_var`, `reset_var`, conditional visibility (`var_gt`, `var_set`), and live updates via `refresh`. - **`macro_and_input_demo`** — In-GUI `macros` block, macro invocation via `run_function`, and player text input via `anvil_input`. - **`showcase`** — Multi-page menu (`page`, `next_page`, `prev_page`), `on_open`/`on_close` events, and scoreboard-backed variables (`score:`). - **`new_features_demo`** — Advanced features combined: auto-refresh via `tick_rate`, action delays, taking items from inventory (`take_item`), score manipulation (`add_score`/`sub_score`), effect management (`add_effect`/`clear_effects`), XP-level gating (`level_gt`/`level_lt`), and multi-value `custom_model_data` / `item_model` usage. ## Usage Load the datapack into your world, then open any GUI under the `example` namespace through guiAPI's command system (e.g. `example:welcome`, `example:admin_panel`). ## Note This pack is intended for learning/reference purposes. Review commands like `kick` and `gamemode creative` before adapting them to a live server.
# GUI API — Example Datapack
This datapack is a reference/showcase collection for the [GUI API](https://modrinth.com/mod/gui-api) Fabric mod. It is not standalone content — it requires the guiAPI mod to be installed on the server.
Target version: Minecraft 26. 2 (`pack_format: 107`)
## Contents
- `welcome` — Simple accept/decline menu demonstrating `run_command` and `close` actions.
- `admin_panel` — Multi-button main menu: `toggle` state (PvP on/off), permission gating via `condition` (`has_tag`), left/right-click separation (`click_type`), and navigation to a sub-menu (`open_gui`).
- `sub_menu` — Second-level menu linked from `admin_panel`, with `open_gui` used to navigate back.
- `counter` — Variable system demo: `set_var`, `add_var`, `sub_var`, `reset_var`, conditional visibility (`var_gt`, `var_set`), and live updates via `refresh`.
- `macro_and_input_demo` — In-GUI `macros` block, macro invocation via `run_function`, and player text input via `anvil_input`.
- `showcase` — Multi-page menu (`page`, `next_page`, `prev_page`), `on_open`/`on_close` events, and scoreboard-backed variables (`score:`).
- `new_features_demo` — Advanced features combined: auto-refresh via `tick_rate`, action delays, taking items from inventory (`take_item`), score manipulation (`add_score`/`sub_score`), effect management (`add_effect`/`clear_effects`), XP-level gating (`level_gt`/`level_lt`), and multi-value `custom_model_data` / `item_model` usage.
Load the datapack into your world, then open any GUI under the `example` namespace through guiAPI's command system (e.g. `example:welcome`, `example:admin_panel`).
This pack is intended for learning/reference purposes. Review commands like `kick` and `gamemode creative` before adapting them to a live server.
📊 Mod Details
- Game
- Minecraft Data Packs
- Author
- tickwarden
- Version
- 1.0.6
- Downloads
- 10
- Endorsements
- 0
- Category
- datapack
- Created
- 8/10/2026
- Updated
- 8/9/2026
- Game Versions
- 26.2
- Tags
- library, technology
🔧 How to Install Minecraft Data Packs Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Data Packs →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Data Packs commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Data Packs versions does GUI API Example Datapack support?
The author lists 26.2. Other versions may work but are untested by the author.
What is the latest version of GUI API Example Datapack?
Version 1.0.6, published 2026-08-09 with 10 downloads recorded at the source.
Keep browsing — more Minecraft Data Packs mods await