Tag Archive for Program

The Pain of Windows

Doing my server automation programs on the windows platform, it was inevitable that I would have to #include <Windows.h> at one point and deal with one of the many 12 argument functions it has. Alas that day has come.

Read more

Minecraft Server Automation

I've been working on some executables to automate plugin downloading, server updating, server world backup, map rendering, and world restoration processes. The idea is to make it so you will not need to touch your Minecraft server except for major changes. This way even when Minecraft releases a new version, you will be as current as it within 24 hours (depending on compatible plugin release times).

Read more