aboutsummaryrefslogtreecommitdiff
path: root/content/projects/serverfordummies.md
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-31 22:50:04 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-31 22:50:04 -0600
commita268a2052ffdcb76ae8a541b9f34eb3ca91095c4 (patch)
tree9b2919fbd18052a937c0a88f35ca23366efd6760 /content/projects/serverfordummies.md
parentda411b917a182123ca91540c3652bab10647bb4b (diff)
downloadwebsite-a268a2052ffdcb76ae8a541b9f34eb3ca91095c4.tar
website-a268a2052ffdcb76ae8a541b9f34eb3ca91095c4.tar.gz
website-a268a2052ffdcb76ae8a541b9f34eb3ca91095c4.tar.bz2
added ServerCraft, updated small bits of info
Diffstat (limited to 'content/projects/serverfordummies.md')
-rw-r--r--content/projects/serverfordummies.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/content/projects/serverfordummies.md b/content/projects/serverfordummies.md
deleted file mode 100644
index 35273e5..0000000
--- a/content/projects/serverfordummies.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-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.