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.

TRtrolPublished 4 min read

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