Skip to content

Releases: Crosis47/SmartPack

SmartPack 1.5.2 dev build 3.1 (1.21.11)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 May 06:16

Development build from branch 1.21.11.

  • Commit: 5138a65c44f43b17202b27b2f969559f58c06994
  • Run: 26079872530 attempt 1
  • Maven version: 1.5.2

This is a prerelease build for testing and may be unstable.

SmartPack 2.0.1

Choose a tag to compare

@github-actions github-actions released this 06 May 15:58

Added

  • Added shaded, relocated bStats Bukkit metrics support using SmartPack's registered bStats plugin ID.
  • Added custom bStats charts for SmartPack activation mode, crafting-table requirements, auto-pack configuration, chest packing mode, recipe counts, and enabled auto-pack triggers.

Changed

  • Updated Maven packaging so build output keeps only the final shaded plugin jar.
  • Updated the Dev Release workflow to build every non-production branch push while ignoring master and main, with a clearer branch-named prerelease artifact and UTC timestamp suffix.
  • Removed the explicit SQLite JDBC library declaration because Paper bundles the SQLite JDBC driver.

SmartPack 2.0.0

Choose a tag to compare

@github-actions github-actions released this 05 May 18:24

Added

  • Added a Dev Release GitHub Actions workflow that publishes prerelease jars from development branches.

Changed

  • Updated the build, plugin metadata, release workflow, and README requirements for Paper 26.1.2 and Java 25.
  • Declared the SQLite JDBC runtime library in plugin.yml so Paper loads the player preference database driver on startup.

SmartPack 1.5.1

Choose a tag to compare

@github-actions github-actions released this 01 May 02:08

Changed

  • Removed stale activation-mode restart guidance and the unused message.summary.resume bundled config alias.

SmartPack 1.5.0

Choose a tag to compare

@github-actions github-actions released this 01 May 01:52

Added

  • Added chest inventory packing through /pack chest in command mode and Smart Packer right-clicks while a chest is open in item mode.
  • Added smartpack.chest permission and chest_pack.* config toggles for chest inventory packing.
  • Added optional Smart Packer cooldown mode with live per-second tooltip updates and the smartpack.cooldown.bypass permission.
  • Added an ActionBar notice when a Smart Packer cooldown finishes.

Changed

  • Disabled auto-pack behavior and removed auto-mode Smart Packer tooltip text while cooldown mode is active.
  • Updated the no-materials feedback for chest packing to call out when the target inventory is a chest.
  • Reorganized the bundled config into setup-oriented sections while keeping the existing comment style.
  • Removed the redundant auto_pack.modes.* config layer so auto_pack.enabled controls auto-pack in the active activation mode.

SmartPack 1.4.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 18:02

Added

  • Added a GitHub Actions workflow for building and publishing tagged releases.

Changed

  • Updated the release workflow to publish automatically when pom.xml version bumps land on master.
  • Rebranded the plugin to SmartPack.
  • Renamed the main command from /condense to /pack.
  • Renamed permission nodes from condense.* to smartpack.*.
  • Renamed the crafted activation item to Smart Packer and updated the item-mode config paths.
  • Renamed the Java package namespace to crosis47.minecraft.smartpack.
  • Renamed remaining root image/icon assets from condense* to smartpack*.
  • Renamed active internal code identifiers from condense/auto-condense wording to pack/auto-pack wording without legacy migration shims.
  • Hid /pack auto from tab completion while Smart Packer item mode is active.

Fixed

  • Clarified /pack auto feedback in Smart Packer item mode so players are told to enable auto mode through the item.

SmartPack 1.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 12:27

Added

  • Added configurable pickup-triggered auto-condensing guarded by the new condense.auto permission.
  • Added auto-condense triggers for placing crafting tables and entering nearby crafting-table range when command-mode requirements use nearby tables.
  • Added actionbar feedback for automatic condense success and inventory-full failures.
  • Added auto-condense mode controls for command mode and Condenser item mode.
  • Added /condense auto so players can toggle their persisted auto-condense preference.
  • Added Condenser item shift-right-click support for enabling auto-condense in item mode.
  • Added Condenser item tooltip guidance for instant condense and auto-condense interactions.

Changed

  • Avoided nearby crafting-table scans when INVENTORY_OR_NEARBY is already satisfied by a crafting table in the player's inventory.
  • Reorganized the bundled config.yml into clearer sections with more concise comments.
  • Moved activation and requirements to the top of the bundled config and changed the default per-player auto-condense preference to disabled.