

A plugin that tries to reduce some of the (safely ignorable) spam text sent to the console. In the case of MyCoolPlugin3, STFU intercepts its log spam and can actually significantly reduce the amount of time waiting to drop into a level. STFU also intercepts GTFO logs relating to "Borken Cells" and "BoxColliders do not support negative scale/size". All STFU log elements are configurable and support live edit.
STFU additionally suppresses survival wave debug logs from ConfigurableGlobalWaveSettings, and fixes the error spam from some SamGeos.
MCP3 elevates GTFO to a whole new level by being based, but also by allowing GameObjects with duplicate names to coexist and not throw checksum errors in multiplayer. Or something along those lines.
In most situations, we can probably ignore these errors. However, thanks to the recent efforts of hirnukuono, we now know that the most likely culprit is due to two reasons:
LG_Cell.LG_Cells were added for the geomorph or dimension.A Unity GameObject with a BoxCollider component has a negative size or scale. STFU temporarily fixes these BoxColliders to prevent the warning, and reverts them back to their original state upon entering the level. (In some circumstances there may still be some BoxColliders that are not caught or fixed by STFU. But it's good enough for now!)