Kozma Hunor
Kozma Hunor

MinecraftServerSyncronizer

An older version of a Minecraft server utility allowing friends to launch a self-hosted server directly and keep world files in sync.

MinecraftServerSyncronizer demo

The Challenge

Ensuring the underlying Java process initializes correctly from inside C# and preventing corruption during world saves.

My Solution

Triggered ProcessStartInfo logic forwarding terminal paths directly dynamically while binding to underlying local files.

Tech Stack

  • C: Used C for building this project.

Technical Deep-Dive

It does not host the network, but merely synchronizes local resources and acts as an advanced GUI wrapper for the basic java execution.