Background

ReChunk

ModsReChunk
ReChunk

ReChunk

CurseForge
World GenQuality of LifeUtility

Manage your Hytale world in real-time. Protect essential builds or reset old areas using an easy in-game interface with safety buffers.

🌍 ReChunk (Hytale World Management)

Note: Formerly known as "The Chunker". ReChunk is now a complete suite containing both an in-game Mod and an External Tool.

GitHub all releases
License
Platform
Language

The ultimate solution to safely reset old terrain in Hytale to generate new updates (like the Zone 4 Underground Jungle) without losing your base.

Screenshot of ReChunk

📖 The Problem

Hytale updates often bring new biomes, mobs (like the Cave Rex), and structures. However, if you have already explored your world, new content won't load in existing chunks. To see the new features, players usually have to start a new world or travel thousands of blocks away.

🛠 The Solution: ReChunk Suite

ReChunk calculates exactly which "Region Files" contain your bases and deletes everything else around them. This forces the game to re-generate the terrain with new update features while keeping your buildings safe.

We now offer two ways to manage your world:

🤔 Which one should I use?

Feature 🧩 ReChunk Mod (Recommended) 🛠️ External Tool (Classic)
Best for... Real-time protection, precision. Mass wiping, huge maps, offline maintenance.
Interface In-Game GUI & Chat. Desktop Window (GUI).
Requirement Server must be ONLINE. Server must be OFFLINE.
OS Any (Runs on Hytale Server). Windows & Linux.
Key Feature Visual selection & instant protection. Fast processing of large files.

🧩 Option 1: ReChunk Mod (Server Plugin)

The new, integrated way to protect your builds while you play.

Features

  • In-Game GUI: No need to alt-tab. Manage everything from inside Hytale.
  • Precise Control: Stand on a chunk and protect it instantly.
  • Safe Reset: Resets surrounding areas without needing to close the server.
  • Smart Buffer: Define a radius (buffer) to ensure your building corners aren't cut off.

🚀 How to Use (Mod)

  1. Backup your save folder manually.
  2. Install: Drop the .jar file into your server's modsmfolder and restart.
  3. Permissions: You must be an Operator (OP). Run /op self in the server console.
  4. Command: Type /rechunk in chat.
  5. Configure:
    • Enter the coordinates (Press F7 to see them or use the map).
    • Set the Buffer Radius.
    • Click Protect (Whitelist) or Reset (Prune).

🛠️ Option 2: ReChunk Tool (External App)

The classic desktop experience. Best for heavy-duty map cleaning.

Features

  • Multi-Base Support: Protect your main house, village, and outposts simultaneously.
  • Simulation Mode: Dry-run to see exactly what will happen before deleting files.
  • Auto-Backup: Automatically zips region files before deletion.
  • Cross-Platform: Standalone .exe for Windows and Python source for Linux.

🚀 How to Use (Tool)

  1. Backup your save folder manually.
  2. Download the executable from the Releases Page.
  3. Run the tool (ReChunk.exe on Windows).
  4. Select your World and add your base coordinates.
  5. Set Radius: Default is 1 (Keeps your region + 1 neighbor region buffer).
  6. Execute: Run a Simulation first, then uncheck "Simulation" to apply changes.

💻 For Developers (Source Code)

This repository is a monorepo containing both projects:

  1. Clone the repo:
    git clone [https://github.com/renancmd/ReChunk.git](https://github.com/renancmd/ReChunk.git)
    cd ReChunk
    

📂 Structure

  • /external-tool - Python source code for the Desktop App.
  • /server-plugin - Java source code for the Hytale Mod.

Building the Mod (Java)

cd server-plugin
./gradlew build
# The compiled .jar will be in /build/libs

### Building the tool (Python)
cd external-tool
pip install pyinstaller
# Build standalone exe:
pyinstaller --noconsole --onefile --icon="icon.ico" gui.py --name "ReChunkTool"

⚠️ Disclaimer

This tool modifies/deletes files from your save directory. While it includes backup features, the author is not responsible for any data loss. Always make a manual copy of your Saves folder before editing world files.

📄 License

This project is licensed under the GNU GPLv3 License.

Created by Teyuz/Renan

📸Gallery

Screenshot 2026-01-26 212900.png
Screenshot 2026-01-26 212900.png
ReChunk - Hytale Mod | Hytale Wiki