HomeJavaModsClient Export Helper
Client Export Helper

Client Export Helper

A client-side utility mod that adds a client command to export client-side data like advancements and statistics. This is a client-side mod, and should not be installed on the server side. The mod is compatible with most of the third-party servers.

Usage

Use the command /clientexport (or /clex for short) and one of its three parameters:

All data generated will be stored in JSON files inside the Minecraft directory in the folder export, with the name <namespace>-<type>-<year>-<month>-<day>-<time>.json for advancements/progress or statistics-<year>-<month>-<day>-<time>.json for statistics. For example, advancements under the namespace "minecraft" may be stored in the file minecraft-advancements-2025-09-24-110000.json.

Notes

  1. The format of advancements is the same as that of vanilla data packs. Refer to Minecraft Wiki for detailed information.
  2. The format of statistics is the same as that of vanilla Minecraft. Refer to Minecraft Wiki for detailed information.
  3. The format of advancement progress is as follows:
{
  "<resource location of the advancement>": {
    "criteria": {
      "<completed criteria>": "<time formatted as yyyy-MM-dd HH:mm:ss Z>",
      ...
    },
    "done": <true or false>,
    "remaining": [
      "<remaining criteria>",
      ...
    ],
    "progress": <precentage>
  },
  ...
}

External Links

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more