addconddition..
most servers have this
addDamageCondition(fire, 10, 3000, -10), -10 = take 10 hp from the player
if you do this
addDamageCondition(fire, 10, 3000, 10) = give player 10 hp.
3000 = 3 seconds, change to anything you want.
the first "10" is how many times.
edit:
if it wont work with changing "-10" to "10", then try use "+10"