# customstats.yml

## 📘 customstats.yml

`customstats.yml` is a file that defines new stats to be used with **nwMMOUpgrade**.\
These stats **cannot be added manually** and must follow the structure shown below.

***

## 1. Stats

```yaml
stats:
  ABILITY_POINT:
    type: double
    displayed-material: BLAZE_POWDER
    displayed-name: 'Ability Point'
    displayed-lore:
      - "How many Ability Point can an item"
    disallowed-types:
      - 'consumable'
      - 'miscellaneous'

  REROLL_POINT:
    type: double
    displayed-material: FLINT
    displayed-name: 'Reroll Point'
    displayed-lore:
      - "How many Reroll Point can an item"
    disallowed-types:
      - 'consumable'
      - 'miscellaneous'
```

***
