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
CobbleBadgesBox
ModCC-BY-NC-4.0

CobbleBadgesBox

100% Customizable Badges Box(es) for Cobblemon | Custom Badges | Custom Effects | Multi-Box | ...

18
Downloads
0
Followers
4 months ago
Updated
📦
1
Versions
adventuregame-mechanicsutilityfabric
Download Latestv1.0.0View on Modrinth

📖About CobbleBadgesBox

CobbleBadgesBox

(Multi-)Box 8 Badges-Slot with customizable boosts !

CobbleBadgesBox introduces a unique Badges Box(es) & Permanent activable Boosts system. Collect badges to unlock permanent passive bonuses for your character and your Pokémon team!

Features

  • Custom Interface: A dedicated 8-slot inventory for your badges (/cbb).
  • Custom Effects: Custom Effects Types + Values : POTION / XP_BOOST / IV_BOOST / EV_BOOST / CATCH_RATE
  • Custom Badges: Set which badge item id is for each slot and define your own custom effect, name, color and description !
  • Multi-Boxes: You will can create as many 8-slot pages you want !
  • Minecraft Boosts: Unlock effects like 25% Walk Speed & Infinite Water Breathing or any Potion effect you want !
  • Cobblemon Boosts:
    XP Boost: +10% & +15% experience boosts for a total of 25% Exp final Boost.
    Catch Rate: +10% capture chance for cathing more pokémon.
    IV / EV : Boosts IVs upon capture (up to +4 for EVERY capture) and accelerates EV training trough battles with 25% boost.
  • Total Control: Toggle each badge's effect on or off at any moment via a clean GUI directly in-game.
  • Integrated default Badges: 8 integrated default Badges in you don't have others !
  • Auto-Grabbing/Stocking: When player get the item defined as a badge in the config, the system grab it and lock it into the data & interface
  • Keep Badges at death or not: Setting for losing badges or not when player died + if player looting his badges or not

Commands

/cbb

Opens the badge management interface.

/cbb add-page

Adding a 8-Slot page to the BadgesBox (will add a page switching button to the interface).

/cbb reload

Reload config changes (yes it'll check badges too so if id change > Slot will be wiped).

/cbb reset <player> <slot_number|all>

(Admin) Resets a player's badges (useful for new seasons).

Config

  • Data: world > data > cobblebadgesbox_data.dat
  • Mod Required: Cobblemon 1.7.1 | 1.7.2 | 1.7.3
  • Modloader : Fabric
  • Version : 1.21.1
  • Config file: config > cobblebadgesbox.json
{
  "totalPages": 1,
  "keepBadgesOnDeath": true,
  "dropBadgesOnDeath": true,
  "badges": {
    "0": {
      "itemId": "cobblebadgesbox:badge_1",
      "displayName": "Speed",
      "description": "+25% Player Speed",
      "effectType": "POTION",
      "effectId": "minecraft:speed",
      "value": 0.0,
      "color": "BLUE"
    },
    "1": {
      "itemId": "cobblebadgesbox:badge_2",
      "displayName": "Water Breathing",
      "description": "Unlimited underwater breathing",
      "effectType": "POTION",
      "effectId": "minecraft:water_breathing",
      "value": 0.0,
      "color": "AQUA"
    },
    "2": {
      "itemId": "cobblebadgesbox:badge_3",
      "displayName": "XP Boost",
      "description": "+10% Pokémon XP gain",
      "effectType": "XP_BOOST",
      "effectId": "",
      "value": 1.1,
      "color": "DARK_RED"
    },
    "3": {
      "itemId": "cobblebadgesbox:badge_4",
      "displayName": "Catch Boost",
      "description": "+10% Catch Rate",
      "effectType": "CATCH_RATE",
      "effectId": "",
      "value": 1.1,
      "color": "LIGHT_PURPLE"
    },
    "4": {
      "itemId": "cobblebadgesbox:badge_5",
      "displayName": "IV Boost",
      "description": "+2 IVs to all stats when caught",
      "effectType": "IV_BOOST",
      "effectId": "",
      "value": 2.0,
      "color": "YELLOW"
    },
    "5": {
      "itemId": "cobblebadgesbox:badge_6",
      "displayName": "XP Boost+",
      "description": "+15% Pokémon XP gain",
      "effectType": "XP_BOOST",
      "effectId": "",
      "value": 1.15,
      "color": "DARK_AQUA"
    },
    "6": {
      "itemId": "cobblebadgesbox:badge_7",
      "displayName": "EV Boost",
      "description": "+25% EV gain",
      "effectType": "EV_BOOST",
      "effectId": "",
      "value": 1.25,
      "color": "GOLD"
    },
    "7": {
      "itemId": "cobblebadgesbox:badge_8",
      "displayName": "IV Boost+",
      "description": "+2 IVs to all stats when caught",
      "effectType": "IV_BOOST",
      "effectId": "",
      "value": 2.0,
      "color": "GREEN"
    }
  }
}

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
fabric
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page