| Name | Burn | 
| Syntax | burn [<entity>|...] (duration:<value>) | 
| Short Description | Sets a list of entities on fire. | 
| Full Description | Burn will set a list of entities on fire. Just specify a list of entities (or a single entity) and optionally, a duration. Normal mobs and players will see damage afflicted, but NPCs will block damage from a burn unless 'vulnerable'. Since this command sets the total time of fire, it can also be used to cancel fire on a burning entity by specifying a duration of 0. Specifying no duration will result in a 5 second burn. | 
| Related Tags | <EntityTag.fire_time>Returns the duration for which the entity will remain on fire<EntityTag.on_fire>Returns whether the entity is currently ablaze or not. | 
| Usage Example |  | 
| Usage Example |  | 
| Synonyms (Search Aid) | ignite, fire, torch | 
| Group | entity | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/BurnCommand.java#L25 |