Can't teleport whilst cold even though config is correct
Hi, I am trying to disable interrupting teleports if a player is too cold. I have it set in the config like this:

"InterruptTPOnCold": false,

However, players are still getting their teleport interrupted if they are too cold. Any ideas?
It may be registering that they are hurt as well, depending on how cold.  You could try setting InterruptTPOnHurt to false.
I  had same issue with latest version and wongraded plugin for now until fixed.
Downgraded to what?  Nothing should have changed there unless FP changed the metabolism checks.
In response to rfc1920 ():
Downgraded to what?  Nothing should have changed there unless FP changed the metabolism checks.
[Info("NTeleportation", "RFC1920", "1.0.43", ResourceId = 1832)]
this version work spot on for me, when I had latest players reported quite few issues, tbh I only verified isse with teleport on cold and changed back to verion above. Perms and config was correct.
Try these settings
  "Settings": {
    "ChatName": "<color=orange>Teleportation</color>: ",
    "HomesEnabled": true,
    "TPREnabled": true,
    "TownEnabled": false,
    "InterruptTPOnHurt": false,
    "InterruptTPOnCold": false,
    "InterruptTPOnHot": false,
    "InterruptTPOnSafe": false,
    "InterruptTPOnBalloon": true,
    "InterruptTPOnCargo": true,
    "InterruptTPOnRig": true,
    "InterruptTPOnLift": true,
    "InterruptTPOnMonument": true,
    "InterruptTPOnMounted": true,
    "InterruptTPOnSwimming": true,
    "CaveDistanceSmall": 40.0,
    "CaveDistanceMedium": 60.0,
    "CaveDistanceLarge": 100.0,
    "DefaultMonumentSize": 50.0,
    "MinimumTemp": -15.0,
    "MaximumTemp": 50.0,
    "BlockedItems": {},
    "BypassCMD": "pay",
    "UseEconomics": false,
    "UseServerRewards": false
  },​
The thing is I want the teleport to be interrupted on hurt so, for example, they can't teleport away in the middle of a fight. I only want to disable the teleport interruption for "Too cold". It works fine for "Too hot".  
In response to Elixxity ():
The thing is I want the teleport to be interrupted on hurt so, for example, they can't teleport away...
Maybe should try this plugin to stop people escape from fights using teleport

https://umod.org/plugins/no-escape
In response to Elixxity ():
The thing is I want the teleport to be interrupted on hurt so, for example, they can't teleport away...
as the config i posted shows you have to alter the temp for cold so it works, and make interrupt on hurt "true" its as simple as that,
Yes, you may need to adjust
    "MinimumTemp": -15.0,​