aboutsummaryrefslogtreecommitdiff
path: root/content/projects
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-31 22:55:29 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-31 22:55:29 -0600
commit71a168d0f44654a522c0e35356c9ca913e59665d (patch)
tree89d72b097f2b5ada3f3b9f908817f569f96eb5c7 /content/projects
parenta268a2052ffdcb76ae8a541b9f34eb3ca91095c4 (diff)
downloadwebsite-71a168d0f44654a522c0e35356c9ca913e59665d.tar
website-71a168d0f44654a522c0e35356c9ca913e59665d.tar.gz
website-71a168d0f44654a522c0e35356c9ca913e59665d.tar.bz2
add planned features to ServerCraft page
Diffstat (limited to 'content/projects')
-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.