diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 00:29:45 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-31 00:29:45 -0600 |
commit | b2ffd5fc3f9c03d2de306bdde37e5c6aee879c2e (patch) | |
tree | ac37624ee1588a4dfd293b1d95b881a9909b6c4d /docs | |
parent | d1bf5734bf86ef81e11414f30a03670660838998 (diff) | |
download | ServerCraft-b2ffd5fc3f9c03d2de306bdde37e5c6aee879c2e.tar ServerCraft-b2ffd5fc3f9c03d2de306bdde37e5c6aee879c2e.tar.gz ServerCraft-b2ffd5fc3f9c03d2de306bdde37e5c6aee879c2e.tar.bz2 |
partially separated dialogs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/features.md b/docs/features.md new file mode 100644 index 0000000..565f35f --- /dev/null +++ b/docs/features.md @@ -0,0 +1,14 @@ +# Features + +Here are all the features currently implemented/planned for ServerCraft: + +* [X] Change `server.properties` file +* [X] Adapt controls based on what properties are found +* [X] Save server-specific settings in subdirectory +* [X] Allow changing memory passed into JVM +* [ ] Manage port forwarding automatically using UPnP +* [ ] Create system to check for updates +* [ ] Add and remove Spigot server mods/plugins +* [ ] Create servers of any Minecraft version >= 1.8 +* [ ] "Advanced mode" with all settings editable +* [ ] Recognize existing server jars and give option to run them instead |