I literally made a discord account to ask this - I'm extremely new to Skript and I don't know what I'm missing here. An add-on? Something else?
My goal is to detect when fire is placed, anywhere, by anything. I am okay with not detecting pre-generated fire (like in the nether) because I'm pretty sure spawning that many markers would crash my game.
spawn marker at block
on spread:
if block is fire:
spawn marker at block
on burn:
spawn marker at block
on form of a fire:
spawn marker at block
Thus far, it is detecting when players place fire, and when fire spreads, but it is missing entity created fire (such as by blaze fireballs, lightning strikes, or when a bed explodes, etc). It is also missing fire created by lava, for whatever reason.
Any help would be much appreciated.