WaterStand
A Minecraft plugin that Prevents armor stands from taking fire tick damage while submerged in water, restoring pre-1.21.11 behavior. Useful for trappers
📖About WaterStand
WaterStand
A minimal, ultra-optimized Paper plugin designed to fix a specific behavior introduced in recent Minecraft versions (1.21.11+) where Armor Stands take FIRE_TICK damage even when submerged in water, which often breaks existing water-based traps or decorative setups.
Useful for trappers who is used to the armorstand critouts by Shadow
🚀 Features
Targeted Fix: Specifically cancels FIRE_TICK damage for ArmorStand entities ONLY when they are in water.
Ultra-Performance:
Fast Filtering: Uses high-speed enum comparisons to discard irrelevant events in nanoseconds.
Smart Execution: Employs EventPriority.LOWEST and ignoreCancelled = true to ensure the lowest possible CPU overhead.
Zero Footprint: No background tasks, no commands, and no configuration files needed.
Plug & Play: Works immediately upon installation.