> For the complete documentation index, see [llms.txt](https://edseries-plugins.gitbook.io/p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edseries-plugins.gitbook.io/p/codexmomentum/platforms/edtools.md).

# EdTools

Works with **EdTools** (the EdGens recode).

## What counts

Gen blocks broken with EdTools tools. Each break is delivered per block and is **material-aware**, so `gain.block-weights` fully applies:

```yaml
gain:
  block-weights:
    default: 1.0
    # Make higher-tier gen blocks push momentum harder:
    # EMERALD_BLOCK: 3.0
```

## Rewarding levels

Live [boosters](/p/codexmomentum/momentum/boosters.md) are PinnaPrison-only. On EdTools, reward momentum levels through each level's console `commands` (booster/multiplier commands, crate keys, etc.):

```yaml
levels:
  5:
    blocks: 340
    multiplier-display: '&#FFDE59Momentum V'
    effects:
      commands:
        - 'say {player} reached Momentum V!'
```

{% hint style="info" %}
Commands run once when the level is **reached**. Because they are not automatically undone when the level is lost, prefer time-limited or one-shot rewards over permanent boosts.
{% endhint %}
