HomeJavaModsSimpleStore-GUI
SimpleStore-GUI
SimpleStore-GUI — screenshot 1SimpleStore-GUI — screenshot 2

SimpleStore - Spigot Plugin

A simple shop plugin for Spigot 1.19.4+

Features

How to Open the Shop

  1. Use the command /SimpleStore or /ss
  2. Right-click air while holding an emerald in your main hand (this feature can be toggled on/off with /SimpleStore toggle)

Shop Interface

Purchasing Items

Commands

Command Permission Description
/SimpleStore simplestore.use Open the shop
/SimpleStore help simplestore.use Display help information
/SimpleStore reload simplestore.reload Reload the configuration file
/SimpleStore toggle simplestore.use Toggle the emerald right-click feature

Permissions

Configuration File

The configuration file is located at plugins/SimpleStore/config.yml

Shop Name

shop-name: "&aSimple Shop"

Adding Items

items:
  1:  # Item ID (used for sorting)
    material: DIAMOND  # Item type
    amount: 1  # Quantity per purchase
    name: "&bDiamond"  # Display name
    lore:  # Item description
      - "&7Buy a shiny diamond"
      - "&eLeft Click: Buy x1"
      - "&eShift+Left Click: Buy x64"
    price: 5  # Price (number of emeralds)

Custom Messages

All messages can be customized in the messages section of the configuration file:

messages:
  prefix: "&a[SimpleStore] &r"
  purchase-success: "&aSuccessfully purchased &e{amount}x {item} &afor &e{price} emeralds!"
  # ... more messages

GUI Settings

You can customize navigation buttons and filler items:

gui:
  rows: 3
  previous-page-slot: 18
  next-page-slot: 26
  close-slot: 22
  # ... more settings

Installation

  1. Place the downloaded JAR file into your server's plugins folder
  2. Restart the server or use /reload confirm
  3. Edit the plugins/SimpleStore/config.yml configuration file
  4. Use /SimpleStore reload to reload the configuration

Notes

Color Codes

Current Version

Author

mcmohen

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more