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
JayTAK Repair
PluginLicenseRef-All-Rights-Reserved

JayTAK Repair

A simple lightweight item repair plugin. Paper 1.20-1.21.X

319
Downloads
0
Followers
2 years ago
Updated
📦
4
Versions
equipmentutilitybukkitpaperpurpurspigot
Download Latestv2.0.4View on Modrinth

📖About JayTAK Repair

JayTAK Repair

Simple Minecraft server repair plugin that allows players to repair the item they are holding in their hands for the price of one of the base materials the item is made from.

For more information please visit my GitHub

Commands & Aliases

/jaytakrepair
/jrepair
/jrep
/jr

Permission Nodes

jaytakrepairplugin.repair

Grants the player access to the command.

Items & Materials:

You can alter the default repair items and amounts in the config.yml:

Default config.yml (Spoiler)
# JayTAK Repair Configuration File.
repairMaterials:
    # Anvils:
    DAMAGED_ANVIL:
        material: IRON_BLOCK
        amount: 1
    CHIPPED_ANVIL:
        material: IRON_INGOT
        amount: 1
    
    # Leather Items:
    LEATHER_CAP:
        material: LEATHER
        amount: 1
    LEATHER_TUNIC:
        material: LEATHER
        amount: 1
    LEATHER_PANTS:
        material: LEATHER
        amount: 1
    LEATHER_BOOTS:
        material: LEATHER
        amount: 1
    LEATHER_HORSE_ARMOUR:
        material: LEATHER
        amount: 3
    
    # Chainmail Items:
    CHAINMAIL_HELMET:
        material: IRON_INGOT
        amount: 4
    CHAINMAIL_CHESTPLATE:
        material: IRON_INGOT
        amount: 4
    CHAINMAIL_LEGGINGS:
        material: IRON_INGOT
        amount: 4
    CHAINMAIL_BOOTS:
        material: IRON_INGOT
        amount: 4
    
    # Iron Items:
    IRON_HELMET:
        material: IRON_INGOT
        amount: 1
    IRON_CHESTPLATE:
        material: IRON_INGOT
        amount: 1
    IRON_LEGGINGS:
        material: IRON_INGOT
        amount: 1
    IRON_BOOTS:
        material: IRON_INGOT
        amount: 1
    IRON_HORSE_ARMOUR:
        material: IRON_INGOT
        amount: 3
    IRON_PICKAXE:
        material: IRON_INGOT
        amount: 1
    IRON_AXE:
        material: IRON_INGOT
        amount: 1
    IRON_SHOVEL:
        material: IRON_INGOT
        amount: 1
    IRON_SWORD:
        material: IRON_INGOT
        amount: 1
    IRON_HOE:
        material: IRON_INGOT
        amount: 1
    
    # Gold Items:
    GOLD_HELMET:
        material: GOLD_INGOT
        amount: 1
    GOLD_CHESTPLATE:
        material: GOLD_INGOT
        amount: 1
    GOLD_LEGGINGS:
        material: GOLD_INGOT
        amount: 1
    GOLD_BOOTS:
        material: GOLD_INGOT
        amount: 1
    GOLD_HORSE_ARMOUR:
        material: GOLD_INGOT
        amount: 3
    GOLD_PICKAXE:
        material: GOLD_INGOT
        amount: 1
    GOLD_AXE:
        material: GOLD_INGOT
        amount: 1
    GOLD_SHOVEL:
        material: GOLD_INGOT
        amount: 1
    GOLD_SWORD:
        material: GOLD_INGOT
        amount: 1
    GOLD_HOE:
        material: GOLD_INGOT
        amount: 1
    
    # Diamond Items:
    DIAMOND_HELMET:
        material: DIAMOND
        amount: 1
    DIAMOND_CHESTPLATE:
        material: DIAMOND
        amount: 1
    DIAMOND_LEGGINGS:
        material: DIAMOND
        amount: 1
    DIAMOND_BOOTS:
        material: DIAMOND
        amount: 1
    DIAMOND_HORSE_ARMOUR:
        material: DIAMOND
        amount: 3
    DIAMOND_PICKAXE:
        material: DIAMOND
        amount: 1
    DIAMOND_AXE:
        material: DIAMOND
        amount: 1
    DIAMOND_SHOVEL:
        material: DIAMOND
        amount: 1
    DIAMOND_SWORD:
        material: DIAMOND
        amount: 1
    DIAMOND_HOE:
        material: DIAMOND
        amount: 1
    
    # Netherite Items:
    NETHERITE_HELMET:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_CHESTPLATE:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_LEGGINGS:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_BOOTS:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_HORSE_ARMOUR:
        material: NETHERITE_INGOT
        amount: 3
    NETHERITE_PICKAXE:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_AXE:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_SHOVEL:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_SWORD:
        material: NETHERITE_INGOT
        amount: 1
    NETHERITE_HOE:
        material: NETHERITE_INGOT
        amount: 1
    
    # Miscellaneous Items:
    TRIDENT:
        material: DIAMOND
        amount: 4
    SHIELD:
        material: IRON_INGOT
        amount: 1
    BOW:
        material: OAK_PLANKS
        amount: 1
    CROSSBOW:
        material: OAK_PLANKS
        amount: 2
    FISHING_ROD:
        material: STICK
        amount: 1
    ELYTRA:
        material: DIAMOND
        amount: 4
    FLINT_AND_STEEL:
        material: FLINT
        amount: 1

    # You can add any item that is damageable (has a damage bar) to this file.
    #
    # ITEM_NAME: WOODEN_SWORD < The name of the item you want to repair.
    #   material: DIRT < The name of the item you want to repair it with.
    #   amount: 20 < The amount of the repair item you want to use during repair.
    #
    # Custom Configuration Here:

bStats

Plugin bStats

👥 Team & Contributors

JayTAK
JayTAKOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+11 more

🔗 Links

Modrinth Page