> For the complete documentation index, see [llms.txt](https://astaspastagam.gitbook.io/first-steps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astaspastagam.gitbook.io/first-steps/configuring-dimensions/addons/premium-addons/ignitebyevent-addon-beta.md).

# IgniteByEvent addon (BETA)

{% hint style="warning" %}
This wiki is for IgniteByEvent addon v3.0.1-BETA
{% endhint %}

## What does it do?

Portals can now be ignited without only using an item

## How is it configured?

```yaml
Addon:
  IgniteByEvent:
    Enable: true
    Events:
      DropItem:
        #- 'diamond'
        #- 'iron_ingot'
        #- '<item name>'
      EntityDeath:
        #- 'sheep'
        #- 'player'
        #- '<entity type>'
```
