Real world Log4j hacks (Minecraft)

You probably heard of the Log4j vulnerability by now, and you probably know that (the original) Minecraft is written in Java, and so is the server, and it uses Log4j. So, Minecraft servers are affected by this. I do run a small Minecraft server network (https://www.bitloco.org) but I haven't had [...]

By |2021-12-14T23:42:31+01:00December 14th, 2021|Hacking, News, Sharing|0 Comments

Build SpigotMC in Docker

I created a Docker image with a build script, ready to use! Pulling my image My Docker image is public on Docker Hub and thus can be pulled easily with the following command (for 1.17): docker pull sindastra/spigotmc-build If you want to build older versions of Spigot (1.11.2 - 1.16.5) [...]

By |2021-06-14T01:01:50+02:00April 8th, 2020|Sharing, Tech Support|0 Comments

Minecraft (SpigotMC) Server in Docker

Update 2020-November-12 I used to suggest using the image openjdk:8-alpine but it wasn't updated in a year, so I now suggest using openjdk:8-jre which seems to be actively maintained! I also added "nogui" at the end of the command as Spigot does now accept and understand it. Like the previous [...]

By |2020-11-12T09:38:18+01:00November 26th, 2019|Tech Support, Wiki|0 Comments

Minecraft Server in Docker

Update 2020-November-12 I used to suggest using the image openjdk:8-alpine but it wasn’t updated in a year, so I now suggest using openjdk:8-jre which seems to be actively maintained! Moving your existing server to Docker! This guide assumes you already have a Minecraft server set up on your host machine. [...]

By |2020-11-12T09:39:28+01:00November 9th, 2019|Tech Support, Wiki|0 Comments
Go to Top