Learn · modules
What Is Phase in Minecraft? The Noclip Module Explained
Phase lets you pass through solid blocks by desyncing your position. Here's how it works and why servers catch it instantly.
What is Phase in Minecraft?
Phase is a movement module that lets a player pass through solid blocks, a short-range noclip built by lying to the server about where you are. Vanilla collision keeps you on one side of a wall no matter what buttons you press. Phase gets around that by reporting a position on the other side, one that normal collision detection could never generate on its own. The server generally trusts the coordinates a client sends within some tolerance, so it updates your location past the block that should have stopped you. Clip through, and movement can go right back to normal like nothing happened.
How Phase works
Phase doesn't touch the world's collision boxes. The blocks are still solid, the hitbox math hasn't changed, and a player with nothing running who walks into that same wall stops right at it like always. What changes is what the client reports. The module tracks where the player is actually standing relative to the block grid, then sends the server coordinates that step past the wall instead of stopping at it. Because the server generally trusts the position it's handed within tolerance, it updates the player's location on the far side of a block that should have blocked them outright.
The lie only has to hold for a moment. Once the player is clear of the wall, movement goes back to normal, which is part of what makes the module hard to catch from a quick glance: there's no sustained weirdness to spot, just one tick where someone was standing somewhere they shouldn't have been able to reach.
The appeal
It skips terrain that would otherwise cost a detour: a wall, a fence, a one-block gap a map was built around on purpose. It shows up most in movement-focused play, where cutting straight through solid geometry saves distance or opens up a spot the map was never meant to allow.
Is it safe to use?
No, not in any way that holds up under scrutiny. There is no legitimate sequence of vanilla inputs that puts a player on the far side of a solid block without going around it, over it, or through an actual opening. That makes Phase one of the more conspicuous cheats out there rather than one of the subtler ones. There's no gray-area version of it and no legitimate explanation a server has to rule out first.
FAQ
It lets a player move through solid blocks by reporting a position to the server that normal collision detection would never allow, effectively a short noclip through a wall.
No. A fly hack removes gravity and lets a player move freely through open space. Phase specifically defeats collision against solid blocks so the player can pass through terrain that should stop them.
Yes. Passing through solid blocks has no legitimate explanation, and server-side anticheats check player position against world collision independently of the client, which makes this kind of movement easy to catch and act on.
Because it's a geometry problem, not a behavioral pattern. There's no legitimate position sequence that gets you through a solid block. A server checking collision can find that mismatch instantly with no ambiguity.