TotemOptimizer
TotemOptimizer is a lightweight client-side mod that reduces totem activation lag, especially noticeable on high ping servers.
# The Problem
By default, Minecraft waits for multiple server packets before applying totem effects and playing the animation. On low ping this is barely noticeable, but on high ping servers (100ms+) this causes a visible delay between taking lethal damage and seeing the totem pop — your screen can freeze or flash while waiting.
TotemOptimizer intercepts the totem activation packet the moment it arrives and immediately applies all effects client-side:
_
The server still handles all the actual game logic — this mod only makes the client respond faster to what the server already decided._