Перейти к содержимому
Mineforgian

Stackable

Let stack you item 67 ea

Загрузки
2K
Подписчики
19
Обновлён
3 августа 2026 г.
Лицензия
GPL-3.0-only

Опубликован 8 июня 2025 г.

Changes stack sizes for items that normally do not stack well, including potions, stews, boats, minecarts, saddles, shulker boxes, and music discs.

Custom item stack sizes

Stack sizes are configured in plugins/Stackable/config.yml:

items:
  potion: 8
  saddle: 16
  "*_boat": 4
  "music_disc_*": 16

Wildcard rules work with material names, so one entry can cover every boat, minecart, colored shulker box, or music disc.

Different stack sizes can also be assigned through permission groups. For example, stackable.group.vip can give VIP players larger potion or saddle stacks. The highest matching stack size wins.

Run /stackablereload after changing the config.

Permissions: stackable.use, stackable.reload, stackable.admin, and stackable.group.<name>.

Ченджлог

1.4.1Релиз26.1.1, 26.1.2, 26.2 · 3 августа 2026 г.

hot fix: prevent craft event recursion crash

1.4Релиз26.1.1, 26.1.2, 26.2 · 3 августа 2026 г.

add furnace/player listener fixes

1.3Релиз26.1.1, 26.1.2, 26.2 · 3 августа 2026 г.

Fixed

  • stackable.use now defaults to false
  • Fixed dropped items stacking without permission
  • Permission changes now refresh inventories automatically
  • /stackablereload now refreshes online players
  • Improved permission group handling
1.2Релиз26.1.1, 26.1.2, 26.2 · 1 августа 2026 г.

Fixes

  • Recipe book / shift-click crafting now respects custom stack sizes
  • *_shulker_box now includes undyed shulker boxes
  • Music discs match via music_disc_*
  • Existing items (crafted shulkers, discs, etc.) get stack sizes applied on join so they can stack together

New

  • Permissions: stackable.use, stackable.reload, stackable.admin
  • Rank stack tiers in config (groups) - different ranks can get different stack sizes
    • Example: grant stackable.group.vip for VIP limits
  • require-permission option for rank-perk mode

Config tip

Always quote wildcard keys in YAML:

"*_shulker_box": 64
"music_disc_*": 16
1.1-SNAPSHOTБета26.1, 26.1.1, 26.1.2 · 17 сентября 2025 г.

Refactor, Supported wildcard

Example:
*Wool: 1
*Boat: 32
*Block: 72
*name*: 62
name*: 12
1.0-SNAPSHOTБета1.21.6, 1.21.7, 1.21.8 · 8 июня 2025 г.

init release

Комментарии

Загружаем…