multiply_experience

Multiplies the experience related to the Trigger.

- id: multiply_experience
  args:
    operation: SUM # Or "REST"
    amount: 0.2
  triggers:
    - mine_block
    - player_enchanting
    - player_reparing
    - etc......

Last updated