diff options
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 |