Introduction
Welcome to the documentation for the SkiesShop mod! This guide will help you get started with using and configuring the mod.
Quick Start
Section titled “Quick Start”- Install the SkiesShop mod jar onto your server. Download the mod here!
- Open shops using the command
/shops open <id>while in-game. - Modify and create new Shops in the
config/skiesshop/shops/folder.
What is SkiesShop?
Section titled “What is SkiesShop?”SkiesShop is a server-sided fabric mod featuring a powerful shop system allowing you to create infinite shops with items and commands available for purchase and for sale with relative ease!
The mod supports a variety of features, including:
- Create practically infinite shops and items (idk, haven’t tested that)
- Economy integration with many Economy mods (Impactor, BEconomy, CobbleDollars, etc)
- Placeholder support with popular Placeholder APIs (TextPlaceholderAPI, MiniPlaceholders, etc)
- All customizable items support custom names, lore, enchantments, and more (anything that is a component/nbt can be applied)
- And more!
Getting Started
Section titled “Getting Started”- Introduction
Initial introduction to the SkiesShop mod, understanding the purpose and features of the mod. - Installation
Guide to install the SkiesShop mod, dependencies, and optional integrations. - Commands and Permissions
List of commands and permissions available in the SkiesShop mod. - Supported Economies
List of supported economy plugins for use with SkiesShop. - Placeholders
List of supported Placeholder APIs and available placeholders for use with SkiesShop. - GUI Types
List of the supported GUI types used in SkiesShop, including for shop and confirmation menus. - FAQs
Frequently Asked Questions about the SkiesShop mod, including troubleshooting tips and common implementation questions.
Configuration
Section titled “Configuration”Base Config
Section titled “Base Config”- Main Configuration
Guide to configure the mainconfig.jsonfile for SkiesShop. These settings apply globally to the mod.- Entry Lore
Configuration options for the lore added to Shop Entries. - Click Options
Configuration options for Shop Entry click behavior. - Storage Options
Configuration options for the storage system used by SkiesShop
- Entry Lore
- Lang Configuration
Guide to customizing the messages for SkiesShop
- Shop Configuration
Guide to understanding the basics of a Shop configuration file.- Shop Entries
Configuration options for a Shop Entry, which is what can be bought/sold in a Shop. - Price Configuration
Configuration options for defining the price of Shop Entries. - Presets
Guide to using presets in Shop configurations.
- Shop Entries
- Actions
Configuration options actions that can be executed within a Shop. - Requirements
Configuration options for requirements for Shop Entries.
Confirm Menus
Section titled “Confirm Menus”- Confirm Menus
Guide to understanding the basics of a Confirm Menu configuration file.- Amount Selectors
Configuration options for Amount Selectors in Confirm Menus.
- Amount Selectors
- Item Options
Options to configure a generic item’s appearance and data. - Components
Guide to using Components and specifically how to make use of them in the SkiesShop mod.