Back to mods
GitGud project artwork

CurseForge · Hytale mod

GitGud

Git for Hytale: a simplified version control system to incrementally save worlds and revert changes by using built-in Hytale commands.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which GitGud release should I use?

Updated 3 months ago
Latest stable file gitgud-2.1.0.jar
Game version Not listed
Mod system Built-in Hytale mod system

gitgud-2.1.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should GitGud be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does gitgud-2.1.0.jar need?

gitgud-2.1.0.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add GitGud without breaking your instance.

Built for gitgud-2.1.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use gitgud-2.1.0.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside gitgud-2.1.0.jar. It opens that exact file at the source.

About this project

What does GitGud add?

GitGud — Lightweight in-game world versioning for Hytale

A simple server plugin that tracks block placements and breaks, lets builders save changes as local commits, and easily revert or stash changes. Designed for small teams and creative servers to recover mistakes without external tools.

Features

  • Track block changes (place / break).
  • Commit and revert changes with messages.
  • Automatically stash and unstash uncommitted changes to preserve changes after server restarts and save memory.
  • Rollback unsaved changes.
  • Tags for marking important commits.
  • Checkout by commit index, pointer (HEAD or TAIL), or by tag name.
  • Status and log commands to inspect repository state and history.

Installation

  1. Download the JAR and place it in the Mods directory of your Hytale server.
  2. Start the server. The plugin will create a ./gitgud folder in the server working directory.

Quick Start

  1. Make block changes in-game.
  2. Run /gitgud commit "your message".
  3. Use /gitgud log or /gitgud status to inspect state.
  4. Use /gitgud rollback for uncommitted changes, or /gitgud revert for the latest committed change.

Commands

Below are the in-game commands and how to use them.

/gitgud help
  Show command help text.

/gitgud status
  Shows:
  - commit count
  - in-memory unstashed change count ("Changes since last stash")
  - stash file count

/gitgud log
  Prints commit history from HEAD backward.
  The CURRENT commit is marked with "<--".

/gitgud commit "<message>"
  Creates a commit from recent block changes with the given message.
  Fails if there are no changes.
  Fails in detached mode (when HEAD != CURRENT).

/gitgud rollback
  Reverts uncommitted block changes only.

/gitgud revert
  Reverts the latest commit (from CURRENT), then deletes that commit file.
  Also rolls back uncommitted changes first.
  Fails in detached mode (when HEAD != CURRENT).

/gitgud stash
  Manually stash in-memory block changes to `.gitgud/stash`.
  Mostly useful for testing (auto-stash already exists).

/gitgud tag add <name> [--desc "<description>"]
  Adds a tag to the latest commit (HEAD).
  Description is optional and defaults to "No description provided".

/gitgud tag list
  Lists all tags in the repository.

/gitgud tag del <name>
  Deletes a tag from the repository.

/gitgud checkout <index|HEAD|TAIL> [--tag]
  Checks out by commit index, HEAD, TAIL, or a tag with --tag.
  Index is zero-based in HEAD-chain order:
  - 0 = HEAD (newest)
  - 1 = parent of HEAD
  - etc.
  Checkout moves CURRENT and applies/reverts commits as needed.
  Use `--tag` when the argument is a tag name instead of an index.

Notes:

  • If a command is missing or named differently in your build, check /gitgud help or the plugin documentation bundled with the JAR.
  • Permissions: only server operators can use these commands by default.

Troubleshooting

  • Ensure that the user has OP permissions to run GitGud commands.
  • If the plugin does not create the ./gitgud folder, ensure the server process has write permission to its working directory.
  • If block changes are not being recorded, check server logs for plugin initialization messages and ensure the plugin is loaded.

Contributing

Contributions and bug reports are welcome. Please open issues and pull requests on the project repository.


Lightweight recovery for accidental edits and iterative building — easy to use, easy to restore.

Project description from CurseForge.

Recent files

GitGud releases and Hytale builds

3 of 3 releases match

Looking for an older file? The official CurseForge project page is in Resources.