Skip to content

v0.1.0 — First Release

Latest

Choose a tag to compare

@MohtadiAwada MohtadiAwada released this 10 Jul 20:11

Delta v0.1.0

First public release of Delta — version control for Minecraft builders.

What's included

  • /delta initialize — create a versioned project for any region of your world
  • /delta save — snapshot your build with a message
  • /delta restore — restore any past save by hash
  • /delta select — select a project once, skip typing it every command
  • /delta list projects — see all projects on the server
  • /delta list commits — see save history for the selected project
  • /delta help — full in-game documentation for every command

All commands have Git aliases (init, commit, checkout) for users coming from a Git background.

How to install

  1. Download delta-0.1.0.jar below
  2. Drop it into your server's plugins/ folder
  3. Restart the server

Requirements: Paper 26.1.2+, Java 26+

Known limitations

  • No status command — coming in v0.2.0
  • No restore confirmation — restoring immediately overwrites the current state
  • No /delta remove command — broken projects must be cleaned up manually
  • Entities are not tracked, only blocks
  • No permissions system yet

What's next

v0.2.0 will focus on safety and polish — restore confirmation, project removal, and the status command.