Supported Spigot Versions:
- Source Code:
- https://github.com/SirBlobman/Block-Compressor/
- Donation Link:
- https://bit.ly/SirBlobmanDonate
1.8.8, 1.12.2, 1.16.5, 1.17.1, 1.18.2
Description:
Block Compressor is a configurable plugin used to compress ores into their respective blocks.
Dependencies:
Features:
- Compress ores into blocks.
- Compress nuggets into ingots.
- Configurable compression recipes (input type, output type, amount)
- Configurable compression tool item for chests.
- Durability option for the compression tool.
- Configurable config messages.
Commands and Permissions:
- /compress: Compress all of the blocks in your inventory. block.compressor.command.compress
- /compress-tool [player]: Give a compression tool to yourself or another player. block.compressor.command.compress-tool
Configuration:
Code (YAML):
# These are customizable formats for lore placeholders
lore-format:
durability-infinite: "Infinite"
durability-normal: "&7{current}/{max}"
# Changing values here will not affect older compressor tools
compressor-tool:
# The XMaterial name of the item
material: GOLDEN_HOE
# How much durability does the tool have?
# Default: infinity
# Valid Values: 1-2000000000
durability: infinity
# What name should the tool have?
display-name: "&fCompressor Tool"
# What lore should be displayed under the name of the tool?
lore:
- "&7Right click a block with an"
- "&7inventory to compress the "
- "&7contents."
- "&8&lDurability: &7{durability}"
# You can add and remove your own custom recipes as well
# Use XMaterial names, not Bukkit names
recipes:
coal:
input: COAL
output: COAL_BLOCK
amount: 9
iron_ingot:
input: IRON_INGOT
output: IRON_BLOCK
amount: 9
lapis_lazuli:
input: LAPIS_LAZULI
output: LAPIS_BLOCK
amount: 9
gold_nugget:
input: GOLD_NUGGET
output: GOLD_INGOT
amount: 9
gold_ingot:
input: GOLD_INGOT
output: GOLD_BLOCK
amount: 9
quartz:
input: QUARTZ
output: QUARTZ_BLOCK
amount: 4
redstone:
input: REDSTONE
output: REDSTONE_BLOCK
amount: 9
diamond:
input: DIAMOND
output: DIAMOND_BLOCK
amount: 9
emerald:
input: EMERALD
output: EMERALD_BLOCK
amount: 9
# Iron Nugget was added in Minecraft 1.11
iron_nugget:
input: IRON_NUGGET
output: IRON_INGOT
amount: 9
# Raw Copper, Raw Iron, Raw Gold, and Copper were added in Minecraft 1.17
raw_copper:
input: RAW_COPPER
output: RAW_COPPER_BLOCK
amount: 9
raw_iron:
input: RAW_IRON
output: RAW_IRON_BLOCK
amount: 9
raw_gold:
input: RAW_GOLD
output: RAW_GOLD_BLOCK
amount: 9
copper_ingot:
input: COPPER_INGOT
output: COPPER_BLOCK
amount: 9
Help and Support:
Click the image to join my discord for support. You can also join if you have feature requests or if you just want to chat with other users.
Extra Information:
Please do not use a review to leave bug reports or errors. I am not able to help you through a review.

Block Compressor 1.1.1
A configurable plugin used to compress items into blocks