give_price

Gives the player a reward using the eco Price system, supporting any registered price type.

Categories: economy

Required arguments

Key(s)DescriptionType
valueThe amount to give, as an expression string (may reference placeholders).EXPRESSION
typeThe eco price type identifier (e.g. coins, xp, points:mytype).STRING

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_price
    args:
      value: %level% * 100
      type: points:mytype

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue