ServerUnblocker

ServerUnblocker (1)

ServerUnblocker is a Fabric client mod for players who want to keep 8b8t.me easy to access or for players trying to join banned/blocked Minecraft servers by Mojang.

It was built in case Mojang blocks our server, 8b8t.me, for any reason. When installed, the mod keeps blocked servers joinable and automatically adds 8b8t.me to your Minecraft multiplayer server list.

Features

Download

Click here to download

  1. Download the jar that matches your Minecraft version from the GitHub Releases page.
  2. Install Fabric Loader.
  3. Install Fabric API.
  4. Put the downloaded serverunblocker-mc-<version>.jar file into your .minecraft/mods folder.
  5. Launch Minecraft with your Fabric profile.

After launch, 8b8t.me should appear in your multiplayer server list and blocked servers should be joinable.

Privacy / Telemetry

ServerUnblocker is built with privacy as a core principle. The mod does not collect, store, or transmit any personal or usage data. It operates entirely client-side and never sends information to our servers.

Unlike 6b6t’s AnarchyMod, which sends data to its servers for analytics and data collection, ServerUnblocker collects absolutely zero data. No analytics, no telemetry, no tracking—ever.

Supported Versions

This project is built with Stonecutter for multiple Minecraft/Fabric versions. Each supported version has its own build config in versions/<version>/gradle.properties.

Contact

For Developers

Requires a compatible JDK and internet access for Gradle to download Minecraft, mappings, and Fabric dependencies.

# Build the active version
gradle build

# Build every configured version
gradle chiseledBuild

Output jars are created in versions/<mc>/build/libs/.

How This Works

ServerUnblocker uses two client-side Mixins:

Mixin Target Effect
BlockedServersMixin com.mojang.patchy.BlockedServers#isBlockedServerHostName Forces the blocked-server check to return false.
ServerListMixin net.minecraft.client.multiplayer.ServerList#load Adds 8b8t.me to the top of the server list after it loads, if missing.

The mod does not need server-side installation. It only changes how your own Minecraft client handles the blocked-server check and server list.

License

MIT licensed.