Releases: Crosis47/SmartPack
Releases · Crosis47/SmartPack
Release list
SmartPack 1.5.2 dev build 3.1 (1.21.11)
Development build from branch 1.21.11.
- Commit:
5138a65c44f43b17202b27b2f969559f58c06994 - Run:
26079872530attempt1 - Maven version:
1.5.2
This is a prerelease build for testing and may be unstable.
SmartPack 2.0.1
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
masterandmain, 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
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.ymlso Paper loads the player preference database driver on startup.
SmartPack 1.5.1
Changed
- Removed stale activation-mode restart guidance and the unused
message.summary.resumebundled config alias.
SmartPack 1.5.0
Added
- Added chest inventory packing through
/pack chestin command mode and Smart Packer right-clicks while a chest is open in item mode. - Added
smartpack.chestpermission andchest_pack.*config toggles for chest inventory packing. - Added optional Smart Packer cooldown mode with live per-second tooltip updates and the
smartpack.cooldown.bypasspermission. - 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 soauto_pack.enabledcontrols auto-pack in the active activation mode.
SmartPack 1.4.1
Added
- Added a GitHub Actions workflow for building and publishing tagged releases.
Changed
- Updated the release workflow to publish automatically when
pom.xmlversion bumps land onmaster. - Rebranded the plugin to SmartPack.
- Renamed the main command from
/condenseto/pack. - Renamed permission nodes from
condense.*tosmartpack.*. - 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*tosmartpack*. - Renamed active internal code identifiers from condense/auto-condense wording to pack/auto-pack wording without legacy migration shims.
- Hid
/pack autofrom tab completion while Smart Packer item mode is active.
Fixed
- Clarified
/pack autofeedback in Smart Packer item mode so players are told to enable auto mode through the item.
SmartPack 1.4.0
Added
- Added configurable pickup-triggered auto-condensing guarded by the new
condense.autopermission. - 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 autoso 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_NEARBYis already satisfied by a crafting table in the player's inventory. - Reorganized the bundled
config.ymlinto 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.