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
Cobblemon Export
ModMIT

Cobblemon Export

Export pokemons from your party or box to a json file. So you have all your details in a file to see all your pokemons without the need to open multiple menus

43
Downloads
2
Followers
3 months ago
Updated
📦
1
Versions
game-mechanicsmanagementutilityfabric
Download Latestv1.0.0View on Modrinth

📖About Cobblemon Export

Hello! This mod was made by AlguemDaRua.

I created this small utility because I wanted to access detailed information about my Pokémon (IVs, EVs, Stats, Moves) without having to check them one by one in the summary screen. Whether you are building a competitive team, trading with friends, or backing up your data, Cobblemon Export makes it instant and easy.

I hope you like it and enjoy using it! Please leave feedback so I can make it even better.

Features:

  • Export Party: Instantly dump your current team's data to a file.
  • Export PC Boxes: Export entire boxes (up to box 200) with a single command. NOTE: Not all boxes at one, right now
  • Detailed JSON: The output includes UUIDs, Species, Stats, IVs, EVs, Moves, Nature, Ability, and more.

Two Modes:

  1. Overwrite: Keep a single clean file (e.g., party_export.json).
  2. New/Snapshot: Create history files (e.g., party_export_1.json, party_export_2.json).
  • Click-to-Open: Once exported, click the filename in the chat to instantly open the file on your computer!
  • Client-Side Only: Works on multiplayer servers without needing to be installed on the server.

Commands

All commands start with /cobble_export. You can also use the in-game help menu by typing /cobble_export help.

1. Export Party
Exports the 6 Pokémon currently in your team.

Overwrites 'party_export.json'

/cobble_export party

Creates a new file (e.g., 'party_export_1.json')

/cobble_export party new

2. Export PC Box
Exports all Pokémon in a specific PC box.

Exports Box 1 to 'box_1_export.json'

/cobble_export box 1

Exports Box 5 to a new numbered file

/cobble_export box 5 new

Important Note for PC Export

Since this is a Client-Side Mod, your game client does not know what is inside your PC Storage until you open the PC block.

If you get an error saying "PC Storage not found":

Place a PC block in-game.
Open it once.
Close it.
Run the command again.
This caches the box data to your client so the mod can read it!

📂 Output Format
Files are saved in your Minecraft folder at: /.minecraft/cobblemon_exports/

Example JSON Output:

[
  {
    "species": "mudkip",
    "nickname": "Mudkip",
    "level": 10,
    "shiny": false,
    "gender": "MALE",
    "ability": "torrent",
    "nature": "adamant",
    "stats": {
      "hp": 30,
      "atk": 18,
      "def": 12,
      "spa": 10,
      "spd": 12,
      "spe": 14
    },
    "ivs": {
      "hp": 31,
      "atk": 31,
      "def": 20,
      "spa": 5,
      "spd": 25,
      "spe": 31
    },
    "moves": [
      "tackle",
      "growl",
      "water_gun"
    ]
  }
]

📥 Installation
Download the .jar file.
Make sure you have Fabric Loader installed for Minecraft 1.21.1.
Place the .jar into your mods folder.
Launch the game!

👥 Team & Contributors

A
AlguemDaRuaOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabric
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page