
NeoShop
A modern and lightweight GUI shop plugin for Paper 1.21.x with full Vault economy support.
NeoShop 1.4.0
beta28 сентября 2025 г.NeoShop v1.4.0 – Changelog
🐛 Fixes
- Fixed a critical bug where selling items with insufficient quantity would still remove them (now fully atomic).
- Fixed JSON escaping issues in the license system (no more compilation errors).
✨ New Features
- Added a category-based shop GUI:
- Overworld, Nether, The End categories by default.
- Each category has its own items and prices (configurable in
shop.yml). - Back button to return to the main categories menu.
- Improved
/sellcommands:/sell hand [amount]→ sells the item in your hand in packs, only if you have enough./sell all→ sells your entire inventory safely, respecting pack sizes.
- Added tax system in
config.yml:economy: tax_percent: 0.0 # 0–100, percentage taken from sell earnings
NeoShop 1.2.2
alpha27 сентября 2025 г.New Features
License System Integration
Automatic license key verification
License management commands:
/neoshoplicense set
/neoshoplicense check → checks the license validity.
Configurable in config.yml:
license:
key:
Spoiler
ABCD-1234-XYZ-9876
Full Vault Economy Support
Works with any Vault-compatible economy plugin (EssentialsX, CMI, etc.).
Money is automatically deducted or added on item purchases/sales.
Interactive Shop GUI
Custom inventory-based shop menu.
Items and prices fully configurable in shop.yml.
Click handling powered by event listeners (InventoryClickEvent).
Core Commands
/shop → opens the shop GUI.
/neoshopreload → reloads configuration without restarting the server.
/neoshoplicense → license management.
Flexible Configuration
messages.yml → customizable messages/translations.
shop.yml → item definitions, prices, categories.
config.yml → general settings (license URL, key, etc.).