Compressy 2.5.12 — Status Lore Update
Minecraft 26.2 · Paper/Spigot · Java 25
Compressibility status on your items now keeps up when you move stacks around — not only when you pick something up.
What's new
- Fresher status lore — the
▸ Compressy:line updates after inventory clicks, drags, and closing chests or menus, without dropping and re-picking items- Same stacking rules — moving items in your inventory still only refreshes lore; it does not force stacks together or change how vanilla merging works
- Cleaner tooltips — Compressy status stays on its own line and does not overwrite other plugins' item text
- Safer defaults for custom items — fresh installs protect Offerings crate items and InfiniteFishing custom gear from Compressy lore and from compress/decompress in a grid
- Internal cleanup — removed unused code from older releases; smoother behaviour alongside other plugins on the same server
AI was used to optimize code to align with Shirecraft SMP server ShireSell custom plugin which stamps lore in a less obtrusive and more performant way.
Switching hotbar slots alone does not re-run the check.
- Join — your inventory is checked as before
- Pick up items — status is applied after pickup, as before
- Craft or smith — outputs are updated as before
- Compress / decompress — atomic crafts still refresh output stacks
- Move items — new in 2.5.12: shift-click, drag, slot clicks, and closing an inventory refresh status lore on the next tick
- Replace
compressy-plugin-x.x.x.jarwithcompressy-plugin-2.5.12.jar- If your
config.ymlis old, add Offerings toprotected-pdc-tags(copy from the default shipped with this build) so unidentified crate shards are not altered- Run
/cblocks reloador restart
Matching items skip Compressy status lore and cannot be compressed or decompressed in a crafting grid:
Configure more tags under
- InfiniteFishing custom items
- Offerings crate state / outcome tags
protected-pdc-tagsinconfig.yml.
Requirements
- Paper or Spigot · Minecraft 26.2 · Java 25
- LuckPerms and AuraSkills — optional, unchanged
Nine blocks enter. One treasure leaves. Lore catches up when your inventory does.
this release fixes some reported bugs with off-hand interactions resulting in duplication and items being deleted
A big thank you to those who are live testing my plugins on the Shirecraft 26.2 server and are reporting defects in the Discord server!
new installs of compressy will not need to append the following to their compressy config.yml
YAML:identity-lore-ignore: prefixes: [] regex: - ".*\\bsize\\s*:.*" - ".*\\bweight\\s*:.*"
-
- fix player skin heads in chest guis defaulting to Steve
- fix blocks/items showing in control dock rows in chest GUIs
- add more third-party item metadata protection support to avoid "stamping" compressy lore on configured blocks/items
JSON:# Items that carry any listed persistent-data key are treated as owned by another plugin. # Compressy will not add its status lore/PDC when skip-metadata-stamping is true, and will block # compress/decompress in crafting when deny-compression is true (both default on). # Add more namespace:key entries as you discover third-party custom items. protected-pdc-tags: tags: - infinitefishing:customitem protected-namespaces: - infinitefishing skip-metadata-stamping: true deny-compression: true
