
A simple GUI shop plugin for Spigot 1.19.4+
A simple shop plugin for Spigot 1.19.4+
/SimpleStore or /ss/SimpleStore toggle)| 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 |
simplestore.use - Use the shop (Default: true)simplestore.reload - Reload the configuration file (Default: op)simplestore.admin - Admin permission → Access to all commands (Default: op)The configuration file is located at plugins/SimpleStore/config.yml
shop-name: "&aSimple Shop"
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)
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
You can customize navigation buttons and filler items:
gui:
rows: 3
previous-page-slot: 18
next-page-slot: 26
close-slot: 22
# ... more settings
plugins folder/reload confirmplugins/SimpleStore/config.yml configuration file/SimpleStore reload to reload the configuration& symbol)&0 - Black&1 - Dark Blue&2 - Dark Green&3 - Cyan&4 - Dark Red&5 - Purple&6 - Gold&7 - Gray&8 - Dark Gray&9 - Blue&a - Green&b - Aqua&c - Red&d - Pink&e - Yellow&f - White&l - Bold&n - Underline&o - Italic&r - Resetmcmohen