vault-add

Adds a defined vault based currency to the player

Action Syntax

actions:
  - id: vault-add
    amount: 150 # also works with a range -> '10-150'
    multiplier: '100 / 10' # optional, you can define expressions here
circle-info

f you are using expression for the multiplier, you can use Nexus Placeholder API and PlaceholderAPI placeholders.

NexusPlaceholderAPI: multiplier: '#nexstats:wisdom# * 0.1'

PlaceholderAPI: multiplier: '%player_level% * 0.1'

Last updated