compressy v2.5.10

Compress 9 blocks into 1. Then 9 of those into 1. Repeat up to 32 times! Admin UI control included.
  • compressy logo 2-1.png
  • 2026-06-29_10.15.35.png
  • 2026-06-29_10.15.41.png
  • 2026-06-29_09.05.36.png
  • 2026-06-29_09.05.59.png
  • compressy logo 2-1.png
  • 2026-06-29_10.15.35.png
  • 2026-06-29_10.15.41.png
  • 2026-06-29_09.05.36.png
  • 2026-06-29_09.05.59.png

Compressy — Block Compression for Inventory Storage

Version 2.5.10 · Minecraft 26.2 · Paper/Spigot · Java 25


Stack 9 identical blocks into 1 compressed item — tier up to 32 (configurable), decompress in any crafting grid, gate every rank with LuckPerms.

What is Compressy?​

Compressy is a Paper / Spigot plugin that turns bulky block stacks into tiered compressed items9→1 per craft, 1→9 to decompress. Each tier multiplies effective storage: tier I holds 9 blocks, tier II holds 81, tier III holds 729, and so on (9^n).

Players compress and decompress in any 3×3 crafting grid (crafting table, inventory, Crafter). Compressed items are inventory-only — they cannot be placed in the world. Display name, lore, and plugin metadata (compressed_level, compressed_block) show tier and block type at a glance.

Server owners configure who may compress what through LuckPerms-ready permission nodes, per-block allow/deny lists, optional tier gates, and advanced policy gates (custom permission nodes or AuraSkills skill levels). Everything is editable in-game through chest GUIs or policies.yml; changes save automatically.

What you get in 2.5.10

  • 9→1 / 1→9 crafting — shapeless compress and shaped decompress in player grids; PDC-matched Bukkit recipes
  • Tier scaling — server max tier default 32 (hard ceiling 128); per-block max overrides; Roman numeral lore + progress bar
  • LuckPerms integration — all gates use Bukkit hasPermission (LuckPerms hooks automatically)
  • Three-layer permission modelcompress / decompress, per-block compressy.block.<id>, optional compressy.tier.<n>
  • Policy gates — per-block permission or AuraSkills requirements scoped to tier ranges and actions
  • List modesMANIFEST, ALLOWLIST, MANIFEST_MINUS_DENY
  • Interactive guidebook/cblocks help chest UI
  • /cblocks info — held-item diagnostics, policy blockers, tips
  • Admin hub — block catalog, presets, global settings, allow/deny, max tier, permission reference, reload
  • Per-block admin — allow/deny, enabled override, max tier, custom perm node, gates
  • Crafter autocrafting — 9-slot compress + 1-slot decompress on redstone pulse; block policy only
  • Vanilla recipe respect — full-grid vanilla recipes win when present
  • Storage prefabs (admin)/cblocks prefab for testing; not for loot tables yet
  • Custom catalog entries — register non-vanilla item prototypes

  • Compress — 3×3 filled with the same block or compressed tier → 1 item at tier + 1
  • Decompress — 1 compressed item alone → 9 items at tier − 1 (or 9 plain blocks at tier I)
Pickup / hold lore shows compressibility status. Placement of compressed items is always blocked — decompress in a grid instead.

The Crafter has no recipe-book preview — Compressy detects the 3×3 grid on redstone pulse.

  • Compress — all 9 slots enabled, identical item in each; pulse when comparator reads 9
  • Decompress (tier I+) — 8 slots disabled, 1 compressed item in the remaining slot
Autocrafting uses block policy only — listed, enabled, within max tier. Player permissions, tier nodes, and skill gates do not apply.

  • Tier I = 9 blocks · Tier II = 81 · Tier III = 729 · … · Tier 32 = 9^32
  • Global max: policies.ymlmax-compression-level (default 32, ceiling 128)
  • Per-block max: admin GUI or blocks.<id>.max-tier
  • Tier permissions: when enabled, compressing to tier ≥ from-tier requires compressy.tier.<n> or compressy.tier.*

  • Guidebook (/cblocks help) — paginated chest UI
  • Info (/cblocks info) — block ID, tier, equivalent count, blockers, tips
  • Craft preview — Compressy recipes win at prepare time when compressed stacks are in the matrix
  • Denial cooldown — policy messages throttle ~1.5s

Open with /cblocks config or /cblocks admin gui (compressy.admin).

  • Block catalog — browse, search, filter, bulk allow/deny
  • Quick presets — curated block groups
  • Global settings — list mode, tier-permissions toggle
  • Max compression tier — server-wide cap (+1/−1, shift ±10, reset)
  • Allow / deny lists — global overrides
  • Permission nodes — LuckPerms-ready reference chest
  • Save & reload — reload policies.yml (GUI edits auto-save)

Per-block detail: allow/deny, enabled override, max tier, custom permission node, add/remove gates (permission or AuraSkills).

Admin CLI (compressy.admin.policy unless noted):
  • /cblocks admin reloadcompressy.admin.reload
  • /cblocks admin list [page]
  • /cblocks admin allow|deny <block>
  • /cblocks admin mode <MANIFEST|ALLOWLIST|MANIFEST_MINUS_DENY>
  • /cblocks admin block <id> info|enable|disable|maxtier <n>|gate ...
  • /cblocks admin gui · /cblocks admin perms

Compressy checks Bukkit Player#hasPermission. With LuckPerms, assign nodes via /lp user <player> permission set <node> true or group templates.

Wildcard & bundle nodes
  • compressy.* — all permissions (default: op)
  • compressy.block.* — all block types (default: true)
  • compressy.tier.* — all output tiers (default: true)

