Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Voxy Hypixel Addon
A standalone Fabric addon for Voxy designed to fix chunk data leakage between same-type Hypixel dimensions across gamemodes.
Created by TBlazeWarriorT.
⚠️ Beta Notice
This mod is an addon for Voxy, which is currently in Beta development stage. Voxy updates may temporarily break this mod, and please report any major issues found (some versions with less testing may be tagged as alpha instead of beta).
What does this do?
Voxy is a world-streaming mod that stores chunk data locally. On Hypixel, players frequently switch between different islands (Hub, Private Island, Dwarven Mines, etc.) while technically staying on the same "server world."
Simple example: Hypixel Lobby, Arcade Lobby and Skyblock Hub stop all sharing the overworld Voxy folder in your computer and fighting each other. Without this addon, Voxy treats all lobbies/islands in a server as one single world/dimension, causing "ghost chunks" from one area to appear in another.
Voxy Hypixel Addon fixes this by:
- Detecting your current Hypixel gamemode and area using the HM-API.
- Injecting a unique identifier into Voxy's world storage logic.
- Forcing Voxy to isolate chunk data into separate folders based on that.
Requirements
- Voxy (Beta)
- Fabric Loader/API
Note: The HM-API is bundled within the mod, so you do NOT need to download it separately.
License
This project is licensed under the MIT License. You are free to use, modify, and distribute it, provided that credit is given to the original author.
FAQ
1. "My mod dosen't werk!"
Please specify if it works in singleplayer.
- If it does not: then Voxy itself isn't working for you, and it is very possibly unrelated to my mod. Make sure you loaded the chunks at least once for Voxy to cache them, as it is not capable of guessing or requesting extra chunks by default.
- If it is only broken on Hypixel: specify if nothing shows up (regular render distance), or if wrong dimension chunks are being shown (overworld conflicts between cached chunks), or something else. Include logs if needed.
2. Will addon version x work with Voxy version y?
Every addon version targets/is tested for a single, specific Voxy version.
Modern versions will show the last two expected voxy digits at the jar name, such as "...+mc26.2-voxy18" expecting Voxy 0.2.18.
There is a small chance that the addon will continue working through multiple small Voxy updates. Try imperfect matches at your own risk.
3. Does it increase render distance?
No, just like base Voxy, this mod can't do it. It will ONLY memorize chunks that Hypixel has let you previously see (load). So you'll have infinite* render distance for all chunks you already previously visited and seen.


