Back to mods
Well-Earned XP project artwork

CurseForge · Minecraft mod

Well-Earned XP

Earn experience by building, mining, farming, crafting, exploring, and more with a fully data-driven system.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Well-Earned XP release should I use?

Updated 7 days ago
Latest stable file wellearnedxp-1.0.2-26.2.jar
Game version 26.2
Loader Fabric

Well-Earned XP wellearnedxp-1.0.2-26.2.jar targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Well-Earned XP required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Well-Earned XP wellearnedxp-1.0.2-26.2.jar need?

wellearnedxp-1.0.2-26.2.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Well-Earned XP without breaking your instance.

Built for Well-Earned XP wellearnedxp-1.0.2-26.2.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use wellearnedxp-1.0.2-26.2.jar. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside wellearnedxp-1.0.2-26.2.jar. It opens that exact file at the source.

About this project

What does Well-Earned XP add?

Well-Earned XP introduces new ways to earn experience, allowing players to earn levels for enchanting and repairing. Builders, miners, farmers, explorers, and mixed-style players can all earn XP by doing things they already spend time doing, without feeling pushed toward XP farms or mob grinders.

earn xp from… building, mining, looting, and more

✨ New Ways to Earn XP

  • Mining
  • Building
  • Farming
  • Crafting New Items
  • Looting Chests
  • Breaking Tools
  • Completing Raids

📁 Data Packs

Well-Earned XP is completely data-driven and uses in-game statistics to detect rewardable player engagement. You can easily add or remove support for different stats using a simple data pack.

Learn More

Each JSON file defines:

  • Which stat to listen for.
  • How often that stat should grant XP.
  • How much XP to spawn.

The file path selects the stat target:

data/<namespace>/wellearnedxp/engagement_type/<category>/<namespace>/<path>.json

The category decides how the stat is matched:

Stat Type Example

The following example grants 5 - 10 XP for every item crafted:

// data/mycoolexample/wellearnedxp/engagement_type/stat_type/minecraft/crafted.json

{
  "experience": {
    "min": 5,
    "max": 10
  }
}

Custom Stat Example

The following example grants 5 XP for every 10 fish caught:

// data/mycoolexample/wellearnedxp/engagement_type/custom_stat/minecraft/fish_caught.json

{
  "experience": {
    "min": 5,
    "max": 5
  },
  "interval": 10
}

Overriding Engagement Types

If you want to change any of the default values, like how much experience a stat gives, you can overwrite engagement types using a file of the same path. You can even disable built-in engagement types by setting the file's contents to an empty object, {}.

Disabled Engagement Type Example

By default, Well-Earned XP rewards players experience for mining. The following example disables that behavior:

// data/wellearnedxp/wellearnedxp/engagement_type/stat_type/minecraft/mined.json

{}

🚦 Permissions

You may use this mod in modpacks.

You may create add-ons, extensions, or companion mods.

You may submit pull requests to contribute to the code.

You may not publish this mod or modified versions anywhere without explicit permission.

Project description from CurseForge.

Pick your setup

Well-Earned XP by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Well-Earned XP versions and loaders

3 of 3 releases match

Looking for an older file? The official CurseForge project page is in Resources.