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.
- Unblocks servers affected by Mojang's blocked-server list.
- Adds
8b8t.meto the top of your multiplayer server list if it is not already there. - Runs client-side only.
- Supports multiple Fabric Minecraft versions.
- Download the jar that matches your Minecraft version from the GitHub Releases page.
- Install Fabric Loader.
- Install Fabric API.
- Put the downloaded
serverunblocker-mc-<version>.jarfile into your.minecraft/modsfolder. - Launch Minecraft with your Fabric profile.
After launch, 8b8t.me should appear in your multiplayer server list and blocked servers should be joinable.
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.
This project is built with Stonecutter for multiple Minecraft/Fabric versions. Each supported version has its own build config in versions/<version>/gradle.properties.
- Email: contact@8b8t.me
- Discord: https://discord.8b8t.me
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 chiseledBuildOutput jars are created in versions/<mc>/build/libs/.
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.
MIT licensed.