
EzShops
Advanced shop menus with smart pricing, sign trading, and API integrations
1.7K
4
EzShops 2.3.1
release26 марта 2026 г.- Added Github Packages publish CI: https://github.com/ez-plugins/EzShops/packages/2933718
EzShops 2.3.0
release25 марта 2026 г.New /pricingadmin command
- Added new
/pricingadmincommand for managing the shop prices- Added
/pricingadmin set <item> <price>subcommand withezshops.pricing.admin.setpermission for setting the price of an item in the shop - Added
/pricingadmin reset <item>subcommand withezshops.pricing.admin.resetpermission for resetting the dynamic pricing of an item in the shop - Added
/pricingadmin resetallsubcommand withezshops.pricing.admin.resetallpermission for resetting all dynamic prices of the shop
- Added
New /shop <category> subcommand
- Added
/shop <category>subcommand to open category GUIs directly - Added missing configurable messages
What's Changed
- Refactor monolithic configuration documentation into sections by @stefkotidis-prog in https://github.com/ez-plugins/EzShops/pull/39
- Shop API builder tools by @ez-plugins in https://github.com/ez-plugins/EzShops/pull/36
- Category gui subcommand by @ez-plugins in https://github.com/ez-plugins/EzShops/pull/42
- docs: add pricingadmin command docs and permissions by @ez-plugins in https://github.com/ez-plugins/EzShops/pull/45
New Contributors
- @stefkotidis-prog made their first contribution in https://github.com/ez-plugins/EzShops/pull/39
Full Changelog: https://github.com/ez-plugins/EzShops/compare/2.2.3...2.3.0
EzShops 2.2.3
release2 марта 2026 г.This version is for so far untested. Use
2.2.2as stable version for now.
Changes
- (#34) Added buy price discount boost for EzBoost integration (by matheusherman)
- (#35) Added multi language not-in-rotation message
- (#35) Added new check for each buy/sell feature and if item is not available, but sometimes is in rotation send this new message instead of actually still buy/selling.
EzShops 2.2.2
release10 февраля 2026 г.- New NBT filter options for sell prevention ( by @matheusherman in #27 )
- Added NBT data whitelist
- Added NBT data blacklist
Default config.yml settings
sell:
# Ignore items with NBT (custom tags/metadata) during /sellhand and /sellinventory
# When enabled, only plain items without NBT will be sold.
# For example: if you have a "Supreme Bone" (with NBT) and normal bones,
# only the normal bones will be sold when using /sellinventory.
# Default: false
ignore-items-with-nbt: false
# NBT tag filter for more granular control
# Mode: 'off', 'whitelist', or 'blacklist'
# - 'off' (default): Ignore the filter, use ignore-items-with-nbt setting only
# - 'whitelist': Only allow items with NBT tags in the whitelist
# - 'blacklist': Block items with NBT tags in the blacklist
nbt-filter:
mode: "off"
whitelist: []
blacklist: []
EzShops 2.2.1
release8 февраля 2026 г.- Added
item-typeoption to make it easier to prevent normal shop executionITEM— Default. The player receives the configured ItemStack when they buy the item.COMMAND— The player is charged and pricing/dynamic effects are applied, but no ItemStack is given. Any configuredon-buycommands (orbuy-commands) will be executed.NONE— The player is charged and pricing/dynamic effects are applied, but no ItemStack is given and no commands are executed. Useful for non-physical purchases (tokens, permissions, etc.).
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:3 месяца назад
Обновлён:2 недели назад
