Skip to content

Introduction

Welcome to the documentation for the SkiesShop mod! This guide will help you get started with using and configuring the mod.


  1. Install the SkiesShop mod jar onto your server. Download the mod here!
  2. Open shops using the command /shops open <id> while in-game.
  3. Modify and create new Shops in the config/skiesshop/shops/ folder.

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!
  1. Introduction
    Initial introduction to the SkiesShop mod, understanding the purpose and features of the mod.
  2. Installation
    Guide to install the SkiesShop mod, dependencies, and optional integrations.
  3. Commands and Permissions
    List of commands and permissions available in the SkiesShop mod.
  4. Supported Economies
    List of supported economy plugins for use with SkiesShop.
  5. Placeholders
    List of supported Placeholder APIs and available placeholders for use with SkiesShop.
  6. GUI Types
    List of the supported GUI types used in SkiesShop, including for shop and confirmation menus.
  7. FAQs
    Frequently Asked Questions about the SkiesShop mod, including troubleshooting tips and common implementation questions.
  1. Main Configuration
    Guide to configure the main config.json file for SkiesShop. These settings apply globally to the mod.
    1. Entry Lore
      Configuration options for the lore added to Shop Entries.
    2. Click Options
      Configuration options for Shop Entry click behavior.
    3. Storage Options
      Configuration options for the storage system used by SkiesShop
  2. Lang Configuration
    Guide to customizing the messages for SkiesShop
  1. Shop Configuration
    Guide to understanding the basics of a Shop configuration file.
    1. Shop Entries
      Configuration options for a Shop Entry, which is what can be bought/sold in a Shop.
    2. Price Configuration
      Configuration options for defining the price of Shop Entries.
    3. Presets
      Guide to using presets in Shop configurations.
  2. Actions
    Configuration options actions that can be executed within a Shop.
  3. Requirements
    Configuration options for requirements for Shop Entries.
  1. Confirm Menus
    Guide to understanding the basics of a Confirm Menu configuration file.
    1. Amount Selectors
      Configuration options for Amount Selectors in Confirm Menus.
  1. Item Options
    Options to configure a generic item’s appearance and data.
  2. Components
    Guide to using Components and specifically how to make use of them in the SkiesShop mod.