
⚡ EconomyShop ⚡
A clean, modern server shop & chest shop plugin for Paper 1.20+
🛒 Browse & Buy
Open the shop, pick a category, grab what you need. No chat commands, just click.

💰 Sell to Shop
Right-click any item in the shop to sell it back. Price, tax, and confirmation — all shown upfront.

📦 Player Chest Shops
Place a chest, slap a sign on it, and you've got a shop. Set your own prices through a simple GUI.

🛍️ Buy from Players
Walk up to any chest shop, click the sign, choose how many, done.

📊 Price History
Every sale — whether it's from the admin shop, a chest shop, or even AuctionHouse — feeds into the same price chart. 7, 14, and 30-day views with highs, lows, and averages.

✨ What's Included
Server Shop
- All GUI, no commands — Players browse categories, buy and sell through inventory menus
- Confirmation screen — Quantity selector with price breakdown before every transaction
- Sell back to the server — Right-click any shop item to sell, with tax shown before you confirm
- Infinite or limited stock — Pick unlimited stock or set a cap with automatic restocking
- Sales tax — Take a cut on every transaction, fully configurable
- Shared price history — Admin shop sales, chest shop sales, and AuctionHouse sales all feed into one chart per item
- Datapack friendly — Custom items show their real names, not raw material IDs
- Categories — Organize your shop however you want with custom icons
Chest Shops
- Chest + sign = shop — Players place a chest, add a sign, and set prices through a GUI
- Separate buy & sell prices — Let customers buy from you, sell to you, or both
- No commands needed — Everything is handled through the setup and edit menus
- Quantity selector — Customers pick exactly how many they want
- Creation cost — Charge players to open a shop, or make it free
- Per-player shop limit — Cap how many shops each player can run
- Transaction tax — Take a percentage from every chest shop sale
For Server Owners
- Admin GUI — Create categories, add items, set prices, toggle features — all through menus
- Vault — Works with any Vault-compatible economy plugin
- SQLite / MySQL / MariaDB — SQLite out of the box, switch to MySQL when you're ready
- Fully translatable — Every message, every GUI label, every button — all in one language file
- Configurable currency — Dollar signs, gold, coins, whatever fits your server
- PlaceholderAPI — Placeholders for scoreboards and tab lists
- WorldGuard — Restrict shop access to certain regions
- LuckPerms — Per-rank shop limits and chest shop caps
- Folia support — Runs on Folia without any extra setup
- Anti-exploit — Transaction locks, dupe prevention, creative mode blocking, rate limiting
- Granular permissions — Give admins edit access without reload access, or the other way around
🔗 Part of the ilius Economy Ecosystem
EconomyShop is the server shop of the ilius economy stack. Pair it with:
- EconomyProvider — Modern Vault economy with banknotes, baltop GUI, and transaction logging
- AuctionHouse — Player-to-player marketplace with price history, filters, and container preview
All three plugins integrate seamlessly — same config style, same database support, same Discord. Use one or all three.
🏗️ How to Create a Chest Shop
- Place a chest anywhere in the world
- Place a sign on or next to the chest and type
[Shop]on the first line - The setup GUI opens — pick your item, set buy/sell prices, and confirm
The sign updates automatically with your item name and prices. To restock, just open the chest and add more items. Other players click the sign to buy.
⌨️ Commands
Player
| Command | Description |
|---|---|
/shop |
Open the shop |
/shop sell |
Sell items to the server |
Admin
| Command | Description |
|---|---|
/shop admin |
Open the admin shop editor |
/shop admin reload |
Reload config, messages, and GUIs |
🔑 Permissions
| Permission | Description | Default |
|---|---|---|
economyshop.use |
Open the shop | true |
economyshop.sell |
Sell items to the shop | true |
economyshop.chestshop.create |
Create chest shops | true |
economyshop.chestshop.use |
Use other players' chest shops | true |
economyshop.admin |
Full admin access | op |
economyshop.admin.edit |
Edit items and categories | op |
economyshop.admin.reload |
Reload config | op |
📥 Setup
- Drop the jar in
plugins/ - Restart
- Run
/shop adminto create categories and add items - Players open
/shopand start trading
Want MySQL instead of SQLite? Open config.yml, set storage.type to mysql, then fill in host, port, database, username, and password under the storage.mysql section. Restart and you're done.
📦 Requirements
- Paper 1.20+ (or Purpur, Folia, etc.)
- Vault + an economy plugin
- Optional: LuckPerms, PlaceholderAPI, WorldGuard, EconomyProvider, AuctionHouse
💬 Need Help?
Join the Discord or open an issue.
🚀 Pro Edition — Coming Soon
Everything above, plus:
- Dynamic Pricing — prices shift based on supply and demand
- Admin Dashboard with live stats and module toggles
- Transaction History GUI for players
- Chest Shop Statistics
- LuckPerms Rank-Based Discounts
- Display Entities — floating items above chest shops
- Stock Alert Notifications for shop owners
Part of the ilius economy ecosystem. Built for servers that take their economy seriously.
Ченджлог
1.1.5Релиз26.1, 26.1.1, 26.1.2 · 8 июля 2026 г.
EconomyShop v1.1.5 — Hotfix
Bug Fixes
- Fixed console error spam on Folia ("Thread failed main thread check" on chunk load) (thanks xcomcadx)
- Silenced a HikariCP idle-timeout warning on startup
1.1.4Релиз26.1, 26.1.1, 26.1.2 · 9 июня 2026 г.
EconomyShop v1.1.4 — Hotfix
Bug Fixes
- Fixed harmless "Duplicate column name" warning spam on every restart with MySQL (thanks Azure)
1.1.3Релиз1.21.9, 1.21.10, 1.21.11 · 1 июня 2026 г.
EconomyShop v1.1.3 — Hotfix
Bug Fixes
- Fixed
/selleating items without paying on Paper 26.1+ (thanks Kennardinbound) - Silenced spurious "Failed to add stock" warning spam on every sell
1.1.2Релиз26.1, 26.1.1, 26.1.2 · 27 мая 2026 г.
v1.1.2 Changelog
New Features
- Added support for PlaceholderAPI expressions as prices — set any item's buy or sell price to a placeholder like
%my_papi_value%in the admin editor and it'll be resolved per-player at purchase/sale time. Plain numeric prices still work exactly as before. Currency markers like$and,in resolved values are stripped automatically; resolution failures fall back to the numeric price safely
Security
- Fixed a potential free-items exploit on Vault economy providers that allow zero-amount withdraws: items set to "sell only" (buy price 0) could be acquired for free via the buy menu. The shop now refuses to open the buy menu for sell-only items regardless of which economy provider is installed
1.1.1Релиз26.1, 26.1.1, 26.1.2 · 14 мая 2026 г.
v1.1.1 Changelog
Compatibility
- Restored backwards compatibility with Paper 1.21.x and Java 21
- Still loads cleanly on Paper 26.1+ with Java 25 — one build works on both
Bug Fixes
- Update checker now compares versions semantically instead of by string equality (no more "new version available" when you're already on a newer build)
- Update checker safely ignores garbage / outage responses from SpigotMC
- Fixed a build issue where plugin.yml versions could lag behind the actual release
Improvements
config.ymlnow self-heals on startup — keys added in newer plugin versions are automatically merged into older configs. Fixes "admin GUI toggle doesn't save" symptoms caused by stale configs missing newer keys (e.g.modules.buyorderson configs pre-dating the Buy Orders feature)
1.1.0Релиз26.1, 26.1.1, 26.1.2 · 5 мая 2026 г.
v1.1.0 Changelog
Compatibility
- Updated to support Paper 26.1+ (Minecraft 26.1.2 and later)
- Now requires Java 25 — matches the new Paper server runtime
Note
- Stay on the previous version if you're running Paper 1.21.x or Java 21
1.0.5.2Релиз1.21.9, 1.21.10, 1.21.11 · 3 мая 2026 г.
EconomyShop v1.0.5.2 — Hotfix
Bug Fixes
Custom datapack item lore not showing in the shop
- Items with custom lore (magic swords, datapack tools, MMOItems-style gear) now keep their lore in every shop GUI
- Original lore appears at the top, shop info (buy/sell/stock) below a divider
- Affects the category browser, buy/sell confirmation screens, and the
/shop sellGUI
Colored item names rendered as plain white
- Custom display names with color codes (e.g.
<gold>Excalibur</gold>) now keep their colors instead of being flattened to plain text - Italic is still suppressed so renamed items don't look weird in the GUI
/shop sell showed plain materials instead of custom items
- Sell-to-Shop GUI now uses the saved shop item's appearance (custom model data, components, etc.) instead of constructing a fresh icon from the base material
1.0.5.1Релиз1.21.9, 1.21.10, 1.21.11 · 29 апреля 2026 г.
EconomyShop v1.0.5.1 — Hotfix
New
seed-default-shop config option
- New flag (defaults true) that controls whether the default shop seeds on first install
- Set to false BEFORE first install for an empty shop you configure yourself
- No effect on existing servers
Bug Fixes
"Exclude from Sell All" was per-session, not persistent
- Excluding an item via right-click in
/shop sellno longer resets when you close the GUI - Exclusions now persist across reopens and logouts until you re-include the item
- Thanks to Talvkes for the report
Wrong prices in sell paths when same material exists in multiple categories
- Sell flows could show different prices depending on which category had the item
- Lookup is now deterministic — highest sell price wins consistently across all sell paths
Changes
Default shop seeder no longer includes end-game items
- Removed 17 items admins typically customize: netherite, totems, beacons, elytra, tridents, shulker boxes, and similar
- Seeder still creates ~190 everyday items
- Removed items remain available to add manually via
/shop admin edit
Комментарии
Загружаем…