add planned features to ServerCraft page
This commit is contained in:
parent
a268a2052f
commit
71a168d0f4
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue