Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Guardian's Uncraft Plugin
PluginLicenseRef-All-Rights-Reserved

Guardian's Uncraft Plugin

Reverses vanilla and custom crafting recipes

66
Downloads
1
Followers
9 months ago
Updated
📦
1
Versions
game-mechanicstechnologyutilitybukkitpaperpurpurspigot
Download Latestv0.1.0-SNAPSHOTView on Modrinth

📖About Guardian's Uncraft Plugin

A simple plugin that reverses vanilla and custom items into their recipe components.
Permissions:

players: guardianuncraft.use
admins: guardianuncraft.admin

commands:

/uncraft

/uncraft reload

Please take note of the following recipes.

This can be directly copied into your GuardianUncraft/recipes.yml file.

2 of these recipes prevent dupes of buckets and empty bottles while the others are recipes for wool. Vanilla wool recipes give you white wool and dye instead which also constitutes dupes of the dyes.

The white wool items can be uncrafted into string with this custom recipe.

If you prefer not to give the dye with the string, you can safely remove the dye items from the list.

#Custom recipes
#Follow the correct layout. Copy and paste the example and change the required items

LIGHT_GRAY_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - LIGHT_GRAY_DYE
  result: 1
GRAY_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - GRAY_DYE
  result: 1
BLACK_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - BLACK_DYE
  result: 1
BROWN_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - BROWN_DYE
  result: 1
RED_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - RED_DYE
  result: 1
ORANGE_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - ORANGE_DYE
  result: 1
YELLOW_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - YELLOW_DYE
  result: 1
LIME_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - LIME_DYE
  result: 1
GREEN_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - GREEN_DYE
  result: 1
CYAN_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - CYAN_DYE
  result: 1
LIGHT_BLUE_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - LIGHT_BLUE_DYE
  result: 1
BLUE_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - BLUE_DYE
  result: 1
PURPLE_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - PURPLE_DYE
  result: 1
MAGENTA_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
    - MAGENTA_DYE
  result: 1
PINK_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - AIR
    - STRING
    - STRING
    - PINK_DYE
  result: 1
WHITE_WOOL:
  allowed: true
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
  result: 1
CAKE:
  allowed: false
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
  result: 1
HONEY_BLOCK:
  allowed: false
  ingredients:
    - STRING
    - STRING
    - STRING
    - STRING
  result: 1

👥 Team & Contributors

GuardianTheOG
GuardianTheOGOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.21.81.21.91.21.101.21.11

🔗 Links

Modrinth Page