▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/ChestShop
ChestShop

ChestShop

The original physical shops Bukkit plugin using just signs and chests. Simple, yet very powerful with lots of addons!

Оцените первым
6.6K
37
Все версииChestShop 3.13 Pre-release 1

ChestShop 3.13 Pre-release 1

Beta15.07.2026

Список изменений

This is a pre-release for 3.13 for initial testing and this release note should be considered a draft and is potentially incomplete Use this version with care!

Support Phoenix616 and the continued development of ChestShop here.

Please read all the notes and changes before upgrading!

This update requires at least Java 21!

The current version is tested with 1.13-26.2 but there might still be some minor issues in 26.2. Also seeing as it has been over 4 years since the last version please take extra care when updating. (Like making backups, you should do that regularly) Make sure to test the latest development builds and if you still run into bugs using it please open an issue asap!

Download the new builds here!

Please note that each server update might require a conversion of the items database to ensure that all item data is compatible with the server version you are running. Downgrading the server or plugin is not advised and will most likely lead to errors! Always restore all the plugin files from a backup if you want to downgrade!

What's Changed

  • Require Java 21
  • Lots of new and fixed messages from our crowdin contributors! (New languages: Slovak, Portuguese, Lithuanian)
  • ItemBridge integration to use their custom item names on signs (#361)
  • PlotSquared integration (#487) New config options match WorldGuard:
    • PLOTSQUARED_INTEGRATION (default: false): Enables the integration
    • PLOTSQUARED_ONLY_IN_PLOTS (default: true): Only allows shops inside plots
    • PLOTSQUARED_USE_FLAG (default: false): Only allows shops in plots with the flag allow-chestshop
  • New config option WORLDGUARD_ONLY_IN_REGION (default: true) to only allow shops in regions. (https://github.com/ChestShop-authors/ChestShop-3/issues/520) This is the default behaviour from before when WORLDGUARD_INTEGRATION was set to true. Splitting this off into a separate config option makes it possible to use the allow-shop flag independently, even without forcing its existance (e.g. to disable shop creation in certain regions)
  • Amounts in transaction message include taxes by @felipefoschiera in https://github.com/ChestShop-authors/ChestShop-3/pull/534
  • Add option to strip price colors STRIP_PRICE_COLORS (default: false) by @Krakenied in https://github.com/ChestShop-authors/ChestShop-3/pull/553
  • Implemented permissions for bypassing min/max sell/buy prices by @Johanmans10 in https://github.com/ChestShop-authors/ChestShop-3/pull/592
    • ChestShop.nolimit.buy.min: Allows user to bypass the minimal buy price for all items
    • ChestShop.nolimit.buy.min.(itemType): Allows user to bypass the minimal buy price for itemType
    • ChestShop.nolimit.buy.max: Allows user to bypass the maximal buy price for all items
    • ChestShop.nolimit.buy.max.(itemType): Allows user to bypass the maximal buy price for itemType
    • ChestShop.nolimit.sell.min: Allows user to bypass the minimal sell price for all items
    • ChestShop.nolimit.sell.min.(itemType): Allows user to bypass the minimal sell price for itemType
    • ChestShop.nolimit.sell.max: Allows user to bypass the maximal sell price for all items
    • ChestShop.nolimit.sell.max.(itemType): Allows user to bypass the maximal sell price for itemType
  • Allow usage of meta ID as they are on the sign in price restrictions config by @casptyche in https://github.com/ChestShop-authors/ChestShop-3/pull/594
  • Make message toggle persistent after logout by @diegonighty in https://github.com/ChestShop-authors/ChestShop-3/pull/602
  • Add release update notification (https://github.com/ChestShop-authors/ChestShop-3/issues/541) and move auto updater from CurseForge to Modrinth for downloads (https://github.com/ChestShop-authors/ChestShop-3/issues/586) Auto updating is disabled by default. Set TURN_OFF_UPDATES to false in the config.yml to enable it.
  • Add ShopEditEvent when a sign is edited directly without destroying it (https://github.com/ChestShop-authors/ChestShop-3/issues/618)
  • Add SignValidationEvent by @SulkyWhale in https://github.com/ChestShop-authors/ChestShop-3/pull/631
  • Add metric multiplier (K = 1 000 and M = 100 000) by @ForOldYork in https://github.com/ChestShop-authors/ChestShop-3/pull/638
  • EXCLUDED_ITEM_ATTRIBUTES configuration by @vmanijashvili in https://github.com/ChestShop-authors/ChestShop-3/pull/577
  • Fix that that the tax amount could not be a double (https://github.com/ChestShop-authors/ChestShop-3/issues/578)
  • Fix lag from Hoppers moving items on Paper (https://github.com/ChestShop-authors/ChestShop-3/issues/541)
  • Fix that editing a sign would not call ShopDestroyedEvent (only ShopCreatedEvent) causing no money being refunded but charged for shop creation (https://github.com/ChestShop-authors/ChestShop-3/issues/656)
  • Fix logger issues (https://github.com/ChestShop-authors/ChestShop-3/issues/551)
  • Fix error on teleport when using the plugin with Folia (https://github.com/ChestShop-authors/ChestShop-3/issues/566)
  • Fix errors on generating sign item name and general improvement to the robustness of that code (https://github.com/ChestShop-authors/ChestShop-3/issues/557)
  • Fix stock counter not being updated by hoppers by @Johanmans10 in https://github.com/ChestShop-authors/ChestShop-3/pull/591
  • Fix unexpected exception in ItemDatabase update by @Joo200 in https://github.com/ChestShop-authors/ChestShop-3/pull/563
  • Fix Vault No Economy Plugin Found Error by @DerMistkaefer in https://github.com/ChestShop-authors/ChestShop-3/pull/613
  • New scripts to support the release process: One to update the version and one to auto-generate the release jars (https://github.com/ChestShop-authors/ChestShop-3/issues/657)

3.13 Milestone: https://github.com/ChestShop-authors/ChestShop-3/milestone/1?closed=1

Full commit history: https://github.com/ChestShop-authors/ChestShop-3/compare/3.12.2...3.13-pre-1

New Code Contributors

  • @JLLeitschuh made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/527
  • @felipefoschiera made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/534
  • @Joo200 made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/563
  • @Johanmans10 made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/592
  • @casptyche made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/594
  • @DerMistkaefer made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/613
  • @diegonighty made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/602
  • @SulkyWhale made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/631
  • @ForOldYork made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/638
  • @vmanijashvili made their first contribution in https://github.com/ChestShop-authors/ChestShop-3/pull/577

Crowdin Contributors

Top 5:

NameLanguage(s)Words
Róbert (RobiNN1)Slovak511
ice41 ice (ice41pt)Portuguese504
kaimodissLithuanian501
Felipe Cardoso (felipecardosoruff)Portuguese, Brazilian; LOLCAT353
dimasaurioCatalan; Spanish131
Show rest
NameLanguage(s)Words
SnowCutieOwOChinese Simplified91
sketafulSwedish84
BackSam6348 (backsam6348)Korean74
Recep Emre Ada (AzmeaL)Turkish63
Bohdan Rudyk (lolmaojustmeme)Ukrainian59
RealOnlyVentuItalian56
AxtazerFrench50
PLKaratusPLPolish49
Bzucak12Czech49
JuxielleNorwegian48
778bRussian35
Marmur (marmur2020)Russian14
Kinoko_2K (kinoko2k)Japanese11
Pancho Pelotas (panchopelota19)Spanish10
Arthur Muscardi (arthurmuscardineves)Portuguese, Brazilian10
Robin L. (Firaman3D)German10
Xenomatter (XenoM)Norwegian10
XZSREDGH zAWSERGr (yakisobaatama0108)Japanese8
d9tetraJapanese6
qkrtjdalszKorean6
okhiokhiChinese Traditional3
Erlend Pilø (Erlpil)Norwegian1

Support the Development

This update has been in development for over 4 years and probably took over 100 hours of unpaid work. I would really appreciate it if you could support further work monetary!

You can also hire Phoenix616 for software development and system administration work. Open-source projects will get a 50% discount!

Файлы

ChestShop.jar(2.03 MiB)
Основной
Скачать

Метаданные

Канал релиза

Beta

Номер версии

3.13-pre-1

Загрузчики

Folia
Paper
Purpur
Spigot

Версии игры

1.13–26.2

Загрузок

525

Дата публикации

15.07.2026

Загрузил

ID версии

Главная