Shop Plugin
🟠 Updated over a year ago🖼️ Gallery (1 images)
🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #425 of 1560 bukkit mods in this game by downloads
📋 About This Mod
# ShopPlugin A flexible shop system for Minecraft servers with advanced features like NBT support, potions, and automatic restock system. (https://raw.githubusercontent.com/vLuckyyy/badges/main/avaiable-on-modrinth.svg)](https://modrinth.com/plugin/shopplugin) (https://raw.githubusercontent.com/vLuckyyy/badges/refs/heads/main/available-on-spigotmc.svg)](https://www.spigotmc.org/resources/shop-plugin.127331/) (https://raw.githubusercontent.com/vLuckyyy/badges/refs/heads/main/avaiable-on-hangar.svg)](https://hangar.papermc.io/moritxius-matsuda/ShopPlugin) (https://raw.githubusercontent.com/vLuckyyy/badges/main/available-on-bstats.svg)](https://bstats.org/plugin/bukkit/Shop%20Plugin/26220) !(https://img.shields.io/modrinth/dt/shopplugin?logo=modrinth&logoColor=1bd96a&label=Downloads&color=1bd96a&link=https%3A%2F%2Fmodrinth.com%2Fplugin%2Fshopplugin) ### **Save 20% on your next order with my code: moritxius-a-6421** <a href="https://zap-hosting.com/moritxius?voucher=moritxius-a-6421"><img src="https://zap-hosting.com/interface/download/images.php?type=affiliate&id=451886" alt="ZAP-Hosting Gameserver and Webhosting"></a> ## Features - 🏪 **Flexible Shop Creation** - Create unlimited shops with individual names - 🎨 **Customizable Display Names** - Shops can have beautiful, colored display names - ⚡ **NBT Support** - Items with custom names and enchantments - 🧪 **Potion System** - Easy creation of potion trades with all effects - 🔄 **Automatic Restock** - Trades become available again after configurable time - 🔐 **Permission System** - Control over shop access and management - 💾 **Persistent Storage** - All shops are automatically saved - 📋 **Tab Completion** - Full auto-completion for all commands ## Installation 1. Download the `shopplugin-*.jar` file 2. Place it in your `plugins/` folder 3. Restart the server 4. The plugin automatically creates the `plugins/ShopPlugin/shops/` folder ## Commands ### Basic Commands (for all players) ``` /shop <shopname> - Opens a shop /shop list - Shows all available shops /shop info - Plugin information ``` ### Admin Commands (requires `shopplugin.admin` permission) ``` /shop create <shopname> - Creates a new shop /shop addtrade <shop> <input> <amount> <output> <amount> - Adds a trade /shop addpotion <shop> <input> <amount> <potion_type> - Adds a potion trade /shop addtradeadvanced <shop> <input> <amount> <output> <amount> - Advanced trade creation /shop removetrade <shopname> <trade_index> - Removes a trade /shop rename <shopname> <new_display_name> - Changes the display name /shop trades <shopname> - Shows all trades in a shop /shop remove <shopname> - Deletes a shop /shop potions - Shows all available potion types /shop restock <shopname> - Sets restock interval ``` ## Permissions ```yaml shopplugin.admin: true # Full access to all shop management functions shopplugin.use.*: true # Access to all shops shopplugin.use.<shopname>: true # Access to specific shop ``` ## Examples ### Create a simple shop ``` /shop create general "§6General Shop" ``` ### Add basic trade ``` /shop addtrade general DIAMOND 1 DIAMOND_SWORD 1 10 ``` ### Add potion trade ``` /shop addpotion general EMERALD 2 HEALING 5 /shop addpotion general GOLD_INGOT 1 HEALING:UPGRADED 3 /shop addpotion general DIAMOND 1 REGENERATION:EXTENDED 1 ``` ### Add advanced trade with NBT ``` /shop addtradeadvanced general DIAMOND 1 DIAMOND_SWORD 1 10 "&bMagical Diamond" "&cFire Sword" "" "FIRE_ASPECT:2,SHARPNESS:5" ``` ### Set restock interval ``` /shop restock general 12 # Every 12 hours /shop restock vip 6 # Every 6 hours ``` ## Potion Types ### Available Base Potions: - `HEALING` - Instant Health - `HARMING` - Instant Damage - `REGENERATION` - Regeneration - `POISON` - Poison - `STRENGTH` - Strength - `WEAKNESS` - Weakness - `SPEED` - Speed - `SLOWNESS` - Slowness - `JUMP` - Jump Boost - `FIRE_RESISTANCE` - Fire Resistance - `WATER_BREATHING` - Water Breathing - `INVISIBILITY` - Invisibility - `NIGHT_VISION` - Night Vision ### Modifiers: - `:EXTENDED` - Longer duration - `:UPGRADED` - Stronger effect (Level II) ### Examples: - `HEALING:UPGRADED` - Healing II - `SPEED:EXTENDED` - Speed with longer duration - `REGENERATION:UPGRADED` - Regeneration II ## Enchantments Enchantments are specified in the format `ENCHANTMENT:LEVEL`, multiple separated by comma: ``` "SHARPNESS:5,FIRE_ASPECT:2,UNBREAKING:3" ``` ### Common Enchantments: - `SHARPNESS` - Sharpness - `FIRE_ASPECT` - Fire Aspect -
# ShopPlugin
A flexible shop system for Minecraft servers with advanced features like NBT support, potions, and automatic restock system.
[!(https://raw.githubusercontent.com/vLuckyyy/badges/main/avaiable-on-modrinth.svg)](https://modrinth.com/plugin/shopplugin) [!(https://raw.githubusercontent.com/vLuckyyy/badges/refs/heads/main/available-on-spigotmc.svg)](https://www.spigotmc.org/resources/shop-plugin. 127331/) [!(https://raw.githubusercontent.com/vLuckyyy/badges/refs/heads/main/avaiable-on-hangar.svg)](https://hangar.papermc.io/moritxius-matsuda/ShopPlugin) [!(https://raw.githubusercontent.com/vLuckyyy/badges/main/available-on-bstats.svg)](https://bstats.org/plugin/bukkit/Shop%20Plugin/26220)
!(https://img.shields.io/modrinth/dt/shopplugin?logo=modrinth&logoColor=1bd96a&label=Downloads&color=1bd96a&link=https%3A%2F%2Fmodrinth.com%2Fplugin%2Fshopplugin)
### Save 20% on your next order with my code: moritxius-a-6421
## Features
- 🏪 Flexible Shop Creation - Create unlimited shops with individual names
- 🎨 Customizable Display Names - Shops can have beautiful, colored display names
- ⚡ NBT Support - Items with custom names and enchantments
- 🧪 Potion System - Easy creation of potion trades with all effects
- 🔄 Automatic Restock - Trades become available again after configurable time
- 🔐 Permission System - Control over shop access and management
- 💾 Persistent Storage - All shops are automatically saved
- 📋 Tab Completion - Full auto-completion for all commands
## Installation
1. Download the `shopplugin-.jar` file 2. Place it in your `plugins/` folder 3. Restart the server 4. The plugin automatically creates the `plugins/ShopPlugin/shops/` folder
## Commands
### Basic Commands (for all players)
```
/shop
### Admin Commands (requires `shopplugin.admin` permission)
```
/shop create
## Permissions
```yaml
shopplugin.admin: true # Full access to all shop management functions
shopplugin.use.: true # Access to all shops
shopplugin.use.
## Examples
### Create a simple shop ``` /shop create general "§6General Shop" ```
### Add basic trade ``` /shop addtrade general DIAMOND 1 DIAMOND_SWORD 1 10 ```
### Add potion trade ``` /shop addpotion general EMERALD 2 HEALING 5 /shop addpotion general GOLD_INGOT 1 HEALING:UPGRADED 3 /shop addpotion general DIAMOND 1 REGENERATION:EXTENDED 1 ```
### Add advanced trade with NBT ``` /shop addtradeadvanced general DIAMOND 1 DIAMOND_SWORD 1 10 "&bMagical Diamond" "&cFire Sword" "" "FIRE_ASPECT:2,SHARPNESS:5" ```
### Set restock interval ``` /shop restock general 12 # Every 12 hours /shop restock vip 6 # Every 6 hours ```
## Potion Types
### Available Base Potions: - `HEALING` - Instant Health - `HARMING` - Instant Damage - `REGENERATION` - Regeneration - `POISON` - Poison - `STRENGTH` - Strength - `WEAKNESS` - Weakness - `SPEED` - Speed - `SLOWNESS` - Slowness - `JUMP` - Jump Boost - `FIRE_RESISTANCE` - Fire Resistance - `WATER_BREATHING` - Water Breathing - `INVISIBILITY` - Invisibility - `NIGHT_VISION` - Night Vision
### Modifiers: - `:EXTENDED` - Longer duration - `:UPGRADED` - Stronger effect (Level II)
### Examples: - `HEALING:UPGRADED` - Healing II - `SPEED:EXTENDED` - Speed with longer duration - `REGENERATION:UPGRADED` - Regeneration II
## Enchantments
Enchantments are specified in the format `ENCHANTMENT:LEVEL`, multiple separated by comma:
``` "SHARPNESS:5,FIRE_ASPECT:2,UNBREAKING:3" ```
### Common Enchantments: - `SHARPNESS` - Sharpness - `FIRE_ASPECT` - Fire Aspect -
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- moritxius
- Version
- 1.4.5
- Downloads
- 7,195
- Endorsements
- 14
- Category
- bukkit
- Created
- 6/28/2025
- Updated
- 6/20/2025
- Game Versions
- 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1
- Tags
- economy, equipment, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does Shop Plugin support?
The author lists 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2. Other versions may work but are untested by the author.
What is the latest version of Shop Plugin?
Version 1.4.5, published 2025-06-20 with 7,195 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await
