DEV Community

Cover image for Block Featured Servers on Minecraft
Jakob Ondrey
Jakob Ondrey

Posted on

Block Featured Servers on Minecraft

The Problem

My kids LOVE to play Minecraft (bedrock edition) with their friends in remote/local co-op games and on cloud servers that can be set up quickly, but the permissions that you need to provide them via the parental privacy & online safety console on Xbox.com are not terribly granular. In order to allow a connection to a remote server (including a game hosted on a friend's tablet) you need to give permission to play on any public server.

Once those permission are provided, a whole slew of 'Featured Servers' pops up tempting the player with flashy colorful blocky graphics.

Image of the featured servers

While use of these servers may or may not be appropriate depending on the age and maturity level of your child, the all or nothing approach of Microsoft's permissions are frustrating and prevents group play with friends when parents are not ready for their kids to have the option to play with strangers.

To take matters into my own hands, I decided that I would find the IP addresses or URLs of the featured servers and block them and see what happens.


The Results

Server Name Server URL Regex Filter
The Hive hivebedrock.network (.|^)hivebedrock.network$
Mineplex mineplex.com (.|^)mineplex.com$
Mineville inpvp.net (.|^)inpvp.net$
CubeCraft cubecraft.net (.|^)cubecraft.net$
Lifeboat lbsg.net (.|^)lbsg.net$
Galaxite galaxite.net (.|^)galaxite.net$

If you are using a DNS name-server that allows you to block URLs make rules for each of the servers using the value in the above 'Server URL' column. I have tested them with OpenDNS and verified that the servers become un-resolvable after about 3 minutes and a restart of the Minecraft client.

Image of the Open DNS Block rules

If you are using a pi-hole, you should click on 'Blacklist' on the sidebar and enter make rules for each of the servers using the 'Regex Filter' values. This also takes some time and a restart of the Minecraft client.

Image of the Pi-Hole Blacklist rules

As the rules take effect you will notice that the 'sub-headings' of the servers disappear, the online player count stops showing up and the ping will never return from the black hole you sent it.

Image of non-responsive featured servers


Private servers are still accessible

Because we have selectively blocked the feature servers, no other game play should be affected. Indeed I was able to test local co-op as well as a server hosted on an EC2 instance and was able to connect to join those games.

Image of joining a remote server


Conclusion

This is not an optimal solution for most people, but Microsoft has not come up with a way to provide better controls so I have to made do. And since I have not found a good solution to this problem elsewhere, I thought I would share my solution.


Caveats

The Minecraft servers in your country may be different, or they may change. Figure out what they are where you live and block them.

Top comments (1)

Collapse
 
evangelara profile image
Info Comment hidden by post author - thread only accessible via permalink

Prison mode in Minecraft is by far the most fun mode in Minecraft. It's the only mode, though, that's hard to play with friends. You can't just work together on building your prison. You need to work together to survive. The game is pretty simple. You create your own jail out of blocks (which are like little squares). You can dig into the ground to make dungeons, but you need to watch out for lava and the monsters that live down there. You can try to play different jail mods on Minecraft prison servers. You will find it very fun and exciting.

Some comments have been hidden by the post's author - find out more