
CorruptYeeter — Corrupt Block Entity Removal Tool
CorruptYeeter: a lightweight server admin utility designed to safely deleting corrupt block entities that crash your world on interaction or tick.
The Problem
Some block entities can become corrupted in a state that crashes the server (or client) whenever they tick or are interacted with. Normal removal triggers the very code path that crashes—making them nearly impossible to clear through ordinary means.
The Solution
CorruptYeeter adds a single targeted command:
/deletecorruptblock <x y z> (requires op level 2+)
or through console:
/execute in <crashingworld> run deletecorruptblock <x y z>
(example: /execute in minecraft:overworld run deletecorruptblock 571 82 -794 )
It force-loads the target chunk, then force-removes the block and its block entity by writing air directly into the chunk section and dropping the BE—bypassing the normal onRemove/tick logic entirely. This lets you delete a crash-on-interact or crash-on-tick corrupt block entity without ever triggering its crash.
Use With Caution
This is a surgical admin tool that bypasses safety checks by design. Always back up your world before use, and double-check your coordinates.