# add-exp

### Action Syntax

```yaml
actions:
  - id: add-exp
    amount: 50 # Also support expressions like: amount: '150 / 10'
    drop: false # optional, if true, exp orbs will drop on the players location
```

{% hint style="info" %}
If you are using expression for the amount, you can use Nexus Placeholder API and PlaceholderAPI placeholders.

NexusPlaceholderAPI: `amount: '#nexstats:wisdom# * 0.1'`

PlaceholderAPI: `amount: '%player_level% * 0.1'`
{% endhint %}
