Minecraft – How to stop players from going into the Nether

minecraft-java-edition

I'm making an adventure map and players should not be allowed in the Nether.

There's a few things you have to understand:

  • Players have access to Flint and Steel.
  • Players can make a Nether portal by using a water and a lava bucket.
  • Players can go as far as they want, the map is endless so command blocks won't be effective when players walk too far.

Best Answer

Add the following code in your server.properties file:

allow-nether=false