Cobblemon Export

Quick rating

Cobblemon Export

No reviews yet

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

Anime & Pop Culture
No Genre
QoL & Tweaks
Client Utility
Mod Addon
Pokemon
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
Cobblemon-Export-1.0.3.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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 importing into external tools, Cobblemon Export makes it instant and easy.


⚔️ Pokémon Showdown Compatible

The mod now exports in the global standard Pokémon Showdown text format. You can copy the contents of the exported files and paste them directly into the Showdown Teambuilder!


✨ 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.
  • Clean Output: No useless UUIDs, catch balls, or internal data—just clean, readable text.
  • Perfect Accuracy: Correctly handles Nature Mints (shows the effective nature) and IV Candies/Hyper Training (shows the true battle IVs) using the latest Cobblemon API.
  • Explicit Details: All 6 EVs and IVs are always shown clearly for every Pokémon, even if they are 0 or 31.
  • Two Modes:
    1. Overwrite: Keep a single clean file (e.g., party_export.txt).
    2. New/Snapshot: Create history files (e.g., party_export_1.txt, party_export_2.txt).
  • 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.

Overwrite party_export.txt:

/cobble_export party

Create a new numbered file (e.g., party_export_1.txt):

/cobble_export party new

2. Export PC Box

Exports all Pokémon in a specific PC box.

Export Box 1 to box_1_export.txt:

/cobble_export box 1

Export 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":

  1. Place a PC block in-game.
  2. Open it once.
  3. Close it.
  4. 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 Showdown Output

Mudkip (M) @ Leftovers
Ability: Torrent
Tera Type: Water
Level: 10
Naive Nature
EVs: 0 HP / 0 Atk / 0 Def / 0 SpA / 0 SpD / 0 Spe
IVs: 16 HP / 30 Atk / 21 Def / 23 SpA / 16 SpD / 17 Spe
- Rock Throw
- Rock Smash
- Water Gun
- Foresight

📥 Installation

  1. Download the .jar file.
  2. Make sure you have Fabric Loader installed for Minecraft 1.21.1.
  3. Place the .jar into your mods folder.
  4. Launch the game!

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 importing into external tools, Cobblemon Export makes it instant and easy.


⚔️ Pokémon Showdown Compatible

The mod now exports in the global standard Pokémon Showdown text format. You can copy the contents of the exported files and paste them directly into the Showdown Teambuilder!


✨ 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.
  • Clean Output: No useless UUIDs, catch balls, or internal data—just clean, readable text.
  • Perfect Accuracy: Correctly handles Nature Mints (shows the effective nature) and IV Candies/Hyper Training (shows the true battle IVs) using the latest Cobblemon API.
  • Explicit Details: All 6 EVs and IVs are always shown clearly for every Pokémon, even if they are 0 or 31.
  • Two Modes:
    1. Overwrite: Keep a single clean file (e.g., party_export.txt).
    2. New/Snapshot: Create history files (e.g., party_export_1.txt, party_export_2.txt).
    • 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.

Overwrite party_export.txt:

/cobble_export party

Create a new numbered file (e.g., party_export_1.txt):

/cobble_export party new

2. Export PC Box

Exports all Pokémon in a specific PC box.

Export Box 1 to box_1_export.txt:

/cobble_export box 1

Export 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":

  1. Place a PC block in-game.
  2. Open it once.
  3. Close it.
  4. 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 Showdown Output

Mudkip (M) @ Leftovers
Ability: Torrent
Tera Type: Water
Level: 10
Naive Nature
EVs: 0 HP / 0 Atk / 0 Def / 0 SpA / 0 SpD / 0 Spe
IVs: 16 HP / 30 Atk / 21 Def / 23 SpA / 16 SpD / 17 Spe
- Rock Throw
- Rock Smash
- Water Gun
- Foresight

📥 Installation

  1. Download the .jar file.
  2. Make sure you have Fabric Loader installed for Minecraft 1.21.1.
  3. Place the .jar into your mods folder.
  4. Launch the game!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Total Downloads
CurseForge
~2,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works