Player action nodes
  • compressy.use — guidebook + info (default: true)
  • compressy.compress — compress in grid (default: true)
  • compressy.decompress — decompress in grid (default: true)
  • compressy.bypass — skip all policy gates (default: op); does not allow placing compressed items

Per-block nodes
  • compressy.block.<namespace_block> — e.g. compressy.block.minecraft_dirt (minecraft:dirt → underscores, lowercase)
  • Custom override per block in policies.ymlblocks.<id>.permission or admin GUI

Output-tier nodes
  • compressy.tier.<n> — allow compressing to output tier n
  • Controlled by tier-permissions.enabled and tier-permissions.from-tier in policies.yml

Example rank ladder
  • defaultcompressy.use, compressy.compress, compressy.decompress, compressy.tier.1compressy.tier.5
  • vipcompressy.tier.6compressy.tier.16
  • elitecompressy.tier.17compressy.tier.32
  • staffcompressy.bypass, compressy.admin

Admin nodes
  • compressy.admin — admin hub, /cblocks config, prefab commands (default: op)
  • compressy.admin.policy — edit lists, blocks, gates
  • compressy.admin.reload/cblocks reload

Reserved prefab nodes (WIP)compressy.prefab.common, uncommon, rare (default: false). give/place requires compressy.admin. Do not add to Offerings loot yet.

Custom rank gates (policy gates) — per-block extra requirements for tier ranges:
  • Permission gatetype: PERMISSION, action: compress|decompress|both, min-output-tier, max-output-tier, permission: compressy.rank.elite
  • AuraSkills gatetype: AURASKILLS, skill: mining, min-skill-level: 15, same tier/action fields
Example presets in admin GUI: compressy.rank.vip, compressy.rank.eliteyou define these in LuckPerms; Compressy checks them when configured as gates.

Evaluation order (player crafting)
  1. compressy.bypass → allow
  2. Block on server list (list mode + allow/deny + enabled)
  3. compressy.compress or compressy.decompress
  4. Output tier within per-block and global max
  5. compressy.block.<id> or compressy.block.*
  6. compressy.tier.<n> or compressy.tier.* (if tier permissions enabled)
  7. Each applicable policy gate (permission or AuraSkills)
Crafter: block listed + enabled + within max tier only.

  • MANIFEST — built-in catalog + global-allow − global-deny − per-block disabled
  • ALLOWLIST — only global-allow and per-block enabled entries
  • MANIFEST_MINUS_DENY — same effective behavior as MANIFEST

  • config.yml — guidebook rows, messages
  • policies.yml — list mode, max tier, tier permissions, allow/deny, per-block overrides and gates
  • guidebook/pages.json — guidebook content
  • catalog/ (data folder) — custom item prototypes
Block catalog is explored on boot from registered materials. Item identity: PDC compressed_level + compressed_block.

Players
  • /cblocks help — guidebook (compressy.use)
  • /cblocks info — held-item status (compressy.use)
Aliases: compressy, cb

Admin
  • /cblocks config — admin hub (compressy.admin)
  • /cblocks reload — reload (compressy.admin.reload)
  • /cblocks prefab give|place <common|uncommon|rare> [player] — WIP prefabs (compressy.admin)
  • /cblocks prefab place test [player] — smoke test
  • /cblocks admin ... — policy CLI (see Admin section)

Spawns a build four blocks ahead of the player.

  • common — vertical autocrafter line (feed chest, hopper, crafter, output, comparator pulse)
  • uncommon — wider pad, double output chest
  • rare — full base: cobble house, 3 autocrafter lines, bed, furnace, supplies
For loot integrations, grant compress permissions and plain block gives — not prefab kits.

Required
  • Paper or Spigot
  • Minecraft 26.2
  • Java 25

Soft dependencies
  • LuckPerms — recommended for rank/group permissions (optional)
  • AuraSkills — optional skill-level gates

Integrations
  • LuckPerms-ready — all nodes in admin hub → Permission nodes and /cblocks admin perms
  • AuraSkills — reflection API; clear denial if plugin missing
  • Offerings / loot — use permission grants + material commands, not prefab WIP

Why server owners choose Compressy​

  • Massive storage — exponential 9^n stacking without chest mods
  • Rank-ready — per-block, per-tier, and custom gates map to LuckPerms groups
  • Skill progression — optional AuraSkills gates for high-tier compress
  • GUI-first policy — rarely touch YAML
  • Crafter-native — redstone factories respect block policy
  • Honest vanilla — recipe conflicts defer to vanilla; compressed items stay inventory-safe
  • Player diagnostics/cblocks info explains denials without staff

Nine blocks enter. One treasure leaves. Tier up.
Buy a license now
$9.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
159 Views
0 Purchases
2 Downloads
Jul 10, 2026 Published
N/A Updated
Not yet rated
655.9 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
cover image generated with private agent
used AI to get builtbybit bbcode syntax that works
AI use in product
No
Type
  1. Gameplay
  1. Storage
Game mode
  1. Survival
  1. Hardcore
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 26.1
Supported languages
  1. English
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Premium daily kit lottery: weighted tiers, loot tables, streaks, achievements, and admin UI.
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,231 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,225 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,130 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,821 purchases
Share and earn
Refer this resource and earn a 10% commission.
159 Views
0 Purchases
2 Downloads
Jul 10, 2026 Published
N/A Updated
Not yet rated
655.9 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
cover image generated with private agent
used AI to get builtbybit bbcode syntax that works
AI use in product
No
Type
  1. Gameplay
  1. Storage
Game mode
  1. Survival
  1. Hardcore
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 26.1
Supported languages
  1. English
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Premium daily kit lottery: weighted tiers, loot tables, streaks, achievements, and admin UI.
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,231 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,225 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,130 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,821 purchases
Top