Options

Options allow you to alter buffs based on in game events.

Example Config Section

  options:
    # The effect will be removed on death.
    keep-on-death: false
    # The effect will be kept on world change.
    keep-on-world-change: true

Last updated