multiply_item_points

Multiplies a point value stored on the found item by the specified amount.

Categories: economy, points

Required arguments

Key(s)DescriptionType
typeThe item point type to multiply.STRING
multiplierThe multiplier to apply to the item's point value. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
amount(inferred)DOUBLE

Example

effects:
  - id: multiply_item_points
    args:
      type: <value>
      multiplier: 1 + %level% * 0.1
      amount: 1.0 # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse