Introduction
Welcome to the documentation for the SkiesGUIs mod! This guide will help you get started with using and configuring the mod.
Quick Start
Section titled “Quick Start”- Install the SkiesGUIs mod jar onto your server. Download the mod here!
- Open GUIs using the command
/gui open <id>while in-game. - Modify and create new GUIs in the
config/skiesguis/guis/folder.
What is SkiesGUIS?
Section titled “What is SkiesGUIS?”SkiesGUIs is a server-sided fabric mod that allows server admins to create GUIs (Graphical User Interfaces) using vanilla Minecraft GUIs for players to interact with. The mod is highly configurable and uses JSON files for all configuration, allowing for organization and relative ease of use.
The mod supports a variety of features, including:
- Practically infinite GUIs
- Definable items with custom names, lore, enchantments, and more (anything that is a component/nbt can be applied)
- Clickable items with definable actions (run commands, give items, open other GUIs, etc.)
- Requirements to restrict viewing certain items, clicking items, or accessing entire GUIs (permissions, economy balances, advancements, etc.)
- Economy intergration with popular economy plugins
- Placeholder support with popular Placeholder APIs
- Custom GUI alias commands
- Open and close actions and requirements
- And much more!
Table Of Contents
Section titled “Table Of Contents”Getting Started
Section titled “Getting Started”- Introduction
Initial introduction to the SkiesGUIs mod, understanding the purpose and features of the mod. - Installation
Guide to install the SkiesGUIs mod, dependencies, and optional integrations. - Main Config
Guide to configure the mainconfig.jsonfile for SkiesGUIs. These features apply globally to the mod. - Commands and Permissions
List of commands and permissions available in the SkiesGUIs mod. - Supported Economies
List of supported economy plugins for use with SkiesGUIs. - Placeholders
List of supported Placeholder APIs and available placeholders for use with SkiesGUIs. - FAQs
Frequently Asked Questions about the SkiesGUIs mod, including troubleshooting tips and common implementation questions.
GUI Configuration
Section titled “GUI Configuration”- Base Configuration
Guide to understanding the very basics of a GUI configuration file. - Items
Configuration of items within a GUI, including display properties, behaviors, and advanced options. - Actions
Configuration of actions that can be executed within a GUI, including additional advanced options. - Requirements
Configuration of requirements that can be used to restrict viewing items, click actions, and GUI access. - Components
Guide to using Components and specifically how to make use of them in the SkiesGUIs mod. - Examples
Example GUI configurations for SkiesGUIs to help get started.