multiply_points

Multiplies a player's point value for the specified point type by the given amount.

Categories: economy, points

Required arguments

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

Trigger parameters required

  • PLAYER

Example

effects:
  - id: multiply_points
    args:
      type: <value>
      multiplier: 1 + %level% * 0.1

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue