add-exp

Adds exp to the player

Action Syntax

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
circle-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'

Last updated