The configuration file is located inside the plugins folder. There is only a single file (config.yml).
You can add or remove block-id's that will catch fire under the block-ids heading. By default, all standard minecraft flammable blocks are on the list (including TNT).
You can specify a percentage chance that the fire will catch. A value of 100 means it will always ignite, whilst a value of 0 means it will never ignite. Any integer value can be used inbetween.
block-ids:
- 5 #wood planks
- 125 #wooden double slab
- 126 #wooden slab
- 17 #wood
- 18 #leaves
- 106 #vines
- 31 #tall grass
- 35 #wool
- 85 #fence
- 53 #oak wood stairs
- 134 #spruce wood stairs
- 135 #birch wood stairs
- 136 #jungle wood stairs
- 47 #bookshelf
- 170 #hay
- 46 #tnt
chanceToSucceed: 100
version: 0.3.0