The Header: Enauts Thinking!
created:Mon 27 Aug 2018
edited:Thu 01 Aug 2019
language:english

Creating a minecraft map with overviewer

Minecraft-Overviewer is a minecraft mapcreator and viewer for webpages.

In this guide we setup an automatic rendering server based on:

created:Fri 29 May 2015
edited:Thu 01 Aug 2019
language:english

Minecraft Server Command Center Script

When the server is set up with systemd and rcon it is still quite cumbersome to connect to the command promt.

To get a nice and slick command center I created a bash script that opens up a tmux session with two panes. The first pane contains the the already logged in command promt of the minecraftserver and the second pane contains the last 40 journal entries and updates live if anything new is coming.

created:Sun 12 Apr 2015
edited:Thu 01 Aug 2019
language:english

Setting up a Minecraft server using Systemd

Minecraft is a well liked sandbox game that can provide hours and days of gaming fun especially if it is on a server with multiple players.

In this article I will describe the setup I used. The important parts of the setup are:

  • spigot as the server
  • Fedora 28 is the OS I'm on
  • systemd including service file and "sandboxing"
  • firewalld to block and open ports
  • mcrcon for connecting to the running instance
  • java-openjdk for - you know - minecraft