aboutsummaryrefslogtreecommitdiff
path: root/content/projects/serverfordummies.md
blob: 35273e581de7cb7d225ac7990b09e92b8a2146db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: "ServerForDummies"
description: "A QT program aimed to help Minecraft normies create their own server"
icon: "server.png"
license: "GNU General Public License v3.0"
languages: "C++, C, and CMake"
wip: true
current: true
date: 2022-10-23
enddate: "January 2, 2006"
draft: false
---
ServerForDummies (working title) is a C++ GUI program created with the QT Framework in order to help technically-unskilled gamers host their own Minecraft servers for their friends by automatically downloading the correct version of Java and building the server with Spigot's BuildTools. 

Features include basic `server.properties` editing and one-click build and run buttons. The repo will be made public once the basic functionality is complete.