How can I make an escapeable jail?

I am building a role playing server, and when you are arrested you are put in jail. I want my players to be able to escape, but I'm not sure of how to implement this.

The guards for my jail are creepers. My thinking was that creepers would explode to damage the inmates and break the doors, but then the next person to be jailed would just get out for free. I also thought about a few other ideas, including lockpicks or guards dropping keys, but I'm not too sure how they would work.

How can I make a jail that my players can escape from if skilled enough or at some cost to themselves?


An idea to solve your problem with your cells is to make the cell walls out of Obsidian or Bedrock. these should be enough to not be destroyed from the explosion of a Creeper.

This however leave the door, while I can't be say for certain if an Iron Door will be enough you might want to use Lava.

To do this, create a 3x3 square with the middle block empty, this will be a funnel to direct the lava, one you have it facing down the lava will fall straight down, make sure that where it lands you have the block missing so that rather than spreading into the cell it'll just stop.

This has 2 advantages

  1. The escapee will get damage as they walk though
  2. The escapee will be on fire taking damage slowly for a little while

Both will make them weaker to the creeper's explosion.

Now to have the Lava Fall act as a door, at the mouth of the funnel set up a Sticky Piston move a block in front of the mouth to stop the lava and move it back to reopen it

Lockpicks, under this system, you could use Redstone and have a second Redstone circuit which is broken and if fixed will active the Sticky Piston and block the lava flow, though I have no idea how to do that. and of course you'll need to set up a "window" in the cell to avoid the redstone from being drawn though the lava destroying it (a block on the floor missing so it can be drawn though it rather than the lava door entrance).

Getting Creepers to drop something other than gunpowder you'd probably need a mod or mod the game yourself, same goes for increasing collecting distance.


I like the idea of Allen Gould however creepers don't engage (and explode) if they can't see the player. If you want to use the self repairing piston wall I suggest TNT strapped to a lever or pressure plate. This however still requires you to recharge the TNT.

If you have access to the /give command and you don't have command blocks disabled you could let command blocks replace the TNT (or simply remove the door for a few seconds before replacing it).

For an actual escape track through the prison, my idea would be to make it parkour like. If you want to make it challenging (and invest a lot of time into this) you could make a speedrun track that if you don't run fast enough (or fail one of the jumps) you can push a button which teleports you back to your prison. This makes it very challenging for the prisoners and extremely frustrating. The buttons once again being hooked up to command blocks. This track will definitely make them think about what they've done wrong.


One possibility would be to use self-repairing walls (basically, a row of cobblestone generators along what-ever wall you want them "escaping" from.)

That way, in your scenario, the creepers blow a hole in the wall, which will then seal up over time (and you can manipulate your redstone circuits to control the speed). Your criminal sneaks out through the wall, leaves, and shortly after the wall is repaired.