aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/projects/ServerCraft.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/content/projects/ServerCraft.md b/content/projects/ServerCraft.md
index 1911649..d1b4d3c 100644
--- a/content/projects/ServerCraft.md
+++ b/content/projects/ServerCraft.md
@@ -12,7 +12,7 @@ enddate: "January 2, 2006"
draft: false
---
-ServerCraft is a GUI program created with JavaFX 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.
+ServerCraft is a GUI program created with JavaFX 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. This project is in it's early infancy, but is currently usable for those who just need a simple Minecraft server.
## Features
@@ -22,6 +22,13 @@ ServerCraft is a GUI program created with JavaFX in order to help technically-un
* Render and simulation distances
* Enabling command blocks
+## Planned Features
+
+* "Advanced" configuration mode for GUI nuts
+* Automatic port forwarding using UPnP
+* Ability to manage Spigot plugins installed in a server directory
+* Create any Minecraft server >= version 1.8
+
## Download
ServerCraft is available as binaries and installers, packaged with Java 17 and the ServerCraft jar, for Windows, Linux, and macOS [here](https://codeberg.org/brysonsteck/ServerCraft/releases). Simply download the correct file for your operating system. (`.exe` or `.msi` for Windows, `.dmg` or `.pkg` for macOS, etc.) Jar files are also available for the respective operating systems as compressed archives. These Jar files are *not* cross-platform, due to how JavaFX renders the windows on each system.