This plugin allows you to have the Torch item provide a configurable amount of comfort and/or heat when it is lit. You are also able to configure the radius of this, so it could potentially affect nearby players. Players could also huddle together to produce even more combined heat with their lit torches.
The default comfort is 12%, which is 0.12 in the config. 1 is 100%.
The default temperature target is 33 (for reference, the campfire is 45). Higher values will produce more heat.
The default radius will primarily affect only the player holding the torch. Increase the radius for it to give more comfort/heat to nearby players as well.
Default config:
JSON:
{
"Comfort Amount": 0.12,
"Comfort Radius": 0.75,
"Temperature Amount": 33,
"Temperature Radius": 0.75
}