This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Releases: KiralyCraft/FAWESchematicHost
Releases · KiralyCraft/FAWESchematicHost
Upload schematics
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
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