Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
🪨 StoneCutter++
A better Stonecutter for vanilla+ Minecraft servers.
StoneCutter++ expands the vanilla Stonecutter with additional recipes, custom recipe support, and new interactive mechanics — while keeping the experience simple and familiar.
✨ Features
📦 More Recipes
StoneCutter++ adds a large collection of useful recipes that are not available in vanilla Minecraft.
Turn your existing materials into new building blocks and variants directly through the Stonecutter.
⚙️ Custom Recipes
Create your own StoneCutter recipes using a simple configuration file.
You can define:
- Input items
- Output items
- Output amount
- Custom item types
- Multiple recipes for the same material
🗡️ Stonecutter Damage
The Stonecutter is no longer just a crafting station.
Mobs that touch an active Stonecutter can take damage.

🎲 Drop-to-Craft
Drop an item onto the Stonecutter and StoneCutter++ will automatically select a random available recipe.
No GUI interaction required.

🧱 Expanded Recipes
StoneCutter++ adds recipes for many vanilla materials and their variants.
For example:
| Material | Available variants |
|---|---|
| 🪨 Stone | Slabs, stairs, walls and more |
| 🧱 Bricks | Slabs, stairs, walls and more |
| ⬛ Deepslate | Building variants |
| 🟫 Wood | Additional building variants |
| 💎 Ores | Configurable processing |
| ... | ... |
The recipe system is fully configurable, so server owners can enable, disable or modify recipes to fit their gameplay.
🔧 Custom Recipes
Recipes can be added through the configuration without modifying the plugin itself.
Example:
recipes:
my_recipe:
input:
material: STONE
amount: 1
output:
material: STONE_BRICKS
amount: 4
This makes StoneCutter++ suitable for both:
- vanilla+ servers
- survival servers
- SMPs
- custom survival experiences
- modpack-like vanilla servers
🪨 Stonecutter Interactions
StoneCutter++ adds two optional interactions to the Stonecutter.
🗡️ Damage
Entities touching the Stonecutter can receive damage.
🎲 Random Drop Crafting
When an item is dropped onto the Stonecutter, StoneCutter++ checks the available recipes and automatically selects one of them.
This makes the Stonecutter feel more interactive without changing the normal crafting workflow.
⚙️ Configuration
All major features can be configured.
damage:
enabled: true
drop_crafting:
enabled: true
random_recipe: true
recipes:
# Custom recipes...
Configuration options allow you to control which mechanics are enabled and which recipes are available.
📥 Installation
- Download the latest version of StoneCutter++.
- Put the
.jarfile into your server'spluginsfolder. - Restart the server.
- Configure the plugin in
plugins/StoneCutter++/. - Enjoy!
Requirements
- Paper
- Minecraft 1.21+
Other server software may work, but Paper is recommended.
🎯 Why StoneCutter++?
StoneCutter++ is designed to stay close to vanilla Minecraft while giving server owners more freedom.
No client-side mods. No complicated setup. No unnecessary GUIs.
Just place a Stonecutter and start crafting.
🔗 Links
📜 License
StoneCutter++ is open-source software.


