Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Releases: KiralyCraft/FAWESchematicHost

Upload schematics

11 May 17:26
a28efd6
Compare
Choose a tag to compare

Now added support for uploading schematics. Access http://x.x.x.x:#### where X.X.X.X is the IP of your machine hosting this app, and #### is the port it's listening on. Default is 25532

First release. Allows upload/download of schematics

11 May 13:54
Compare
Choose a tag to compare

Launch with

java -jar FAWESchematicHost.jar

You can customize where files are saved by adding a folder as parameter. For changing the port, add another parameter. Example:

java -jar FAWESchematicHost.jar . 8080